Skip to content

Commit

Permalink
[MTN-BLK] Bump dev dep black to v23.3.0 and pin aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Jan 30, 2024
1 parent de353d0 commit 43266f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ exclude = ["test/**", "docs/**"]
python = ">=3.7.0"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
aiohttp = "^3.9.3"
black = "^23.3.0"
flake8 = "^5.0.4"
flake8-pyproject = "^1.2.3"
pytest = "^7.2.2"
Expand Down

0 comments on commit 43266f7

Please sign in to comment.