Skip to content

Commit 9749acb

Browse files
Merge pull request #742 from cordada/task/update-cryptography-and-py-open-ssl
deps: Update cryptography to 44.0.0 and pyopenssl to 24.3.0
2 parents 87be259 + 7b8b425 commit 9749acb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ colorama==0.4.6
4040
# via tox
4141
coverage==7.6.1
4242
# via -r requirements-dev.in
43-
cryptography==43.0.3
43+
cryptography==44.0.0
4444
# via
4545
# -c requirements.txt
4646
# secretstorage

requirements.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# git+https://github.com/example/example.git@example-vcs-ref#egg=example-pkg[foo,bar]==1.42.3
77

88
backports-zoneinfo==0.2.1 ; python_version < "3.9" # Used by `djangorestframework`.
9-
cryptography==43.0.3
9+
cryptography==44.0.0
1010
defusedxml==0.7.1
1111
django-filter>=24.2
1212
Django>=2.2.24
@@ -16,6 +16,6 @@ jsonschema==4.23.0
1616
lxml==5.3.0
1717
marshmallow==3.22.0
1818
pydantic==2.10.3
19-
pyOpenSSL==24.2.1
19+
pyOpenSSL==24.3.0
2020
pytz==2024.2
2121
signxml==4.0.3

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ certifi==2024.7.4
2121
# via signxml
2222
cffi==1.16.0
2323
# via cryptography
24-
cryptography==43.0.3
24+
cryptography==44.0.0
2525
# via
2626
# -r requirements.in
2727
# pyopenssl
@@ -63,7 +63,7 @@ pydantic==2.10.3
6363
# via -r requirements.in
6464
pydantic-core==2.27.1
6565
# via pydantic
66-
pyopenssl==24.2.1
66+
pyopenssl==24.3.0
6767
# via -r requirements.in
6868
pytz==2024.2
6969
# via -r requirements.in

0 commit comments

Comments
 (0)