From 07c07d3f6a6626ef920df5df2d81a70a507b235b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:43:23 +0000 Subject: [PATCH] chore(deps): update pip requirement from <27.0,>=26.1 to >=26.1.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/26.1...26.1.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.1 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 5e68634..466b72c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pip>=26.1,<27.0 +pip>=26.1.1,<27.0 ruff>=0.15.12,<=0.20 colorlog>=6.0.0,<7.0.0 aiodns>=3.5.0