File tree Expand file tree Collapse file tree 2 files changed +240
-122
lines changed Expand file tree Collapse file tree 2 files changed +240
-122
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pypi"
7
7
celery = {version = " ==5.4.0" , extras = [" redis" ]}
8
8
cryptography = " ==44.0.1"
9
9
boto3 = " ==1.34.162"
10
- django = " ==4.2.20 "
10
+ django = " ==5.1.8 "
11
11
djangorestframework = " ==3.15.2"
12
12
django-filter = " ==23.2"
13
13
django-countries = " ==7.6.1"
@@ -20,16 +20,16 @@ pyotp = "==2.9.0"
20
20
python-dotenv = " ==1.0.1"
21
21
psycopg2-binary = " ==2.9.9"
22
22
regex = " ==2024.11.6"
23
- requests = " ==2.32.2 "
23
+ requests = " ==2.32.3 "
24
24
gunicorn = " ==23.0.0"
25
25
uvicorn-worker = " ==0.2.0"
26
26
importlib-metadata = " ==4.13.0" # TODO: remove. needed by old portal
27
27
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
29
29
# 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
33
33
phonenumbers = " ==8.12.12" # TODO: remove
34
34
35
35
[dev-packages ]
You can’t perform that action at this time.
0 commit comments