Skip to content

Commit 8160346

Browse files
authored
Upgrade some dependencies to their latest version (#1755)
Signed-off-by: tdruez <[email protected]>
1 parent 9093f7f commit 8160346

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
# wait_for_database Django management command
4949
"django-probes==1.7.0",
5050
# Task queue
51-
"rq==2.4.0",
51+
"rq==2.4.1",
5252
"django-rq==3.0.1",
5353
"redis==6.2.0",
5454
# WSGI server
@@ -68,16 +68,16 @@ dependencies = [
6868
"go-inspector==0.5.0",
6969
"rust-inspector==0.1.0",
7070
"binary-inspector==0.1.2",
71-
"python-inspector==0.14.0",
71+
"python-inspector==0.14.3",
7272
"source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'",
7373
"aboutcode-toolkit==11.1.1",
7474
# Utilities
7575
"XlsxWriter==3.2.5",
7676
"openpyxl==3.1.5",
7777
"requests==2.32.4",
78-
"GitPython==3.1.44",
78+
"GitPython==3.1.45",
7979
# Profiling
80-
"pyinstrument==5.0.2",
80+
"pyinstrument==5.0.3",
8181
# CycloneDX
8282
"cyclonedx-python-lib==10.2.0",
8383
"jsonschema==4.24.0",
@@ -100,12 +100,12 @@ dependencies = [
100100
[project.optional-dependencies]
101101
dev = [
102102
# Validation
103-
"ruff==0.12.0",
103+
"ruff==0.12.5",
104104
"doc8==2.0.0",
105105
# Debug
106106
"django-debug-toolbar==5.2.0",
107107
# Documentation
108-
"Sphinx==8.1.3",
108+
"Sphinx==8.1.3", # Newer versions dropped Python 3.10 support
109109
"sphinx-rtd-theme==3.0.2",
110110
"sphinx-rtd-dark-mode==1.3.0",
111111
"sphinxcontrib-django==2.5",

0 commit comments

Comments
 (0)