From 43266f7881a401a149c747fec967326733887258 Mon Sep 17 00:00:00 2001 From: Nicholas Lambourne Date: Tue, 30 Jan 2024 22:07:17 +1000 Subject: [PATCH] [MTN-BLK] Bump dev dep black to v23.3.0 and pin aiohttp --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ac5846..9088526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"