Skip to content

Commit 2cb3560

Browse files
authored
chore: upgrade dependencies (#538)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 1ed8e85 commit 2cb3560

18 files changed

Lines changed: 51 additions & 51 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ dev: virtualenv
4848
uv sync --frozen --extra dev
4949

5050
outdated:
51-
@echo "-> Audit the project's dependencies for known vulnerabilities"
52-
uv audit
5351
@echo "-> Check for outdated packages (with 7 days cooldown)"
5452
uv pip list --outdated \
5553
--no-config \
5654
--index-url https://pypi.org/simple \
5755
--exclude-newer "7 days"
56+
@echo "-> Audit the project's dependencies for known vulnerabilities"
57+
uv audit
5858

5959
upgrade:
6060
@if [ -z "$(PACKAGE)" ]; then \

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ classifiers = [
3131
]
3232
dependencies = [
3333
# Base configuration tools
34-
"setuptools==82.0.0",
34+
"setuptools==82.0.1",
3535
"wheel==0.47.0",
3636
"packaging==26.2",
37-
"pip==26.1",
37+
"pip==26.1.2",
3838
# Django
39-
"Django==6.0.4",
39+
"django==6.0.5",
4040
"asgiref==3.11.1",
4141
"typing_extensions==4.15.0",
4242
"sqlparse==0.5.5",
@@ -75,24 +75,24 @@ dependencies = [
7575
# Testing
7676
"model_bakery==1.23.3",
7777
# Task queue
78-
"rq==2.8.0",
78+
"rq==2.9.0",
7979
"croniter==6.2.2",
8080
"django-rq==3.2.2",
8181
"fakeredis==2.35.1",
8282
# Libs
83-
"certifi==2026.4.22",
84-
"urllib3==2.6.3",
83+
"certifi==2026.5.20",
84+
"urllib3==2.7.0",
8585
"python-dateutil==2.9.0.post0",
8686
"python-mimeparse==2.0.0",
87-
"PyJWT==2.12.1",
87+
"pyjwt==2.13.0",
8888
"natsort==8.4.0",
8989
"six==1.17.0",
90-
"requests==2.33.0",
91-
"idna==3.11",
90+
"requests==2.34.2",
91+
"idna==3.18",
9292
"charset-normalizer==3.4.7",
9393
"PyYAML==6.0.3",
9494
"cython==3.2.4",
95-
"zipp==3.23.0",
95+
"zipp==4.1.0",
9696
"XlsxWriter==3.2.9",
9797
# Markdown
9898
"markdown==3.10.2",
@@ -130,7 +130,7 @@ dependencies = [
130130
# PackageURL
131131
"packageurl-python==0.17.6",
132132
# Gunicorn
133-
"gunicorn==25.3.0",
133+
"gunicorn==26.0.0",
134134
# SPDX validation
135135
"jsonschema==4.26.0",
136136
"jsonschema-specifications==2025.9.1",
@@ -142,7 +142,7 @@ dependencies = [
142142
"sortedcontainers==2.4.0",
143143
"py-serializable==2.1.0",
144144
# Git
145-
"gitpython==3.1.49",
145+
"gitpython==3.1.50",
146146
"gitdb==4.0.12",
147147
"smmap==5.0.3",
148148
# CSAF
131 KB
Binary file not shown.
7.98 MB
Binary file not shown.
208 KB
Binary file not shown.
207 KB
Binary file not shown.
63.9 KB
Binary file not shown.
1.73 MB
Binary file not shown.
30.5 KB
Binary file not shown.
488 KB
Binary file not shown.

0 commit comments

Comments
 (0)