From 8267f67bc01e63e99aa3b670564a3b5df11c39c9 Mon Sep 17 00:00:00 2001 From: Matyas Richter Date: Mon, 13 Nov 2023 13:49:34 +0900 Subject: [PATCH] Bump dev dependencies to latest --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 257bd87..9511885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,11 @@ fastapi = ">=0.70.0" injector = ">=0.19.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.2.0" -pytest-asyncio = ">=0.20.3,<0.22.0" -pytest-cov = "^4.0.0" -pre-commit = ">=2.21,<4.0" -httpx = ">=0.23.3,<0.26.0" +pytest = "^7.4.3" +pytest-asyncio = "^0.21.1" +pytest-cov = "^4.1.0" +pre-commit = "^3.5.0" +httpx = "^0.25.1" [build-system] requires = ["poetry-core>=1.0.0"]