From cde14f4bca7f699a790e6737d081765fb6d46a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:48:59 +0000 Subject: [PATCH] Bump anyio from 3.7.0 to 4.0.0 Bumps [anyio](https://github.com/agronholm/anyio) from 3.7.0 to 4.0.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.0...4.0.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 7864e3f..edd1522 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.0 +anyio==4.0.0 # via # httpcore # starlette diff --git a/requirements.txt b/requirements.txt index 00e139b..897adba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -anyio==3.7.0 +anyio==4.0.0 # via starlette click==8.1.6 # via uvicorn