From 104592f0b815ac678840b5c8c9f9c4da90026e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:05:42 +0000 Subject: [PATCH] build(deps): update pip requirement 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.2...26.2.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.2.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 f0b8754..f529354 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pywebasto==3.0.0 pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 -pip>=26.1.2,<26.2 +pip>=26.2.1,<26.3 ruff==0.16.0