From d68a31a63b0992e2b5b8551cb294eab1b50a3bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:38:32 +0000 Subject: [PATCH] Bump anyio from 4.0.0 to 4.3.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.0.0 to 4.3.0. - [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/4.0.0...4.3.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d20c21..837f60a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ license = { file = "LICENSE" } dependencies = [ - "anyio==4.0.0", + "anyio==4.3.0", "certifi==2023.11.17", "h11==0.14.0", "h2==4.1.0",