Skip to content

Commit 29c82e4

Browse files
authored
Upgrade multiple dependencies to their latest version (#1818)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 19a2bd4 commit 29c82e4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ dependencies = [
4141
"django-crispy-forms==2.4",
4242
"crispy-bootstrap3==2024.1",
4343
"django-filter==25.1",
44-
"djangorestframework==3.16.0",
44+
"djangorestframework==3.16.1",
4545
"django-taggit==6.1.0",
4646
# Database
4747
"psycopg[binary]==3.2.9",
4848
# wait_for_database Django management command
4949
"django-probes==1.7.0",
5050
# Task queue
51-
"rq==2.4.1",
52-
"django-rq==3.0.1",
53-
"redis==6.2.0",
51+
"rq==2.5.0",
52+
"django-rq==3.1",
53+
"redis==6.4.0",
5454
# WSGI server
5555
"gunicorn==23.0.0",
5656
# Docker
@@ -60,7 +60,7 @@ dependencies = [
6060
"extractcode[full]==31.0.0",
6161
"commoncode==32.3.0",
6262
"Beautifulsoup4[chardet]==4.13.4",
63-
"packageurl-python==0.17.3",
63+
"packageurl-python==0.17.5",
6464
# Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1795
6565
"fingerprints==1.2.3",
6666
"normality==2.6.1",
@@ -80,7 +80,7 @@ dependencies = [
8080
"requests==2.32.4",
8181
"GitPython==3.1.45",
8282
# Profiling
83-
"pyinstrument==5.0.3",
83+
"pyinstrument==5.1.1",
8484
# CycloneDX
8585
"cyclonedx-python-lib==10.2.0",
8686
"jsonschema==4.24.0",
@@ -89,7 +89,7 @@ dependencies = [
8989
# Univers
9090
"univers==31.0.0",
9191
# Markdown
92-
"markdown-it-py==3.0.0",
92+
"markdown-it-py==4.0.0",
9393
"bleach==6.2.0",
9494
# Antivirus
9595
"clamd==1.0.2",
@@ -106,10 +106,10 @@ dependencies = [
106106
[project.optional-dependencies]
107107
dev = [
108108
# Validation
109-
"ruff==0.12.5",
109+
"ruff==0.12.9",
110110
"doc8==2.0.0",
111111
# Debug
112-
"django-debug-toolbar==5.2.0",
112+
"django-debug-toolbar==6.0.0",
113113
# Documentation
114114
"Sphinx==8.1.3", # Newer versions dropped Python 3.10 support
115115
"sphinx-rtd-theme==3.0.2",

0 commit comments

Comments
 (0)