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 29, 2024
1 parent b1cd2d9 commit 516879f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"arrow==1.3.0",
"boto3==1.35.64",
"boto3==1.35.71",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"cryptography==43.0.3",
"cryptography==44.0.0",
"django-admin-sortable2==2.2.4",
"django-admin-autocomplete-filter==0.7.1",
"django-configurations==2.5.1",
Expand Down Expand Up @@ -58,11 +58,11 @@ dependencies = [
"payplug==1.4.0",
"psycopg[binary]==3.2.3",
"pydantic[email]>2",
"PyJWT==2.10.0",
"PyJWT==2.10.1",
"pyRdfa3==3.6.4",
"python-dateutil==2.9.0.post0",
"requests==2.32.3",
"sentry-sdk==2.18.0",
"sentry-sdk==2.19.0",
"stockholm==0.5.7",
"timedelta-isoformat==0.6.2.12",
"url-normalize==1.4.3",
Expand All @@ -88,7 +88,7 @@ dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.11.1",
"ipdb==0.13.13",
"ipython==8.29.0",
"ipython==8.30.0",
"lxml==5.3.0",
"pdbpp==0.10.3",
"pdfminer.six==20240706",
Expand All @@ -102,7 +102,7 @@ dev = [
"pytest-subtests==0.13.1",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.7.4",
"ruff==0.8.1",
"types-requests==2.32.0.20241016",
# edx_imports
"sqlacodegen==3.0.0rc5",
Expand Down

0 comments on commit 516879f

Please sign in to comment.