From 44b3f6b43a6428c6ff093f9502d53f9e2e3a3f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:04:57 +0000 Subject: [PATCH 1/2] Bump sqlalchemy from 1.4.29 to 2.0.5.post1 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.29 to 2.0.5.post1. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0982d51a96..aa15711c3f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ python-dateutil==2.8.2 pytz==2021.3 redis==4.1.0 requests==2.27.0 -sqlalchemy==1.4.29 # Required by Celery broker transport +sqlalchemy==2.0.5.post1 # Required by Celery broker transport supervisor==4.2.4 urllib3==1.26.7 uWSGI==2.0.20 From e28903297ef7a1d707c27f7c0d873e14e9ee89ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:15:07 +0000 Subject: [PATCH 2/2] Bump urllib3 from 1.26.7 to 2.1.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 2.1.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa15711c3f9..738c998000b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ redis==4.1.0 requests==2.27.0 sqlalchemy==2.0.5.post1 # Required by Celery broker transport supervisor==4.2.4 -urllib3==1.26.7 +urllib3==2.1.0 uWSGI==2.0.20 vobject==0.9.6.1 whitenoise==5.2.0