Skip to content

Commit

Permalink
⬆️(dependencies) update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 73985fc commit 5ec0a02
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,37 +48,37 @@ zip_safe = True

[options.extras_require]
dev =
bandit==1.7.5
black==23.9.1
bandit==1.7.10
black==24.10.0
cssselect==1.2.0
defer==1.0.4
factory-boy==3.3.0
flake8==6.1.0
factory-boy==3.3.1
flake8==7.1.1
htmlmin==0.1.12
ipdb==0.13.13
ipython==8.15.0
isort==5.12.0
lxml==4.9.3
mysqlclient==2.2.0
msgpack==1.0.7
pylint==2.17.6
pylint-django==2.5.3
pytest==7.4.2
pytest-cov==4.1.0
pytest-django==4.5.2
responses==0.23.3
time-machine==2.13.0
pytz==2023.3.post1
ipython==8.28.0
isort==5.13.2
lxml==5.3.0
mysqlclient==2.2.4
msgpack==1.1.0
pylint==3.3.1
pylint-django==2.6.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-django==4.9.0
responses==0.25.3
time-machine==2.16.0
pytz==2024.2
ci =
twine==4.0.2
twine==5.1.1
sandbox =
django-configurations==2.4.1
django-cors-headers==4.2.0
dockerflow==2022.8.0
factory-boy==3.3.0
gunicorn==21.2.0
psycopg2-binary==2.9.8
sentry-sdk==1.31.0
django-configurations==2.5.1
django-cors-headers==4.5.0
dockerflow==2024.4.2
factory-boy==3.3.1
gunicorn==23.0.0
psycopg2-binary==2.9.10
sentry-sdk==2.16.0

[options.packages.find]
where = src
Expand Down

0 comments on commit 5ec0a02

Please sign in to comment.