Skip to content

Commit ccfcd33

Browse files
committed
make black and pydoc-markdown dev-deps
1 parent 6730cd2 commit ccfcd33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/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.

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ python = "^3.8"
1515
httpx = ">=0.20.0,<0.28.0"
1616
attrs = ">=21.3.0"
1717
e2b = "^1.0.0"
18-
black = "23.12.1"
19-
pydoc-markdown = "^4.8.2"
2018

2119
[tool.poetry.group.dev.dependencies]
2220
pytest = "^7.4.0"
2321
python-dotenv = "^1.0.0"
2422
pytest-dotenv = "^0.5.2"
2523
pytest-asyncio = "^0.23.7"
2624
pytest-xdist = "^3.6.1"
25+
black = "23.12.1"
26+
pydoc-markdown = "^4.8.2"
2727

2828
[build-system]
2929
requires = ["poetry-core"]

0 commit comments

Comments
 (0)