Skip to content

Commit 9f8733e

Browse files
Update bandit requirement from ~=1.7 to ~=1.8 in /package (#2215)
Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10ea7be commit 9f8733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
kedro >=0.18.0
44
kedro-datasets[pandas.ParquetDataset, pandas.CSVDataset, pandas.ExcelDataset, plotly.JSONDataset]>=2.1.0
55
kedro-telemetry>=0.1.1 # for testing telemetry integration
6-
bandit~=1.7
6+
bandit~=1.8
77
behave~=1.2
88
boto3~=1.34
99
matplotlib~=3.9

0 commit comments

Comments
 (0)