Skip to content

Commit

Permalink
📦 [poetry] Remove version bound for CalVer dependency flake8-bugbear (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Nov 26, 2021
1 parent 37bb5dc commit acec7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
42 changes: 1 addition & 41 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 @@ -32,7 +32,7 @@ pre-commit = "^2.15.0"
flake8 = "^4.0.1"
black = ">=21.10b0"
flake8-bandit = "^2.1.2"
flake8-bugbear = "^21.9.2"
flake8-bugbear = ">=21.9.2"
flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.2.3"
pep8-naming = "^0.12.1"
Expand Down

0 comments on commit acec7f4

Please sign in to comment.