Skip to content

Commit f74a3bb

Browse files
committed
Upgrade dependencies before the release
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent 986b9a6 commit f74a3bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ install_requires =
5353
# Warning: the importlib_metadata 4.6.x series breaks the documentation builds
5454
importlib_metadata==3.10.0; python_version < "3.8"
5555
# Django related
56-
Django==3.2.7
56+
Django==3.2.8
5757
django-environ==0.7.0
58-
django-crispy-forms==1.12.0
59-
pytz==2021.1
60-
django-filter==2.4.0
58+
django-crispy-forms==1.13.0
59+
pytz==2021.3
60+
django-filter==21.1
6161
djangorestframework==3.12.4
6262
# Database
6363
psycopg2==2.9.1; sys_platform == "linux"
@@ -87,7 +87,7 @@ dev =
8787
pycodestyle==2.7.0
8888
black==20.8b1
8989
isort==5.9.3
90-
doc8==0.9.0
90+
doc8==0.9.1
9191
# Documentation
9292
Sphinx==4.2.0
9393
sphinx_rtd_theme==1.0.0

0 commit comments

Comments
 (0)