Skip to content

Commit 6a9947d

Browse files
committed
build: updated dependencies, moved pdoc3 to a dev dependency
Signed-off-by: Paul Horton <[email protected]>
1 parent 7873ad9 commit 6a9947d

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ requirements_parser = "^0.2.0"
4343
setuptools = "^50.3.2"
4444
importlib-metadata = "^4.8.1"
4545
toml = "^0.10.2"
46-
pdoc3 = "^0.10.0"
4746

4847
[tool.poetry.dev-dependencies]
4948
tox = "^3.24.3"
5049
coverage = "^5.5"
5150
flake8 = "^3.9.2"
51+
pdoc3 = "^0.10.0"
5252

5353
[build-system]
5454
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)