Skip to content

Commit 30834ba

Browse files
authored
fix: Upgrade to Django 5.1.12 (#168)
1 parent 182a6b3 commit 30834ba

File tree

2 files changed

+191
-191
lines changed

2 files changed

+191
-191
lines changed

Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
celery = {version = "==5.4.0", extras = ["sqs"]}
88
cryptography = "==44.0.1"
99
boto3 = "==1.36.14"
10-
django = "==5.1.10"
10+
django = "==5.1.12"
1111
djangorestframework = "==3.16.0"
1212
django-filter = "==25.1"
1313
django-countries = "==7.6.1"
@@ -21,7 +21,7 @@ python-dotenv = "==1.0.1"
2121
psycopg2-binary = "==2.9.9"
2222
redis = {version = "==5.2.1", extras = ["hiredis"]}
2323
regex = "==2024.11.6"
24-
requests = "==2.32.4"
24+
requests = "==2.32.5"
2525
gunicorn = "==23.0.0"
2626
uvicorn-worker = "==0.2.0"
2727
pyjwt = "==2.6.0" # TODO: upgrade to latest version.
@@ -30,9 +30,9 @@ importlib-metadata = "==4.13.0" # TODO: remove. needed by old portal
3030
django-formtools = "==2.5.1" # TODO: remove. needed by old portal
3131
django-otp = "==1.6.1" # TODO: remove. needed by old portal
3232
# https://pypi.org/user/codeforlife/
33-
cfl-common = "==8.8.2" # TODO: remove
34-
codeforlife-portal = "==8.8.2" # TODO: remove
35-
rapid-router = "==7.5.21" # TODO: remove
33+
cfl-common = "==8.9.5" # TODO: remove
34+
codeforlife-portal = "==8.9.5" # TODO: remove
35+
rapid-router = "==7.6.4" # TODO: remove
3636
phonenumbers = "==8.12.12" # TODO: remove
3737

3838
[dev-packages]

0 commit comments

Comments
 (0)