Skip to content

Commit d8f34d4

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.cfg

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ zip_safe = True
4949
[options.extras_require]
5050
dev =
5151
bandit==1.7.5
52-
black==23.9.1
52+
black==23.10.1
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.16.1
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
64+
pylint==3.0.2
65+
pylint-django==2.5.5
6666
pytest==7.4.2
6767
pytest-cov==4.1.0
6868
pytest-django==4.5.2
@@ -72,13 +72,13 @@ dev =
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.0
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.32.0
8282

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

0 commit comments

Comments
 (0)