From bd4124d76b62b740c8cd186dd944255d657f3e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:36:28 +0000 Subject: [PATCH] chore(deps): update pip requirement from <26.0,>=24.1 to >=24.1,<27.0 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.1...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' 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 035b4fb..5c74533 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pip>=24.1,<26.0 +pip>=24.1,<27.0 ruff>=0.12,<=0.20 colorlog>=6.0.0,<7.0.0 aiodns>=3.5.0