Skip to content

Commit a76aa17

Browse files
authored
Dependencies upgrade (#1663)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 2b03d7c commit a76aa17

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ packages = find:
4949
include_package_data = true
5050
zip_safe = false
5151
install_requires =
52-
importlib-metadata==8.6.1
53-
setuptools==78.1.0
52+
importlib-metadata==8.7.0
53+
setuptools==80.1.0
5454
# Django related
5555
Django==5.1.8
5656
django-environ==0.12.0
@@ -60,13 +60,13 @@ install_requires =
6060
djangorestframework==3.16.0
6161
django-taggit==6.1.0
6262
# Database
63-
psycopg[binary]==3.2.6
63+
psycopg[binary]==3.2.7
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# Task queue
6767
rq==2.3.2
68-
django-rq==3.0.0
69-
redis==5.2.1
68+
django-rq==3.0.1
69+
redis==6.0.0
7070
# WSGI server
7171
gunicorn==23.0.0
7272
# Docker
@@ -87,14 +87,14 @@ install_requires =
8787
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8888
aboutcode-toolkit==11.1.1
8989
# Utilities
90-
XlsxWriter==3.2.2
90+
XlsxWriter==3.2.3
9191
openpyxl==3.1.5
9292
requests==2.32.3
9393
GitPython==3.1.44
9494
# Profiling
9595
pyinstrument==5.0.1
9696
# CycloneDX
97-
cyclonedx-python-lib==9.1.0
97+
cyclonedx-python-lib==10.0.0
9898
jsonschema==4.23.0
9999
# MatchCode-toolkit
100100
matchcode-toolkit==7.2.2
@@ -114,10 +114,10 @@ install_requires =
114114
[options.extras_require]
115115
dev =
116116
# Validation
117-
ruff==0.11.5
117+
ruff==0.11.7
118118
doc8==1.1.2
119119
# Debug
120-
django-debug-toolbar==5.1.0
120+
django-debug-toolbar==5.2.0
121121
# Documentation
122122
Sphinx==8.1.3
123123
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)