⬆️(dependencies) update python dependencies
This commit is contained in:
committed by
Manuel Raynaud
parent
4243519eee
commit
ce8b98e256
@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boto3==1.37.5",
|
"boto3==1.37.18",
|
||||||
"Brotli==1.1.0",
|
"Brotli==1.1.0",
|
||||||
"celery[redis]==5.4.0",
|
"celery[redis]==5.4.0",
|
||||||
"django-configurations==2.5.1",
|
"django-configurations==2.5.1",
|
||||||
@@ -48,12 +48,12 @@ dependencies = [
|
|||||||
"jsonschema==4.23.0",
|
"jsonschema==4.23.0",
|
||||||
"markdown==3.7",
|
"markdown==3.7",
|
||||||
"nested-multipart-parser==1.5.0",
|
"nested-multipart-parser==1.5.0",
|
||||||
"openai==1.65.2",
|
"openai==1.68.2",
|
||||||
"psycopg[binary]==3.2.5",
|
"psycopg[binary]==3.2.6",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
"python-magic==0.4.27",
|
"python-magic==0.4.27",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"sentry-sdk==2.22.0",
|
"sentry-sdk==2.24.0",
|
||||||
"url-normalize==1.4.3",
|
"url-normalize==1.4.3",
|
||||||
"whitenoise==6.9.0",
|
"whitenoise==6.9.0",
|
||||||
"mozilla-django-oidc==4.0.1",
|
"mozilla-django-oidc==4.0.1",
|
||||||
@@ -72,18 +72,18 @@ dev = [
|
|||||||
"drf-spectacular-sidecar==2025.3.1",
|
"drf-spectacular-sidecar==2025.3.1",
|
||||||
"freezegun==1.5.1",
|
"freezegun==1.5.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
"ipython==9.0.1",
|
"ipython==9.0.2",
|
||||||
"pyfakefs==5.7.4",
|
"pyfakefs==5.8.0",
|
||||||
"pylint-django==2.6.1",
|
"pylint-django==2.6.1",
|
||||||
"pylint==3.3.4",
|
"pylint==3.3.6",
|
||||||
"pytest-cov==6.0.0",
|
"pytest-cov==6.0.0",
|
||||||
"pytest-django==4.10.0",
|
"pytest-django==4.10.0",
|
||||||
"pytest==8.3.5",
|
"pytest==8.3.5",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.6.1",
|
"pytest-xdist==3.6.1",
|
||||||
"responses==0.25.6",
|
"responses==0.25.7",
|
||||||
"ruff==0.9.9",
|
"ruff==0.11.2",
|
||||||
"types-requests==2.32.0.20250301",
|
"types-requests==2.32.0.20250306",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|||||||
Reference in New Issue
Block a user