We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98aabf4 + 71327dc commit 47c4cd4Copy full SHA for 47c4cd4
api/requirements-base.txt
@@ -1,4 +1,4 @@
1
-django==3.2.18
+django==3.2.19
2
django-countries==7.5.1
3
django-environ==0.10.0
4
django-excel==0.0.10
@@ -15,7 +15,7 @@ mozilla-django-oidc==3.0.0
15
openpyxl==3.0.10 # TODO: dependency of `pyexcel-xlsx`. Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved
16
pyexcel==0.7.0
17
pyexcel-xlsx==0.6.0
18
-pypdf==3.7.0
+pypdf==3.8.1
19
requests==2.28.2
20
-reportlab==3.6.12
+reportlab==4.0.0
21
uwsgi==2.0.21
api/requirements-dev.txt
@@ -14,7 +14,7 @@ isort==5.12.0
14
pdbpp==0.10.3
pre_commit==3.2.2
psycopg2-binary==2.9.6
-pytest==7.2.2
+pytest==7.3.1
pytest-cov==4.0.0
pytest-django==4.5.2
pytest-env==0.8.1
0 commit comments