Skip to content

Commit 1414b3d

Browse files
authored
Merge pull request #103 from elliot-100/dev-deps
Update dev-deps: black and pytest
2 parents d983b1c + e402766 commit 1414b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ python = "^3.8"
1212
aiohttp = "^3.8.5"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
black = "^23.7.0"
15+
black = "^24.4.0"
1616
isort = "^5.11.4"
17-
pytest = "^7.2.2"
17+
pytest = "^8.1.1"
1818

1919
[tool.black]
2020
line-length = 88

0 commit comments

Comments
 (0)