Skip to content

Commit

Permalink
⬆️(dependencies) update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent d88f6a5 commit ae0d210
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.34.88",
"boto3==1.34.98",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"django-configurations==2.5.1",
"django-cors-headers==4.3.1",
"django-countries==7.6.1",
"django-parler==2.3",
"redis==5.0.3",
"redis==5.0.4",
"django-redis==5.4.0",
"django-storages==1.14.2",
"django-storages==1.14.3",
"django-timezone-field>=5.1",
"django==5.0.4",
"djangorestframework==3.15.1",
"drf_spectacular==0.27.2",
"dockerflow==2024.4.1",
"dockerflow==2024.4.2",
"easy_thumbnails==2.8.5",
"factory_boy==3.3.0",
"gunicorn==22.0.0",
"jsonschema==4.21.1",
"jsonschema==4.22.0",
"nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.18",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==1.45.0",
"sentry-sdk==2.0.1",
"url-normalize==1.4.3",
"whitenoise==6.6.0",
"mozilla-django-oidc==4.0.1",
Expand All @@ -63,21 +63,21 @@ dependencies = [
[project.optional-dependencies]
dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.4.1",
"drf-spectacular-sidecar==2024.5.1",
"ipdb==0.13.13",
"ipython==8.23.0",
"ipython==8.24.0",
"pyfakefs==5.4.1",
"pylint-django==2.5.5",
"pylint==3.1.0",
"pytest-cov==5.0.0",
"pytest-django==4.8.0",
"pytest==8.1.1",
"pytest==8.2.0",
"pytest-icdiff==0.9",
"pytest-xdist==3.5.0",
"pytest-xdist==3.6.1",
"responses==0.25.0",
"ruff==0.4.1",
"ruff==0.4.3",
"types-requests==2.31.0.20240406",
"freezegun==1.4.0",
"freezegun==1.5.0",
]

[tool.setuptools]
Expand Down

0 comments on commit ae0d210

Please sign in to comment.