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 jbpenrath committed Sep 30, 2024
1 parent 1486e8f commit e6bf0fa
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 @@ -26,7 +26,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"arrow==1.3.0",
"boto3==1.35.27",
"boto3==1.35.29",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"cryptography==43.0.1",
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies = [
"nested-multipart-parser==1.5.0",
"obc==2.1.0",
"payplug==1.4.0",
"psycopg[binary]==3.2.2",
"psycopg[binary]==3.2.3",
"pydantic[email]>2",
"PyJWT==2.9.0",
"pyRdfa3==3.6.4",
Expand Down Expand Up @@ -101,7 +101,7 @@ dev = [
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.6.7",
"ruff==0.6.8",
"types-requests==2.32.0.20240914",
# edx_imports
"sqlacodegen==3.0.0rc5",
Expand Down

0 comments on commit e6bf0fa

Please sign in to comment.