Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Oct 11, 2024
1 parent 88d75d4 commit 4bdf122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ colour = "^0.1.5"
aiohttp = "^3.8.5"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
pytest = "^8"
aiounittest = "^1.4.2"
ruff = "^0.4.8"
pytest-ruff = "^0.3.2"
ruff = "^0.6.9"
pytest-ruff = "^0.4.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.isort]
profile = "black"
[tool.ruff]
line-length = 120

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 4bdf122

Please sign in to comment.