From 3bf4032526b77d237c868060c6253af8970c412a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:16:34 +0000 Subject: [PATCH 1/2] build(deps): bump cryptography from 41.0.7 to 42.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98ba62e..13f4513 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.7.2 certifi==2023.7.22 cffi==1.16.0 charset-normalizer==3.3.0 -cryptography==41.0.7 +cryptography==42.0.2 defusedxml==0.7.1 Django==4.2.10 django-allauth==0.57.0 From 953bc786250f9b5c7bb07f454b57e904d48d67df Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 17 Feb 2024 15:24:31 +0800 Subject: [PATCH 2/2] Update pyOpenSSL to 24.0.0 --- requirements-manual.txt | 2 +- requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements-manual.txt b/requirements-manual.txt index e90fcb9..7e2dec7 100644 --- a/requirements-manual.txt +++ b/requirements-manual.txt @@ -11,7 +11,7 @@ psycopg-pool==3.1.8 pycryptodome==3.19.0 pygments==2.16.1 pymemcache==4.0.0 -pyOpenSSL==23.2.0 +pyOpenSSL==24.0.0 PyYAML==6.0.1 requests==2.31.0 uWSGI==2.0.22 diff --git a/requirements.txt b/requirements.txt index 13f4513..207652b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ aliyun-python-sdk-core==2.13.36 asgiref==3.7.2 -certifi==2023.7.22 +certifi==2024.2.2 cffi==1.16.0 -charset-normalizer==3.3.0 -cryptography==42.0.2 +charset-normalizer==3.3.2 +cryptography==42.0.3 defusedxml==0.7.1 Django==4.2.10 django-allauth==0.57.0 gevent==23.9.1 -greenlet==3.0.0 -idna==3.4 +greenlet==3.0.3 +idna==3.6 jmespath==0.10.0 Markdown==3.4.4 oauthlib==3.2.2 @@ -21,14 +21,14 @@ pycryptodome==3.19.0 Pygments==2.16.1 PyJWT==2.8.0 pymemcache==4.0.0 -pyOpenSSL==23.2.0 +pyOpenSSL==24.0.0 python3-openid==3.2.0 PyYAML==6.0.1 requests==2.31.0 requests-oauthlib==1.3.1 sqlparse==0.4.4 -typing-extensions==4.8.0 -urllib3==2.0.7 +typing_extensions==4.9.0 +urllib3==2.2.0 uWSGI==2.0.22 zope.event==5.0 -zope.interface==6.1 +zope.interface==6.2