Skip to content

Commit 2c08db6

Browse files
⬆️(dependencies) update python dependencies
1 parent 3340b96 commit 2c08db6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/backend/pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,47 +25,47 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.10"
2727
dependencies = [
28-
"arrow==1.3.0",
28+
"arrow==1.4.0",
2929
"boto3<1.36",
30-
"Brotli==1.1.0",
30+
"Brotli==1.2.0",
3131
"celery[redis]==5.5.3",
32-
"cryptography==46.0.2",
32+
"cryptography==46.0.3",
3333
"django-admin-sortable2==2.2.8",
3434
"django-admin-autocomplete-filter==0.7.1",
3535
"django-configurations==2.5.1",
3636
"django-cors-headers==4.9.0",
37-
"django-countries==7.6.1",
37+
"django-countries==8.2.0",
3838
"django-filter==25.1",
3939
"django-fsm==3.0.1",
4040
"django-money==3.5.4",
4141
"django-object-actions==5.0.0",
4242
"django-parler==2.3",
4343
"django-redis==6.0.0",
4444
"django-storages==1.14.3",
45-
"django-viewflow==2.2.13",
45+
"django-viewflow==2.2.14",
4646
"Django<5",
4747
"djangorestframework-simplejwt==5.5.1",
4848
"djangorestframework==3.16.1",
49-
"drf_spectacular==0.28.0",
49+
"drf_spectacular==0.29.0",
5050
"dockerflow==2024.4.2",
5151
"easy_thumbnails==2.10.1",
5252
"factory_boy==3.3.3",
5353
"gunicorn==23.0.0",
54-
"markdown==3.9",
54+
"markdown==3.10",
5555
"moodlepy==0.24.1",
5656
"nested-multipart-parser==1.6.0",
5757
"obc==2.1.0",
5858
"payplug==1.4.0",
59-
"psycopg[binary]==3.2.10",
59+
"psycopg[binary]==3.2.13",
6060
"pydantic[email]>2",
6161
"pyRdfa3==3.6.4",
6262
"python-dateutil==2.9.0.post0",
6363
"requests==2.32.5",
64-
"sentry-sdk==2.41.0",
64+
"sentry-sdk==2.46.0",
6565
"stockholm==0.5.7",
6666
"timedelta-isoformat==0.7.0",
6767
"url-normalize==2.2.1",
68-
"WeasyPrint==65.1",
68+
"WeasyPrint==66.0",
6969
"workalendar==17.0.0",
7070
"whitenoise==6.11.0",
7171
# edx_imports
@@ -91,19 +91,19 @@ dev = [
9191
"ipdb==0.13.13",
9292
"lxml==6.0.2",
9393
"pdbpp==0.11.7",
94-
"pdfminer.six==20250506",
95-
"pyfakefs==5.10.0",
94+
"pdfminer.six==20251107",
95+
"pyfakefs==5.10.2",
9696
"pylint-django==2.6.1",
97-
"pylint==3.3.8",
97+
"pylint==4.0.3",
9898
"pytest-cov==7.0.0",
9999
"pytest-django==4.11.1",
100-
"pytest==8.4.2",
100+
"pytest==9.0.1",
101101
"pytest-icdiff==0.9",
102-
"pytest-subtests==0.14.1",
102+
"pytest-subtests==0.15.0",
103103
"pytest-xdist==3.8.0",
104104
"responses==0.25.8",
105105
"rich==14.2.0",
106-
"ruff==0.14.0",
106+
"ruff==0.14.6",
107107
"types-requests==2.32.4.20250913",
108108
# edx_imports
109109
"sqlacodegen==3.0.0",

0 commit comments

Comments
 (0)