Skip to content

Commit

Permalink
Update bandit requirement from <=1.7.8,>=1.1.0 to >=1.1.0,<=1.7.9
Browse files Browse the repository at this point in the history
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.1.0...1.7.9)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 89667e8 commit 8a2bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bandit>=1.1.0,<=1.7.8
bandit>=1.1.0,<=1.7.9
fixtures>=0.3.14
defusedxml
# This is due to py2.7, could be removed in the future
Expand Down

0 comments on commit 8a2bf08

Please sign in to comment.