Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Jun 19, 2023
1 parent e0001f2 commit 08aebea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ python = "^3.8"
aiohttp = "^3.8.1"

[tool.poetry.group.dev.dependencies]
black = "^22.8.0"
isort = "^5.10.1"
black = "^23.3.0"
isort = "^5.12.0"
flake8 = "^5.0.4"
mypy = "^0.971"
nox = "^2022.8.7"
mypy = "^1.3.0"
nox = "^2023.4.22"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 08aebea

Please sign in to comment.