Skip to content

Commit e0820e0

Browse files
committed
fix: align formatters versions (#602)
1 parent 93a2c2d commit e0820e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ coverage = "^6.3.3"
4141
pytest-asyncio = "^0.21.0"
4242
pytest-timeout = "^2.1.0"
4343
autoflake = "^2.2.1"
44-
isort = "^5.13.0"
45-
black = "^23.12.1"
44+
isort = "5.13.2"
45+
black = "23.12.1"
4646

4747
[tool.poetry.group.docs.dependencies]
4848
sphinx = "^4.5.0"

0 commit comments

Comments
 (0)