Skip to content

Commit 47c4cd4

Browse files
authored
Merge pull request adfinis#846 from open-dynaMIX/update_deps
chore(api): update dependencies
2 parents 98aabf4 + 71327dc commit 47c4cd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/requirements-base.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django==3.2.18
1+
django==3.2.19
22
django-countries==7.5.1
33
django-environ==0.10.0
44
django-excel==0.0.10
@@ -15,7 +15,7 @@ mozilla-django-oidc==3.0.0
1515
openpyxl==3.0.10 # TODO: dependency of `pyexcel-xlsx`. Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved
1616
pyexcel==0.7.0
1717
pyexcel-xlsx==0.6.0
18-
pypdf==3.7.0
18+
pypdf==3.8.1
1919
requests==2.28.2
20-
reportlab==3.6.12
20+
reportlab==4.0.0
2121
uwsgi==2.0.21

api/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ isort==5.12.0
1414
pdbpp==0.10.3
1515
pre_commit==3.2.2
1616
psycopg2-binary==2.9.6
17-
pytest==7.2.2
17+
pytest==7.3.1
1818
pytest-cov==4.0.0
1919
pytest-django==4.5.2
2020
pytest-env==0.8.1

0 commit comments

Comments
 (0)