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 Nov 12, 2024
1 parent a328e16 commit 8d913be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.35.54",
"boto3==1.35.58",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"django-configurations==2.5.1",
Expand All @@ -36,7 +36,7 @@ dependencies = [
"django-redis==5.4.0",
"django-storages==1.14.4",
"django-timezone-field>=5.1",
"django==5.1.2",
"django==5.1.3",
"djangorestframework==3.15.2",
"drf_spectacular==0.27.2",
"dockerflow==2024.4.2",
Expand All @@ -49,7 +49,7 @@ dependencies = [
"PyJWT==2.9.0",
"joserfc==1.0.0",
"requests==2.32.3",
"sentry-sdk[django]==2.17.0",
"sentry-sdk[django]==2.18.0",
"whitenoise==6.8.2",
"mozilla-django-oidc==4.0.1",
]
Expand All @@ -75,7 +75,7 @@ dev = [
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.7.2",
"ruff==0.7.3",
"types-requests==2.32.0.20241016",
"freezegun==1.5.1",
]
Expand Down

0 comments on commit 8d913be

Please sign in to comment.