Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 0a0944a commit 741af7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ tqdm = "^4.67.1"
pyarrow = "^18.1.0"

[tool.poetry.dev-dependencies]
bandit = "^1.7.9"
bandit = "^1.8.0"
black = { version = "^24.8.0", allow-prereleases = false }
darglint = "^1.8.1"
isort = { extras = ["colors"], version = "^5.13.2" }
Expand All @@ -55,7 +55,7 @@ pytest-html = "^4.0.2"
pytest-cov = "^5.0.0"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.9"
bandit = "^1.8.0"
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.13.2"}
pre-commit = "^3.8.0"
Expand Down

0 comments on commit 741af7e

Please sign in to comment.