We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8a77f commit 80bd8d7Copy full SHA for 80bd8d7
Pipfile
@@ -5,9 +5,9 @@ name = "pypi"
5
6
[packages]
7
celery = {version = "==5.4.0", extras = ["sqs"]}
8
-cryptography = "==46.0.5"
+cryptography = "==46.0.7"
9
boto3 = "==1.36.14"
10
-django = "==5.2.12"
+django = "==5.2.13"
11
djangorestframework = "==3.16.1"
12
django-filter = "==25.1"
13
django-countries = "==7.6.1"
@@ -19,7 +19,7 @@ python-dotenv = "==1.0.1"
19
psycopg2-binary = "==2.9.9"
20
redis = {version = "==5.2.1", extras = ["hiredis"]}
21
regex = "==2024.11.6"
22
-requests = "==2.32.5"
+requests = "==2.33.1"
23
gunicorn = "==23.0.0"
24
uvicorn-worker = "==0.2.0"
25
pyjwt = "==2.12.1"
0 commit comments