From 837819ac2ad3af5cbb1a33b920b53ad0166649b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:33:51 +0000 Subject: [PATCH] build(deps): update anyio requirement from >=4.14.1 to >=4.14.2 Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b848df..72cb8a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anyio>=4.14.1 +anyio>=4.14.2 caesarcode @ file:///C:/Users/zbent/PycharmProjects/SmallProjects/caesarcode certifi>=2026.6.17 chardet>=7.4.3