Skip to content

Commit

Permalink
⬆️ Bump bandit from 1.7.5 to 1.7.6
Browse files Browse the repository at this point in the history
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.5...1.7.6)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent b8f3161 commit 6a8dd39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rich = "^13.7.0"
tqdm = "^4.66.0"

[tool.poetry.dev-dependencies]
bandit = "^1.7.5"
bandit = "^1.7.6"
black = {version = "^23.10.0", allow-prereleases = true}
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.12.0"}
Expand All @@ -57,7 +57,7 @@ pytest-html = "^4.0.2"
pytest-cov = "^4.1.0"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.5"
bandit = "^1.7.6"
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.12.0"}
mypy = "^1.7.1"
Expand Down

0 comments on commit 6a8dd39

Please sign in to comment.