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 Jul 3, 2024
1 parent 66300ac commit 8948b85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.34.134",
"boto3==1.34.139",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"django-configurations==2.5.1",
Expand All @@ -45,7 +45,7 @@ dependencies = [
"gunicorn==22.0.0",
"jsonschema==4.22.0",
"nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.19",
"psycopg[binary]==3.2.1",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==2.7.1",
Expand All @@ -63,12 +63,12 @@ dependencies = [
[project.optional-dependencies]
dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.6.1",
"drf-spectacular-sidecar==2024.7.1",
"ipdb==0.13.13",
"ipython==8.25.0",
"ipython==8.26.0",
"pyfakefs==5.5.0",
"pylint-django==2.5.5",
"pylint==3.2.4",
"pylint==3.2.5",
"pytest-cov==5.0.0",
"pytest-django==4.8.0",
"pytest==8.2.2",
Expand Down

0 comments on commit 8948b85

Please sign in to comment.