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 and kernicPanel committed Jun 10, 2024
1 parent 7167890 commit 0f3663a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.34.117",
"boto3==1.34.122",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"cryptography==42.0.7",
"cryptography==42.0.8",
"django-admin-sortable2==2.2.1",
"django-admin-autocomplete-filter==0.7.1",
"django-configurations==2.5.1",
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies = [
"pyRdfa3==3.6.2",
"python-dateutil==2.9.0.post0",
"requests==2.32.3",
"sentry-sdk==2.3.1",
"sentry-sdk==2.5.1",
"stockholm==0.5.7",
"timedelta-isoformat==0.6.2.11",
"url-normalize==1.4.3",
Expand Down Expand Up @@ -94,14 +94,14 @@ dev = [
"pdfminer.six==20231228",
"pyfakefs==5.5.0",
"pylint-django==2.5.5",
"pylint==3.2.2",
"pylint==3.2.3",
"pytest-cov==5.0.0",
"pytest-django==4.8.0",
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.0",
"ruff==0.4.7",
"responses==0.25.2",
"ruff==0.4.8",
"types-requests==2.32.0.20240602",
# edx_imports
"sqlacodegen==3.0.0rc5",
Expand Down

0 comments on commit 0f3663a

Please sign in to comment.