File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v34.4.0 (unreleased)
5
+ --------------------
6
+
4
7
v34.3.0 (2024-04-10)
5
8
--------------------
6
9
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Analyse Docker Windows Image
45
45
.. _pipeline_collect_source_strings :
46
46
47
47
Collect Source Strings (addon)
48
- --------------------------------
48
+ ------------------------------
49
49
.. autoclass :: scanpipe.pipelines.collect_source_strings.CollectSourceStrings()
50
50
:members:
51
51
:member-order: bysource
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
52
importlib-metadata ==7.1.0
53
- setuptools ==69.2.0
53
+ setuptools ==69.5.1
54
54
# Django related
55
- Django ==5.0.3
55
+ Django ==5.0.4
56
56
django-environ ==0.11.2
57
57
django-crispy-forms ==2.1
58
58
crispy-bootstrap3 ==2024.1
@@ -86,11 +86,11 @@ install_requires =
86
86
XlsxWriter ==3.2.0
87
87
openpyxl ==3.1.2
88
88
requests ==2.31.0
89
- gitpython ==3.1.42
89
+ gitpython ==3.1.43
90
90
# Profiling
91
91
pyinstrument ==4.6.2
92
92
# CycloneDX
93
- cyclonedx-python-lib ==6.4.4
93
+ cyclonedx-python-lib ==7.1.0
94
94
jsonschema ==4.21.1
95
95
# Font Awesome
96
96
fontawesomefree ==6.5.1
@@ -106,7 +106,7 @@ install_requires =
106
106
dev =
107
107
# Validation
108
108
flake8 ==7.0.0
109
- black ==24.3 .0
109
+ black ==24.4 .0
110
110
isort ==5.13.2
111
111
doc8 ==1.1.1
112
112
pydocstyle ==6.3.0
You can’t perform that action at this time.
0 commit comments