Skip to content

Commit 5b52ce9

Browse files
committed
Upgrade multiple dependencies to their latest versions
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 70787ad commit 5b52ce9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
v34.4.0 (unreleased)
5+
--------------------
6+
47
v34.3.0 (2024-04-10)
58
--------------------
69

docs/built-in-pipelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Analyse Docker Windows Image
4545
.. _pipeline_collect_source_strings:
4646

4747
Collect Source Strings (addon)
48-
--------------------------------
48+
------------------------------
4949
.. autoclass:: scanpipe.pipelines.collect_source_strings.CollectSourceStrings()
5050
:members:
5151
:member-order: bysource

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==7.1.0
53-
setuptools==69.2.0
53+
setuptools==69.5.1
5454
# Django related
55-
Django==5.0.3
55+
Django==5.0.4
5656
django-environ==0.11.2
5757
django-crispy-forms==2.1
5858
crispy-bootstrap3==2024.1
@@ -86,11 +86,11 @@ install_requires =
8686
XlsxWriter==3.2.0
8787
openpyxl==3.1.2
8888
requests==2.31.0
89-
gitpython==3.1.42
89+
gitpython==3.1.43
9090
# Profiling
9191
pyinstrument==4.6.2
9292
# CycloneDX
93-
cyclonedx-python-lib==6.4.4
93+
cyclonedx-python-lib==7.1.0
9494
jsonschema==4.21.1
9595
# Font Awesome
9696
fontawesomefree==6.5.1
@@ -106,7 +106,7 @@ install_requires =
106106
dev =
107107
# Validation
108108
flake8==7.0.0
109-
black==24.3.0
109+
black==24.4.0
110110
isort==5.13.2
111111
doc8==1.1.1
112112
pydocstyle==6.3.0

0 commit comments

Comments
 (0)