Skip to content

Commit

Permalink
Merge pull request #274 from jeffreykirchner/dev
Browse files Browse the repository at this point in the history
upgrade to python 3.12
  • Loading branch information
jeffreykirchner authored Jan 8, 2024
2 parents b745c5d + af1e13c commit 4fdb4ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
asgiref==3.7.2
asgiref==3.6.0
async-timeout==4.0.2
attrs==22.2.0
autobahn==23.1.2
Automat==22.10.0
certifi==2022.12.7
cffi==1.15.1
certifi==2023.7.22
cffi==1.16.0
channels==4.0.0
channels-redis==4.1.0
charset-normalizer==3.1.0
constantly==15.1.0
crispy-bootstrap5==0.7
cryptography==41.0.1
cryptography==41.0.7
daphne==4.0.0
Django==4.2.*
django-crispy-forms==2.0
Expand Down Expand Up @@ -38,7 +38,7 @@ six==1.16.0
sqlparse==0.4.4
Twisted==23.10.0
txaio==23.1.1
typing_extensions==4.5.0
urllib3==1.26.15
typing_extensions==4.8.0
urllib3==2.0.7
whitenoise==6.5.0
zope.interface==6.0
zope.interface==6.0

0 comments on commit 4fdb4ee

Please sign in to comment.