⬆️(dependencies) update python dependencies
This commit is contained in:
committed by
aleb_the_flash
parent
94b0c27775
commit
958f48f9e8
@@ -25,14 +25,14 @@ license = { file = "LICENSE" }
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boto3==1.34.145",
|
"boto3==1.34.151",
|
||||||
"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",
|
||||||
"django-cors-headers==4.4.0",
|
"django-cors-headers==4.4.0",
|
||||||
"django-countries==7.6.1",
|
"django-countries==7.6.1",
|
||||||
"django-parler==2.3",
|
"django-parler==2.3",
|
||||||
"redis==5.0.7",
|
"redis==5.0.8",
|
||||||
"django-redis==5.4.0",
|
"django-redis==5.4.0",
|
||||||
"django-storages==1.14.4",
|
"django-storages==1.14.4",
|
||||||
"django-timezone-field>=5.1",
|
"django-timezone-field>=5.1",
|
||||||
@@ -40,7 +40,7 @@ dependencies = [
|
|||||||
"djangorestframework==3.15.2",
|
"djangorestframework==3.15.2",
|
||||||
"drf_spectacular==0.27.2",
|
"drf_spectacular==0.27.2",
|
||||||
"dockerflow==2024.4.2",
|
"dockerflow==2024.4.2",
|
||||||
"easy_thumbnails==2.8.5",
|
"easy_thumbnails==2.9",
|
||||||
"factory_boy==3.3.0",
|
"factory_boy==3.3.0",
|
||||||
"gunicorn==22.0.0",
|
"gunicorn==22.0.0",
|
||||||
"jsonschema==4.23.0",
|
"jsonschema==4.23.0",
|
||||||
@@ -48,7 +48,7 @@ dependencies = [
|
|||||||
"psycopg[binary]==3.2.1",
|
"psycopg[binary]==3.2.1",
|
||||||
"PyJWT==2.8.0",
|
"PyJWT==2.8.0",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"sentry-sdk==2.10.0",
|
"sentry-sdk==2.11.0",
|
||||||
"url-normalize==1.4.3",
|
"url-normalize==1.4.3",
|
||||||
"whitenoise==6.7.0",
|
"whitenoise==6.7.0",
|
||||||
"mozilla-django-oidc==4.0.1",
|
"mozilla-django-oidc==4.0.1",
|
||||||
@@ -71,11 +71,11 @@ dev = [
|
|||||||
"pylint==3.2.6",
|
"pylint==3.2.6",
|
||||||
"pytest-cov==5.0.0",
|
"pytest-cov==5.0.0",
|
||||||
"pytest-django==4.8.0",
|
"pytest-django==4.8.0",
|
||||||
"pytest==8.3.1",
|
"pytest==8.3.2",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.6.1",
|
"pytest-xdist==3.6.1",
|
||||||
"responses==0.25.3",
|
"responses==0.25.3",
|
||||||
"ruff==0.5.4",
|
"ruff==0.5.5",
|
||||||
"types-requests==2.32.0.20240712",
|
"types-requests==2.32.0.20240712",
|
||||||
"freezegun==1.5.1",
|
"freezegun==1.5.1",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user