Skip to content

Commit 125435f

Browse files
committed
Upgrade multiple dependencies
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent f942011 commit 125435f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ packages=find:
5050
include_package_data = true
5151
zip_safe = false
5252
install_requires =
53-
importlib-metadata==6.1.0
53+
importlib-metadata==6.8.0
5454
# Django related
5555
Django==4.2.3
5656
django-environ==0.10.0
@@ -86,7 +86,7 @@ install_requires =
8686
# Profiling
8787
pyinstrument==4.5.0
8888
# SPDX
89-
jsonschema==4.17.3
89+
jsonschema==4.18.3
9090
# CycloneDX
9191
cyclonedx-python-lib==3.1.5
9292
hoppr-cyclonedx-models==0.4.10
@@ -97,17 +97,17 @@ install_requires =
9797
dev =
9898
# Validation
9999
flake8==6.0.0
100-
black==23.3.0
100+
black==23.7.0
101101
isort==5.12.0
102102
doc8==0.11.2
103103
pydocstyle==6.3.0
104104
# Debug
105105
django-debug-toolbar==4.1.0
106106
# Documentation
107-
Sphinx==5.0.2
108-
sphinx-rtd-theme==1.0.0
107+
Sphinx==5.3.0
108+
sphinx-rtd-theme==1.2.2
109109
sphinx-rtd-dark-mode==1.2.4
110-
sphinxcontrib-django==2.2
110+
sphinxcontrib-django==2.4
111111
# Release
112112
bumpver==2023.1124
113113
twine==4.0.2

0 commit comments

Comments
 (0)