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 Oct 18, 2024
1 parent c684576 commit 1580168
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"arrow==1.3.0",
"boto3==1.35.34",
"boto3==1.35.43",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"cryptography==43.0.1",
"cryptography==43.0.3",
"django-admin-sortable2==2.2.3",
"django-admin-autocomplete-filter==0.7.1",
"django-configurations==2.5.1",
"django-cors-headers==4.4.0",
"django-cors-headers==4.5.0",
"django-countries==7.6.1",
"django-filter==24.3",
"django-fsm==3.0.0",
Expand All @@ -52,7 +52,7 @@ dependencies = [
"factory_boy==3.3.1",
"gunicorn==23.0.0",
"markdown==3.7",
"moodlepy==0.24.0",
"moodlepy==0.24.1",
"nested-multipart-parser==1.5.0",
"obc==2.1.0",
"payplug==1.4.0",
Expand All @@ -62,7 +62,7 @@ dependencies = [
"pyRdfa3==3.6.4",
"python-dateutil==2.9.0.post0",
"requests==2.32.3",
"sentry-sdk==2.15.0",
"sentry-sdk==2.17.0",
"stockholm==0.5.7",
"timedelta-isoformat==0.6.2.11",
"url-normalize==1.4.3",
Expand All @@ -71,7 +71,7 @@ dependencies = [
"whitenoise==6.7.0",
# edx_imports
"pymysql==1.1.1",
"SQLAlchemy==2.0.35",
"SQLAlchemy==2.0.36",
"hashids==1.1.0",
"PyMongo==3.13.0",
]
Expand All @@ -92,18 +92,18 @@ dev = [
"lxml==5.3.0",
"pdbpp==0.10.3",
"pdfminer.six==20240706",
"pyfakefs==5.6.0",
"pylint-django==2.5.5",
"pyfakefs==5.7.1",
"pylint-django==2.6.1",
"pylint==3.3.1",
"pytest-cov==5.0.0",
"pytest-django==4.9.0",
"pytest==8.3.3",
"pytest-icdiff==0.9",
"pytest-subtests==0.12.1",
"pytest-subtests==0.13.1",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.6.9",
"types-requests==2.32.0.20240914",
"ruff==0.7.0",
"types-requests==2.32.0.20241016",
# edx_imports
"sqlacodegen==3.0.0rc5",
]
Expand Down

0 comments on commit 1580168

Please sign in to comment.