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 27, 2024
1 parent 141446d commit d93cddf
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 @@ -26,7 +26,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"arrow==1.3.0",
"boto3==1.35.81",
"boto3==1.35.89",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"cryptography==44.0.0",
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies = [
"requests==2.32.3",
"sentry-sdk==2.19.2",
"stockholm==0.5.7",
"timedelta-isoformat==0.6.2.12",
"timedelta-isoformat==0.7.0",
"url-normalize==1.4.3",
"WeasyPrint==63.1",
"workalendar==17.0.0",
Expand All @@ -88,21 +88,21 @@ dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.12.1",
"ipdb==0.13.13",
"ipython==8.30.0",
"ipython==8.31.0",
"lxml==5.3.0",
"pdbpp==0.10.3",
"pdfminer.six==20240706",
"pyfakefs==5.7.3",
"pylint-django==2.6.1",
"pylint==3.3.2",
"pylint==3.3.3",
"pytest-cov==6.0.0",
"pytest-django==4.9.0",
"pytest==8.3.4",
"pytest-icdiff==0.9",
"pytest-subtests==0.14.1",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.8.3",
"ruff==0.8.4",
"types-requests==2.32.0.20241016",
# edx_imports
"sqlacodegen==3.0.0rc5",
Expand Down

0 comments on commit d93cddf

Please sign in to comment.