From 1bc58468c61e1c2da67a15af523d57756c1f2333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:22:44 +0000 Subject: [PATCH] Update anyio requirement from >=4.4.0 to >=4.12.1 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.4.0...4.12.1) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ominis_OSINT.egg-info/requires.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ominis_OSINT.egg-info/requires.txt b/Ominis_OSINT.egg-info/requires.txt index 307ab37..50b06fe 100644 --- a/Ominis_OSINT.egg-info/requires.txt +++ b/Ominis_OSINT.egg-info/requires.txt @@ -13,6 +13,6 @@ asyncio lxml_html_clean html_clean tqdm -anyio>=4.4.0 +anyio>=4.12.1 zipp>=3.19.1 validators diff --git a/requirements.txt b/requirements.txt index 86adb06..7dfb4f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ urllib3==2.6.0 asyncio==4.0.0 lxml_html_clean html_clean -anyio>=4.4.0 +anyio>=4.12.1 zipp>=3.19.1 validators==0.35.0 tqdm==4.67.1