Skip to content

Commit

Permalink
Merge pull request #177 from jeffreykirchner/dev
Browse files Browse the repository at this point in the history
chore: Update cryptography and pyOpenSSL dependencies
  • Loading branch information
jeffreykirchner committed Jun 21, 2024
2 parents c394b2a + f49b9dc commit 0ac554e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgiref==3.6.0
async-timeout==4.0.2
attrs==22.2.0
autobahn==23.1.2
autobahn==23.6.2
Automat==22.10.0
certifi==2023.7.22
cffi==1.16.0
Expand All @@ -10,14 +10,13 @@ channels-redis==4.1.0
charset-normalizer==3.1.0
constantly==15.1.0
crispy-bootstrap5==0.7
cryptography==41.0.7
cryptography==42.0.7
daphne==4.0.0
Django==4.2.11
Django==4.2.*
django-crispy-forms==2.0
django-tinymce==3.6.1
git-filter-repo==2.38.0
hyperlink==21.0.0
idna==3.4
idna==3.7
incremental==22.10.0
iniconfig==2.0.0
msgpack==1.0.5
Expand All @@ -27,20 +26,19 @@ psycopg==3.1.8
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pyOpenSSL==23.2.0
pyOpenSSL==24.1.0
pytest==7.2.2
pytest-asyncio==0.21.0
pytest-django==4.5.2
pytz==2023.3
redis==4.5.4
requests==2.31.0
requests==2.32.3
service-identity==21.1.0
setuptools==69.0.2
six==1.16.0
sqlparse==0.4.4
sqlparse==0.5.0
Twisted==23.10.0
txaio==23.1.1
typing_extensions==4.8.0
urllib3==2.2.2
whitenoise==6.5.0
zope.interface==6.0
zope.interface==6.0

0 comments on commit 0ac554e

Please sign in to comment.