Skip to content

Commit 29ac79d

Browse files
committed
Bump some dependencies
1 parent 198a9ac commit 29ac79d

File tree

2 files changed

+202
-116
lines changed

2 files changed

+202
-116
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"djangorestframework==3.16.1",
5252
"djangorestframework-simplejwt[crypto]==5.5.1",
5353
"drf-spectacular[sidecar]==0.28.0",
54-
"easy-thumbnails==2.10",
54+
"easy-thumbnails==2.10.1",
5555
"flower==2.0.1",
5656
"fontawesomefree~=6.6.0",
5757
"icalendar==6.3.1",
@@ -61,19 +61,20 @@ dependencies = [
6161
"pillow==11.3.0",
6262
"psycopg==3.2.9",
6363
"reportlab==4.4.3",
64-
"requests==2.32.4",
64+
"requests==2.32.5",
6565
"tqdm==4.67.1",
6666
"tzdata==2025.2",
6767
]
6868

6969
[dependency-groups]
7070
dev = [
71-
"coverage==7.10.3",
71+
"coverage==7.10.4",
7272
"django-debug-toolbar==6.0.0",
7373
"django-extensions==4.1",
7474
"faker==37.5.3",
75+
"hatchling==1.27.0",
7576
"isort==6.0.1",
76-
"ruff==0.12.8",
77+
"ruff==0.12.9",
7778
"tblib==3.1.0",
7879
"wheel==0.45.1",
7980
]

0 commit comments

Comments
 (0)