Skip to content

Commit ba82440

Browse files
Update bandit requirement from <1.9,>=1.7 to >=1.7,<1.10
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.9.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4e925b commit ba82440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
DEV_REQUIREMENTS = [
2323
'aiofiles >= 23,< 26',
24-
'bandit >= 1.7,< 1.9',
24+
'bandit >= 1.7,< 1.10',
2525
'black >= 23,< 26',
2626
'build >= 0.10,< 1.4',
2727
'Faker >= 38,< 39',

0 commit comments

Comments
 (0)