Skip to content

Commit aa7f175

Browse files
committed
poetry: add types-toml to development and test dependencies
This is required by the release test as it parses pyproject.toml.
1 parent 1b56438 commit aa7f175

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

poetry.lock

Lines changed: 13 additions & 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pytest = "^7.1.3"
5555
pytest-cov = "^3.0.0"
5656
coverage = "^6.4.4"
5757
ipdb = "^0.13.9"
58+
types-toml = "^0.10.8"
5859

5960

6061
[tool.poetry.group.doc]
@@ -76,6 +77,7 @@ requests = "^2.28.1"
7677
mypy = "^0.971"
7778
types-requests = "^2.28.9"
7879
pre-commit = "^2.20.0"
80+
types-toml = "^0.10.8"
7981

8082
[build-system]
8183
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)