Skip to content

Commit 699f843

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

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

setup.cfg

+26-26
Original file line numberDiff line numberDiff line change
@@ -48,37 +48,37 @@ zip_safe = True
4848

4949
[options.extras_require]
5050
dev =
51-
bandit==1.7.5
52-
black==23.9.1
53-
cssselect==1.2.0
51+
bandit==1.8.3
52+
black==25.1.0
53+
cssselect==1.3.0
5454
defer==1.0.4
55-
factory-boy==3.3.0
56-
flake8==6.1.0
55+
factory-boy==3.3.3
56+
flake8==7.2.0
5757
htmlmin==0.1.12
5858
ipdb==0.13.13
59-
ipython==8.15.0
60-
isort==5.12.0
61-
lxml==4.9.3
62-
mysqlclient==2.2.0
63-
msgpack==1.0.7
64-
pylint==2.17.6
65-
pylint-django==2.5.3
66-
pytest==7.4.2
67-
pytest-cov==4.1.0
68-
pytest-django==4.5.2
69-
responses==0.23.3
70-
time-machine==2.13.0
71-
pytz==2023.3.post1
59+
ipython==9.1.0
60+
isort==6.0.1
61+
lxml==5.3.2
62+
mysqlclient==2.2.7
63+
msgpack==1.1.0
64+
pylint==3.3.6
65+
pylint-django==2.6.1
66+
pytest==8.3.5
67+
pytest-cov==6.1.1
68+
pytest-django==4.11.1
69+
responses==0.25.7
70+
time-machine==2.16.0
71+
pytz==2025.2
7272
ci =
73-
twine==4.0.2
73+
twine==6.1.0
7474
sandbox =
75-
django-configurations==2.4.1
76-
django-cors-headers==4.2.0
77-
dockerflow==2022.8.0
78-
factory-boy==3.3.0
79-
gunicorn==21.2.0
80-
psycopg2-binary==2.9.8
81-
sentry-sdk==1.31.0
75+
django-configurations==2.5.1
76+
django-cors-headers==4.7.0
77+
dockerflow==2024.4.2
78+
factory-boy==3.3.3
79+
gunicorn==23.0.0
80+
psycopg2-binary==2.9.10
81+
sentry-sdk==2.25.1
8282

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

0 commit comments

Comments
 (0)