Skip to content

Commit 80bd8d7

Browse files
committed
fix: Upgrade cryptography, django and requests
1 parent ee8a77f commit 80bd8d7

File tree

2 files changed

+452
-452
lines changed

2 files changed

+452
-452
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name = "pypi"
55

66
[packages]
77
celery = {version = "==5.4.0", extras = ["sqs"]}
8-
cryptography = "==46.0.5"
8+
cryptography = "==46.0.7"
99
boto3 = "==1.36.14"
10-
django = "==5.2.12"
10+
django = "==5.2.13"
1111
djangorestframework = "==3.16.1"
1212
django-filter = "==25.1"
1313
django-countries = "==7.6.1"
@@ -19,7 +19,7 @@ python-dotenv = "==1.0.1"
1919
psycopg2-binary = "==2.9.9"
2020
redis = {version = "==5.2.1", extras = ["hiredis"]}
2121
regex = "==2024.11.6"
22-
requests = "==2.32.5"
22+
requests = "==2.33.1"
2323
gunicorn = "==23.0.0"
2424
uvicorn-worker = "==0.2.0"
2525
pyjwt = "==2.12.1"

0 commit comments

Comments
 (0)