Skip to content

Commit d2cabea

Browse files
committed
build(deps): Loosen dev dependencies
1 parent 31b5cc4 commit d2cabea

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
@@ -66,7 +66,7 @@ docutils = "*"
6666
pytest = "*"
6767
pytest-rerunfailures = "*"
6868
pytest-mock = "*"
69-
pytest-watcher = "^0.2.3"
69+
pytest-watcher = "*"
7070

7171
### Coverage ###
7272
codecov = "*"
@@ -79,7 +79,7 @@ isort = "*"
7979

8080
### Lint ###
8181
flake8 = "*"
82-
flake8-bugbear = "^22.8.23"
82+
flake8-bugbear = "*"
8383
flake8-comprehensions = "*"
8484
mypy = "*"
8585

0 commit comments

Comments
 (0)