From ddd5b86c961152f5fd298dcdc3621727bb80f2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:37:46 +0000 Subject: [PATCH] build(deps): bump twisted in /packages/p4pi-web Bumps [twisted](https://github.com/twisted/twisted) from 22.10.0rc1 to 23.10.0rc1. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-22.10.0rc1...twisted-23.10.0rc1) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/p4pi-web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/p4pi-web/requirements.txt b/packages/p4pi-web/requirements.txt index fa8514e..ee3c76b 100644 --- a/packages/p4pi-web/requirements.txt +++ b/packages/p4pi-web/requirements.txt @@ -34,7 +34,7 @@ service-identity==21.1.0; python_full_version >= "3.6.7" and python_version >= " six==1.16.0; python_full_version >= "3.6.7" and python_version >= "3.6" sqlparse==0.5.0; python_version >= "3.6" twisted-iocpsupport==1.0.2; python_full_version >= "3.6.7" and python_version >= "3.6" and platform_system == "Windows" -twisted==22.10.0rc1; python_full_version >= "3.6.7" and python_version >= "3.6" +twisted==23.10.0rc1; python_full_version >= "3.6.7" and python_version >= "3.6" txaio==21.2.1; python_version >= "3.7" typing-extensions==3.10.0.2; python_full_version >= "3.6.7" and python_version >= "3.6" uvicorn==0.14.0