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 and jbpenrath committed Mar 14, 2022
1 parent 9f565d2 commit 8b09cdd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ classifiers =
install_requires =
arrow==1.2.2
Brotli==1.0.9
boto3==1.20.49
django==4.0.2
boto3==1.21.18
django==4.0.3
django-admin-sortable2==1.0.4
django-configurations==2.3.2
django-cors-headers==3.11.0
django-countries==7.2.1
django-countries==7.3.2
django-marion==0.3.2
django-marion-howard==0.2.7
django-money==2.1.1
django-parler==2.3
djangorestframework==3.13.1
djangorestframework-simplejwt==5.0.0
djangorestframework-simplejwt==5.1.0
django-storages==1.12.3
dockerflow==2022.1.0
factory_boy==3.2.1
Expand All @@ -47,8 +47,8 @@ install_requires =
psycopg2-binary==2.9.3
PyJWT==2.3.0
requests==2.27.1
sentry-sdk==1.5.4
whitenoise==5.3.0
sentry-sdk==1.5.7
whitenoise==6.0.0

package_dir =
=.
Expand All @@ -61,24 +61,24 @@ exclude =

[options.extras_require]
dev =
bandit==1.7.2
bandit==1.7.4
black==22.1.0
flake8==4.0.1
ipdb==0.13.9
ipython==8.0.1
ipython==8.1.1
isort==5.10.1
mypy==0.931
mypy==0.940
pdfminer.six==20211012
pyfakefs==4.5.4
pylint-django==2.5.0
pyfakefs==4.5.5
pylint-django==2.5.2
pylint==2.12.2
pytest-cov==3.0.0
pytest-django==4.5.2
pytest==7.0.0
responses==0.18.0
types-pytz==2021.3.4
types-requests==2.27.8
lxml==4.7.1
pytest==7.1.0
responses==0.19.0
types-pytz==2021.3.5
types-requests==2.27.12
lxml==4.8.0
cssselect==1.1.0

[bdist_wheel]
Expand Down

0 comments on commit 8b09cdd

Please sign in to comment.