From 9745cf397382024fa58437a21748cae5eeb6e023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:49:32 +0000 Subject: [PATCH] Bump anyio from 4.7.0 to 4.8.0 in /src Bumps [anyio](https://github.com/agronholm/anyio) from 4.7.0 to 4.8.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.7.0...4.8.0) --- updated-dependencies: - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index baddb3c..43bcc99 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -anyio==4.7.0 +anyio==4.8.0 # via httpx certifi==2024.12.14 # via