Skip to content

Commit f18007e

Browse files
committed
upgrade dependencies
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 6f0d8b6 commit f18007e

2 files changed

Lines changed: 57 additions & 54 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ dependencies = [
3636
"importlib-metadata==8.7.1",
3737
"setuptools==82.0.1",
3838
# Django related
39-
"Django==6.0.5",
40-
"django-environ==0.13.0",
39+
"django==6.0.6",
40+
"django-environ==0.14.0",
4141
"django-crispy-forms==2.6",
4242
"crispy-bootstrap3==2024.1",
4343
"django-filter==25.2",
4444
"djangorestframework==3.17.1",
4545
"django-htmx==1.27.0",
46-
"django-debug-toolbar==6.3.0",
46+
"django-debug-toolbar==7.0.0",
4747
# Database
4848
"psycopg[binary]==3.3.4",
4949
# wait_for_database Django management command
5050
"django-probes==1.8.0",
5151
# Task queue
52-
"rq==2.9.0",
52+
"rq==2.10.0",
5353
"django-rq==4.1.0",
54-
"redis==7.4.0",
54+
"redis==8.0.1",
5555
# WSGI server
5656
"gunicorn==26.0.0",
5757
"packaging==26.2",
@@ -60,7 +60,7 @@ dependencies = [
6060
# ScanCode-toolkit
6161
"scancode-toolkit[packages]==32.5.0",
6262
"extractcode[full]==31.1.0",
63-
"commoncode==32.4.2",
63+
"commoncode==32.5.2",
6464
"Beautifulsoup4[chardet]==4.14.3",
6565
"packageurl-python==0.17.6",
6666
# FetchCode
@@ -77,18 +77,18 @@ dependencies = [
7777
# Utilities
7878
"XlsxWriter==3.2.9",
7979
"openpyxl==3.1.5",
80-
"requests==2.33.1",
80+
"requests==2.34.2",
8181
"charset-normalizer==3.4.7",
8282
"chardet==7.4.3",
8383
"urllib3==2.7.0",
84-
"idna==3.16",
84+
"idna==3.18",
8585
"GitPython==3.1.50",
8686
"lxml==6.1.1",
87-
"certifi==2026.5.20",
87+
"certifi==2026.6.17",
8888
# Profiling
8989
"pyinstrument==5.1.2",
9090
# CycloneDX
91-
"cyclonedx-python-lib==11.7.0",
91+
"cyclonedx-python-lib==11.11.0",
9292
"jsonschema==4.26.0",
9393
# MatchCode-toolkit
9494
"matchcode-toolkit==7.2.2",
@@ -110,6 +110,7 @@ dependencies = [
110110
"cryptography==49.0.0",
111111
"aiohttp==3.14.1",
112112
"pydantic-settings==2.14.2",
113+
"croniter==6.2.3",
113114
]
114115

115116
[project.optional-dependencies]

0 commit comments

Comments
 (0)