Skip to content

Commit bce5a81

Browse files
committed
build(deps): Loosen version constraints
1 parent aa9009a commit bce5a81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ isort = "*"
7070

7171
### Lint ###
7272
flake8 = "*"
73-
flake8-bugbear = "^22.8.23"
74-
flake8-comprehensions = "^3.10.0"
73+
flake8-bugbear = "*"
74+
flake8-comprehensions = "*"
7575
mypy = "*"
7676
typing-extensions = { version = "*", python = "^3.7" }
7777
types-docutils = "^0.19.0"

0 commit comments

Comments
 (0)