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 7, 2022
1 parent a9d68de commit 40943c4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ install_requires =
djangorestframework
django-parler>=2.0.1
django-redis>=4.11.0
djangorestframework-simplejwt==5.2.0
PyJWT==2.1.0
djangorestframework-simplejwt==5.2.1
PyJWT==2.5.0
python-dateutil==2.8.2
package_dir =
=src
Expand All @@ -44,35 +44,35 @@ zip_safe = True
[options.extras_require]
dev =
bandit==1.7.4
black==22.3.0
black==22.10.0
cssselect==1.1.0
defer==1.0.4
factory-boy==3.2.1
flake8==4.0.1
flake8==5.0.4
htmlmin==0.1.12
ipdb==0.13.9
ipython==8.3.0
ipython==8.5.0
isort==5.10.1
lxml==4.8.0
mysqlclient==2.1.0
msgpack==1.0.3
pylint==2.13.7
lxml==4.9.1
mysqlclient==2.1.1
msgpack==1.0.4
pylint==2.15.3
pylint-django==2.5.3
pytest==7.1.2
pytest-cov==3.0.0
pytest==7.1.3
pytest-cov==4.0.0
pytest-django==4.5.2
responses==0.20.0
responses==0.21.0
drf-yasg==1.21.4
ci =
twine==4.0.0
twine==4.0.1
sandbox =
django-configurations==2.3.2
django-configurations==2.4
django-cors-headers==3.13.0
dockerflow==2022.1.0
dockerflow==2022.8.0
factory-boy==3.2.1
gunicorn==20.1.0
psycopg2-binary==2.9.3
sentry-sdk==1.5.10
psycopg2-binary==2.9.4
sentry-sdk==1.9.10

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

0 comments on commit 40943c4

Please sign in to comment.