Skip to content

Commit b9c0aa1

Browse files
committed
build(deps): Loosen dev dependencies
1 parent 4e21666 commit b9c0aa1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ colorama = ">=0.3.9"
6464
### Docs ###
6565
sphinx = "*"
6666
furo = "*"
67-
gp-libs = "0.0.1a10"
67+
gp-libs = "0.0.1a12"
6868
sphinx-autobuild = "*"
6969
sphinx-autodoc-typehints = "*"
7070
sphinx-click = "*"
@@ -77,7 +77,7 @@ myst_parser = "*"
7777
### Testing ###
7878
pytest = "*"
7979
pytest-rerunfailures = "*"
80-
pytest-watcher = "^0.2.3"
80+
pytest-watcher = "*"
8181

8282
### Coverage ###
8383
codecov = "*"
@@ -90,14 +90,14 @@ isort = "*"
9090

9191
### Lint ###
9292
flake8 = "*"
93-
flake8-bugbear = "^22.8.23"
93+
flake8-bugbear = "*"
9494
flake8-comprehensions = "*"
9595
mypy = "*"
9696

9797
### Lint : Annotations ###
98-
types-requests = "^2.28.11"
99-
types-PyYAML = "^6.0.11"
100-
types-colorama = "^0.4.15"
98+
types-requests = "*"
99+
types-PyYAML = "*"
100+
types-colorama = "*"
101101

102102
[tool.poetry.extras]
103103
docs = [

0 commit comments

Comments
 (0)