Skip to content

Commit

Permalink
Merge pull request #103 from elliot-100/dev-deps
Browse files Browse the repository at this point in the history
Update dev-deps: black and pytest
  • Loading branch information
elliot-100 authored Apr 20, 2024
2 parents d983b1c + e402766 commit 1414b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ python = "^3.8"
aiohttp = "^3.8.5"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
black = "^24.4.0"
isort = "^5.11.4"
pytest = "^7.2.2"
pytest = "^8.1.1"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 1414b3d

Please sign in to comment.