Skip to content

Commit 6e46957

Browse files
committed
Upgrade multiple dependencies to their latest version
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 844169f commit 6e46957

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==8.5.0
53-
setuptools==72.1.0
53+
setuptools==75.6.0
5454
# Django related
5555
Django==5.1.3
5656
django-environ==0.11.2
@@ -92,7 +92,7 @@ install_requires =
9292
# Profiling
9393
pyinstrument==5.0.0
9494
# CycloneDX
95-
cyclonedx-python-lib==8.4.0
95+
cyclonedx-python-lib==8.5.0
9696
jsonschema==4.23.0
9797
# Font Awesome
9898
fontawesomefree==6.6.0
@@ -111,17 +111,17 @@ install_requires =
111111
[options.extras_require]
112112
dev =
113113
# Validation
114-
ruff==0.7.2
114+
ruff==0.7.4
115115
doc8==1.1.2
116116
# Debug
117117
django-debug-toolbar==4.4.6
118118
# Documentation
119119
Sphinx==8.1.3
120-
sphinx-rtd-theme==3.0.1
120+
sphinx-rtd-theme==3.0.2
121121
sphinx-rtd-dark-mode==1.3.0
122122
sphinxcontrib-django==2.5
123123
# Release
124-
bumpver==2023.1129
124+
bumpver==2024.1130
125125

126126
android_analysis =
127127
android_inspector==0.0.1

0 commit comments

Comments
 (0)