Skip to content

Commit 284bf41

Browse files
renovate[bot]kernicPanel
authored andcommitted
⬆️(dependencies) update python dependencies
1 parent e9b6aff commit 284bf41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/backend/pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ readme = "README.md"
2626
requires-python = ">=3.10"
2727
dependencies = [
2828
"arrow==1.3.0",
29-
"boto3==1.34.64",
29+
"boto3==1.34.69",
3030
"Brotli==1.1.0",
3131
"celery[redis]==5.3.6",
3232
"django-admin-sortable2==2.1.10",
@@ -42,7 +42,7 @@ dependencies = [
4242
"django-storages==1.14.2",
4343
"Django<5",
4444
"djangorestframework-simplejwt==5.3.1",
45-
"djangorestframework==3.15.0",
45+
"djangorestframework==3.15.1",
4646
"drf_spectacular==0.27.1",
4747
"dockerflow==2024.3.0",
4848
"easy_thumbnails==2.8.5",
@@ -57,14 +57,14 @@ dependencies = [
5757
"pydantic[email]>2",
5858
"PyJWT==2.8.0",
5959
"requests==2.31.0",
60-
"sentry-sdk==1.42.0",
60+
"sentry-sdk==1.43.0",
6161
"timedelta-isoformat==0.6.2.11",
6262
"url-normalize==1.4.3",
6363
"WeasyPrint>=60.2",
6464
"whitenoise==6.6.0",
6565
# edx_imports
6666
"pymysql==1.1.0",
67-
"SQLAlchemy==2.0.28",
67+
"SQLAlchemy==2.0.29",
6868
"hashids==1.1.0",
6969
"PyMongo==3.13.0",
7070
]
@@ -88,13 +88,13 @@ dev = [
8888
"pyfakefs==5.3.5",
8989
"pylint-django==2.5.5",
9090
"pylint==3.1.0",
91-
"pytest-cov==4.1.0",
91+
"pytest-cov==5.0.0",
9292
"pytest-django==4.8.0",
9393
"pytest==8.1.1",
9494
"pytest-icdiff==0.9",
9595
"pytest-xdist==3.5.0",
9696
"responses==0.25.0",
97-
"ruff==0.3.3",
97+
"ruff==0.3.4",
9898
"types-requests==2.31.0.20240311",
9999
# edx_imports
100100
"sqlacodegen==3.0.0rc5",

0 commit comments

Comments
 (0)