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 Dec 17, 2024
1 parent 30832a2 commit 3b79f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.76",
"boto3==1.35.82",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"django-configurations==2.5.1",
Expand Down Expand Up @@ -66,7 +66,7 @@ dev = [
"drf-spectacular-sidecar==2024.12.1",
"ipdb==0.13.13",
"ipython==8.30.0",
"pyfakefs==5.7.2",
"pyfakefs==5.7.3",
"pylint-django==2.6.1",
"pylint==3.3.2",
"pytest-cov==6.0.0",
Expand All @@ -75,7 +75,7 @@ dev = [
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.8.2",
"ruff==0.8.3",
"types-requests==2.32.0.20241016",
"freezegun==1.5.1",
]
Expand Down

0 comments on commit 3b79f8c

Please sign in to comment.