From a742ecec15d65ceae7636e3972e1d43fb4e407a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:32:23 +0000 Subject: [PATCH] Bump anyio from 3.7.1 to 4.1.0 Bumps [anyio](https://github.com/agronholm/anyio) from 3.7.1 to 4.1.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/3.7.1...4.1.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a5c20a8..1999454 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=dev --output-file=requirements-dev.txt # -anyio==3.7.1 +anyio==4.1.0 # via # fastapi # httpx diff --git a/requirements.txt b/requirements.txt index 47dee6a..2a239f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -anyio==3.7.1 +anyio==4.1.0 # via # fastapi # starlette