Skip to content

Commit 7aca974

Browse files
⬆️(dependencies) update python dependencies
1 parent 73985fc commit 7aca974

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

setup.cfg

+11-11
Original file line numberDiff line numberDiff line change
@@ -49,36 +49,36 @@ zip_safe = True
4949
[options.extras_require]
5050
dev =
5151
bandit==1.7.5
52-
black==23.9.1
52+
black==23.11.0
5353
cssselect==1.2.0
5454
defer==1.0.4
5555
factory-boy==3.3.0
5656
flake8==6.1.0
5757
htmlmin==0.1.12
5858
ipdb==0.13.13
59-
ipython==8.15.0
59+
ipython==8.17.2
6060
isort==5.12.0
6161
lxml==4.9.3
6262
mysqlclient==2.2.0
6363
msgpack==1.0.7
64-
pylint==2.17.6
65-
pylint-django==2.5.3
66-
pytest==7.4.2
64+
pylint==3.0.2
65+
pylint-django==2.5.5
66+
pytest==7.4.3
6767
pytest-cov==4.1.0
68-
pytest-django==4.5.2
69-
responses==0.23.3
68+
pytest-django==4.7.0
69+
responses==0.24.1
7070
time-machine==2.13.0
7171
pytz==2023.3.post1
7272
ci =
7373
twine==4.0.2
7474
sandbox =
75-
django-configurations==2.4.1
76-
django-cors-headers==4.2.0
75+
django-configurations==2.5
76+
django-cors-headers==4.3.1
7777
dockerflow==2022.8.0
7878
factory-boy==3.3.0
7979
gunicorn==21.2.0
80-
psycopg2-binary==2.9.8
81-
sentry-sdk==1.31.0
80+
psycopg2-binary==2.9.9
81+
sentry-sdk==1.35.0
8282

8383
[options.packages.find]
8484
where = src

0 commit comments

Comments
 (0)