From 77bdcefcdefc4c88b4b45600cb536727335a50f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:20:39 +0000 Subject: [PATCH] [python]: Update anyio requirement from ~=3.6 to >=3.6,<5.0 Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/3.6.0...4.0.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3184c4..c2a5556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ ] dependencies = [ - "anyio ~= 3.6", + "anyio >= 3.6,< 5.0", "async_generator ~= 1.10; python_version < '3.10'", "click >= 8.0", "click-loglevel ~= 0.5",