Skip to content

Commit 41c7b66

Browse files
⬆️(dependencies) update python dependencies
1 parent 0cee7d2 commit 41c7b66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,30 @@ dev = [
7878
"flake8-pyproject==1.2.3",
7979
"htmlmin==0.1.12",
8080
"ipdb==0.13.13",
81-
"ipython==9.0.2",
81+
"ipython==9.2.0",
8282
"isort==6.0.1",
83-
"lxml==5.3.1",
83+
"lxml==5.4.0",
8484
"msgpack==1.1.0",
8585
"mysqlclient==2.2.7",
8686
"pylint==3.3.6",
8787
"pylint-django==2.6.1",
8888
"pytest==8.3.5",
89-
"pytest-cov==6.0.0",
90-
"pytest-django==4.10.0",
89+
"pytest-cov==6.1.1",
90+
"pytest-django==4.11.1",
9191
"responses==0.25.7",
9292
]
9393
ci = [
9494
"twine==6.1.0",
9595
]
9696
sandbox = [
9797
"boto3<1.36",
98-
"django-storages==1.14.5",
98+
"django-storages==1.14.6",
9999
"django-configurations==2.5.1",
100100
"dockerflow==2024.4.2",
101101
"factory-boy==3.3.3",
102102
"gunicorn==23.0.0",
103103
"psycopg2-binary==2.9.10",
104-
"sentry-sdk==2.24.1",
104+
"sentry-sdk==2.27.0",
105105
]
106106

107107
[tool.flake8]

0 commit comments

Comments
 (0)