From 157886f205f1a7b17318f3c7aca1b73d3bc42f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:01:06 +0000 Subject: [PATCH 1/3] build(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 858de39..cf78229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-cov = ">=3,<5" pytest-asyncio = ">=0.21.1,<0.24.0" tox = ">=3.26,<5.0" httpx = ">=0.24.1,<0.27.0" -ruff = ">=0.2.0,<0.3.0" +ruff = ">=0.2.0,<0.4.0" pyright = ">=1.1.350,<1.2" [tool.ruff] From 4686ce8f5b45772204b873735215f60fdb85fb23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:54:26 +0000 Subject: [PATCH 2/3] build(deps-dev): update httpx requirement Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.1...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf78229..9160f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest = ">=7.1.2,<9.0.0" pytest-cov = ">=3,<5" pytest-asyncio = ">=0.21.1,<0.24.0" tox = ">=3.26,<5.0" -httpx = ">=0.24.1,<0.27.0" +httpx = ">=0.24.1,<0.28.0" ruff = ">=0.2.0,<0.4.0" pyright = ">=1.1.350,<1.2" From 91a849292898f44e7e869e27a66c7027da5ba452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:28:05 +0000 Subject: [PATCH 3/3] build(deps-dev): update pytest-cov requirement from >=3,<5 to >=3,<6 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9160f07..39b301c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ fastapi = ["fastapi"] [tool.poetry.group.dev.dependencies] pytest = ">=7.1.2,<9.0.0" -pytest-cov = ">=3,<5" +pytest-cov = ">=3,<6" pytest-asyncio = ">=0.21.1,<0.24.0" tox = ">=3.26,<5.0" httpx = ">=0.24.1,<0.28.0"