⬆️(dependencies) update python dependencies
This commit is contained in:
committed by
aleb_the_flash
parent
f17771fc9b
commit
29d274ab7c
@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boto3==1.34.44",
|
"boto3==1.34.51",
|
||||||
"Brotli==1.1.0",
|
"Brotli==1.1.0",
|
||||||
"celery[redis]==5.3.6",
|
"celery[redis]==5.3.6",
|
||||||
"django-configurations==2.5",
|
"django-configurations==2.5",
|
||||||
@@ -37,7 +37,7 @@ dependencies = [
|
|||||||
"django==5.0.2",
|
"django==5.0.2",
|
||||||
"djangorestframework==3.14.0",
|
"djangorestframework==3.14.0",
|
||||||
"drf_spectacular==0.27.1",
|
"drf_spectacular==0.27.1",
|
||||||
"dockerflow==2024.1.0",
|
"dockerflow==2024.2.0",
|
||||||
"easy_thumbnails==2.8.5",
|
"easy_thumbnails==2.8.5",
|
||||||
"factory_boy==3.3.0",
|
"factory_boy==3.3.0",
|
||||||
"gunicorn==21.2.0",
|
"gunicorn==21.2.0",
|
||||||
@@ -46,7 +46,7 @@ dependencies = [
|
|||||||
"psycopg[binary]==3.1.18",
|
"psycopg[binary]==3.1.18",
|
||||||
"PyJWT==2.8.0",
|
"PyJWT==2.8.0",
|
||||||
"requests==2.31.0",
|
"requests==2.31.0",
|
||||||
"sentry-sdk==1.40.4",
|
"sentry-sdk==1.40.6",
|
||||||
"url-normalize==1.4.3",
|
"url-normalize==1.4.3",
|
||||||
"whitenoise==6.6.0",
|
"whitenoise==6.6.0",
|
||||||
"mozilla-django-oidc==4.0.0",
|
"mozilla-django-oidc==4.0.0",
|
||||||
@@ -63,13 +63,13 @@ dev = [
|
|||||||
"django-extensions==3.2.3",
|
"django-extensions==3.2.3",
|
||||||
"drf-spectacular-sidecar==2024.2.1",
|
"drf-spectacular-sidecar==2024.2.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
"ipython==8.21.0",
|
"ipython==8.22.1",
|
||||||
"pyfakefs==5.3.5",
|
"pyfakefs==5.3.5",
|
||||||
"pylint-django==2.5.5",
|
"pylint-django==2.5.5",
|
||||||
"pylint==3.0.3",
|
"pylint==3.1.0",
|
||||||
"pytest-cov==4.1.0",
|
"pytest-cov==4.1.0",
|
||||||
"pytest-django==4.8.0",
|
"pytest-django==4.8.0",
|
||||||
"pytest==8.0.1",
|
"pytest==8.0.2",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.5.0",
|
"pytest-xdist==3.5.0",
|
||||||
"responses==0.25.0",
|
"responses==0.25.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user