Skip to content

Commit d00bac3

Browse files
committed
Django 5.2.8
1 parent f2dd503 commit d00bac3

File tree

11 files changed

+215
-214
lines changed

11 files changed

+215
-214
lines changed

requirements/azure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cryptography
2-
django<5.2
2+
Django>=5.1.14,<6
33
django-storages[azure]

requirements/azure.pip

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,45 @@
44
#
55
# pip-compile --output-file=requirements/azure.pip --strip-extras requirements/azure.in
66
#
7-
asgiref==3.8.1
7+
asgiref==3.10.0
88
# via django
9-
azure-core==1.33.0
9+
azure-core==1.36.0
1010
# via
1111
# azure-storage-blob
1212
# django-storages
13-
azure-storage-blob==12.25.1
13+
azure-storage-blob==12.27.1
1414
# via django-storages
15-
certifi==2025.1.31
15+
certifi==2025.11.12
1616
# via requests
17-
cffi==1.17.1
17+
cffi==2.0.0
1818
# via cryptography
19-
charset-normalizer==3.4.1
19+
charset-normalizer==3.4.4
2020
# via requests
21-
cryptography==44.0.2
21+
cryptography==46.0.3
2222
# via
2323
# -r requirements/azure.in
2424
# azure-storage-blob
25-
django==5.1.14
25+
django==5.2.8
2626
# via
2727
# -r requirements/azure.in
2828
# django-storages
2929
django-storages==1.14.6
3030
# via -r requirements/azure.in
31-
idna==3.10
31+
idna==3.11
3232
# via requests
3333
isodate==0.7.2
3434
# via azure-storage-blob
35-
pycparser==2.22
35+
pycparser==2.23
3636
# via cffi
37-
requests==2.32.4
38-
# via azure-core
39-
six==1.17.0
37+
requests==2.32.5
4038
# via azure-core
4139
sqlparse==0.5.3
4240
# via django
43-
typing-extensions==4.13.1
41+
typing-extensions==4.15.0
4442
# via
4543
# asgiref
4644
# azure-core
4745
# azure-storage-blob
46+
# cryptography
4847
urllib3==2.5.0
4948
# via requests

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git+https://github.com/onaio/django-digest.git@6bf61ec08502fd3545d4f2c0838b6cb15
77
git+https://github.com/onaio/django-multidb-router.git@f711368180d58eef87eda54fadfd5f8355623d52#egg=django-multidb-router
88
git+https://github.com/onaio/floip-py.git@3c980eb184069ae7c3c9136b18441978237cd41d#egg=pyfloip
99
git+https://github.com/onaio/python-json2xlsclient.git@62b4645f7b4f2684421a13ce98da0331a9dd66a0#egg=python-json2xlsclient
10-
git+https://github.com/onaio/ona-oidc.git@v2.5.1#egg=ona-oidc
10+
git+https://github.com/onaio/ona-oidc.git@v2.6.0#egg=ona-oidc
1111
-e git+https://github.com/onaio/savreaderwriter.git@fix-pep-440-issues#egg=savreaderwriter
1212
git+https://github.com/onaio/pyxform.git@fix-osm-attribute-error#egg=pyxform
1313
git+https://[email protected]/onaio/[email protected]#egg=valigetta

0 commit comments

Comments
 (0)