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 Mar 5, 2024
1 parent 538d737 commit 9d84a5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.34.49",
"boto3==1.34.54",
"Brotli==1.1.0",
"celery[redis]==5.3.6",
"django-admin-sortable2==2.1.10",
Expand All @@ -44,7 +44,7 @@ dependencies = [
"djangorestframework-simplejwt==5.3.1",
"djangorestframework==3.14.0",
"drf_spectacular==0.27.1",
"dockerflow==2024.2.0",
"dockerflow==2024.3.0",
"easy_thumbnails==2.8.5",
"factory_boy==3.3.0",
"gunicorn==21.2.0",
Expand All @@ -57,14 +57,14 @@ dependencies = [
"pydantic[email]>2",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==1.40.5",
"sentry-sdk==1.40.6",
"timedelta-isoformat==0.6.2.11",
"url-normalize==1.4.3",
"WeasyPrint>=60.2",
"whitenoise==6.6.0",
# edx_imports
"pymysql==1.1.0",
"SQLAlchemy==2.0.27",
"SQLAlchemy==2.0.28",
"hashids==1.1.0",
"PyMongo==3.13.0",
]
Expand All @@ -79,9 +79,9 @@ dependencies = [
dev = [
"cssselect==1.2.0",
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.2.1",
"drf-spectacular-sidecar==2024.3.4",
"ipdb==0.13.13",
"ipython==8.22.1",
"ipython==8.22.2",
"lxml==5.1.0",
"pdbpp==0.10.3",
"pdfminer.six==20231228",
Expand All @@ -90,11 +90,11 @@ dev = [
"pylint==3.1.0",
"pytest-cov==4.1.0",
"pytest-django==4.8.0",
"pytest==8.0.2",
"pytest==8.1.0",
"pytest-icdiff==0.9",
"pytest-xdist==3.5.0",
"responses==0.25.0",
"ruff==0.2.2",
"ruff==0.3.0",
"types-requests==2.31.0.20240218",
# edx_imports
"sqlacodegen==3.0.0rc5",
Expand Down

0 comments on commit 9d84a5b

Please sign in to comment.