From af1e13cc09749da592df6b8538e5ccddd751c5e8 Mon Sep 17 00:00:00 2001 From: Jeffrey Kirchner Date: Mon, 8 Jan 2024 08:23:19 -0800 Subject: [PATCH] upgrade to python 3.12 fixes #268. --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3a4bfbcf..69b21e8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 \ No newline at end of file