Skip to content

Commit

Permalink
Upgrade multiple dependencies ot their latest version
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 8, 2024
1 parent d207673 commit 96dee2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ packages=find:
include_package_data = true
zip_safe = false
install_requires =
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# Django related
Django==5.0.0
Django==5.0.1
django-environ==0.11.2
django-crispy-forms==2.1
crispy-bootstrap3==2022.1
django-filter==23.5
djangorestframework==3.14.0
django-taggit==5.0.1
# Database
psycopg[binary]==3.1.14
psycopg[binary]==3.1.17
# wait_for_database Django management command
django-probes==1.7.0
# Task queue
rq==1.15.1
django-rq==2.9.0
django-rq==2.10.1
redis==5.0.1
# WSGI server
gunicorn==21.2.0
Expand Down Expand Up @@ -100,9 +100,9 @@ install_requires =
[options.extras_require]
dev =
# Validation
flake8==6.1.0
black==23.11.0
isort==5.13.0
flake8==7.0.0
black==23.12.1
isort==5.13.2
doc8==1.1.1
pydocstyle==6.3.0
# Security analyzer
Expand Down

0 comments on commit 96dee2a

Please sign in to comment.