Skip to content

Commit

Permalink
build(deps-dev): bump flake8-bugbear from 23.3.23 to 23.5.9 (#255)
Browse files Browse the repository at this point in the history
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.3.23 to 23.5.9.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@23.3.23...23.5.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2023
1 parent 2580019 commit 2d693cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pyudev = { version = ">=0.23,<0.25", markers = "sys_platform != 'win32'" }
black = "23.3.0"
coveralls = "^3"
flake8 = { version = "^6", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^23.3.23", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^23.5.9", python = ">=3.8.1,<4.0" }
pep8-naming = "~0.13"
pytest = "^7"
pytest-cov = "^4"
Expand Down

0 comments on commit 2d693cb

Please sign in to comment.