Skip to content

Upgrade some dependencies to their latest version #1755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
# wait_for_database Django management command
"django-probes==1.7.0",
# Task queue
"rq==2.4.0",
"rq==2.4.1",
"django-rq==3.0.1",
"redis==6.2.0",
# WSGI server
Expand All @@ -68,16 +68,16 @@ dependencies = [
"go-inspector==0.5.0",
"rust-inspector==0.1.0",
"binary-inspector==0.1.2",
"python-inspector==0.14.0",
"python-inspector==0.14.3",
"source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'",
"aboutcode-toolkit==11.1.1",
# Utilities
"XlsxWriter==3.2.5",
"openpyxl==3.1.5",
"requests==2.32.4",
"GitPython==3.1.44",
"GitPython==3.1.45",
# Profiling
"pyinstrument==5.0.2",
"pyinstrument==5.0.3",
# CycloneDX
"cyclonedx-python-lib==10.2.0",
"jsonschema==4.24.0",
Expand All @@ -100,12 +100,12 @@ dependencies = [
[project.optional-dependencies]
dev = [
# Validation
"ruff==0.12.0",
"ruff==0.12.5",
"doc8==2.0.0",
# Debug
"django-debug-toolbar==5.2.0",
# Documentation
"Sphinx==8.1.3",
"Sphinx==8.1.3", # Newer versions dropped Python 3.10 support
"sphinx-rtd-theme==3.0.2",
"sphinx-rtd-dark-mode==1.3.0",
"sphinxcontrib-django==2.5",
Expand Down