Skip to content

Commit

Permalink
Bump flake8-bugbear from 22.8.22 to 22.8.23
Browse files Browse the repository at this point in the history
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.8.22 to 22.8.23.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@22.8.22...22.8.23)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lafrech committed Aug 25, 2022
1 parent 6a73136 commit 4f80ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
INSTALL_REQUIRES = ("marshmallow>=3.0.0", "SQLAlchemy>=1.3.0", "packaging>=21.3")
EXTRAS_REQUIRE = {
"tests": ["pytest", "pytest-lazy-fixture>=0.6.2"],
"lint": ["flake8==5.0.4", "flake8-bugbear==22.8.22", "pre-commit~=2.0"],
"lint": ["flake8==5.0.4", "flake8-bugbear==22.8.23", "pre-commit~=2.0"],
"docs": ["sphinx==5.1.1", "alabaster==0.7.12", "sphinx-issues==3.0.1"],
}
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
Expand Down

0 comments on commit 4f80ff6

Please sign in to comment.