Skip to content

Commit 5300229

Browse files
committed
feat: django 5.1.8
1 parent e299bc4 commit 5300229

File tree

2 files changed

+240
-122
lines changed

2 files changed

+240
-122
lines changed

Pipfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
celery = {version = "==5.4.0", extras = ["redis"]}
88
cryptography = "==44.0.1"
99
boto3 = "==1.34.162"
10-
django = "==4.2.20"
10+
django = "==5.1.8"
1111
djangorestframework = "==3.15.2"
1212
django-filter = "==23.2"
1313
django-countries = "==7.6.1"
@@ -20,16 +20,16 @@ pyotp = "==2.9.0"
2020
python-dotenv = "==1.0.1"
2121
psycopg2-binary = "==2.9.9"
2222
regex = "==2024.11.6"
23-
requests = "==2.32.2"
23+
requests = "==2.32.3"
2424
gunicorn = "==23.0.0"
2525
uvicorn-worker = "==0.2.0"
2626
importlib-metadata = "==4.13.0" # TODO: remove. needed by old portal
2727
django-formtools = "==2.5.1" # TODO: remove. needed by old portal
28-
django-otp = "==1.5.4" # TODO: remove. needed by old portal
28+
django-otp = "==1.6.0" # TODO: remove. needed by old portal
2929
# https://pypi.org/user/codeforlife/
30-
cfl-common = "==8.4.4" # TODO: remove
31-
codeforlife-portal = "==8.4.4" # TODO: remove
32-
rapid-router = "==7.3.5" # TODO: remove
30+
cfl-common = "==8.6.2" # TODO: remove
31+
codeforlife-portal = "==8.6.2" # TODO: remove
32+
rapid-router = "==7.5.0" # TODO: remove
3333
phonenumbers = "==8.12.12" # TODO: remove
3434

3535
[dev-packages]

0 commit comments

Comments
 (0)