From 1580168798df552508e4927eca0615efc00abaf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:22:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20pyt?= =?UTF-8?q?hon=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 3886790db..2ab108840 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -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", @@ -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", @@ -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", @@ -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", ] @@ -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", ]