Skip to content

Commit 1953ed8

Browse files
committed
build(deps): Loosen dev dependencies
1 parent b897850 commit 1953ed8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sphinx = "*"
5757
aafigure = ">=0.6"
5858
pillow = "*"
5959
furo = "*"
60-
gp-libs = "0.0.1a10"
60+
gp-libs = "0.0.1a12"
6161
sphinx-autobuild = "*"
6262
sphinx-autodoc-typehints = "*"
6363
sphinx-click = "*"
@@ -66,14 +66,14 @@ sphinxext-opengraph = "*"
6666
sphinx-copybutton = "*"
6767
sphinxext-rediraffe = "*"
6868
myst_parser = "*"
69-
docutils = "~0.18.0"
69+
docutils = "*"
7070

7171
### Testing ###
7272
pytest = "*"
7373
pytest-rerunfailures = "*"
7474
pytest-mock = "*"
7575
pytest-cov = "*"
76-
pytest-watcher = "^0.2.3"
76+
pytest-watcher = "*"
7777

7878
### Coverage ###
7979
codecov = "*"
@@ -85,11 +85,11 @@ isort = "*"
8585

8686
### Lint ###
8787
flake8 = "*"
88-
flake8-bugbear = "^22.8.23"
88+
flake8-bugbear = "*"
8989
flake8-comprehensions = "*"
9090
mypy = "*"
91-
types-colorama = "^0.4.15"
92-
types-docutils = "^0.19.0"
91+
types-colorama = "*"
92+
types-docutils = "*"
9393

9494
[tool.poetry.extras]
9595
docs = [

0 commit comments

Comments
 (0)