From 59d0b839ffbc2dbefa586a53c2f63029b5ebe5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:35:46 +0000 Subject: [PATCH] chore(deps): update pip requirement from <24.3,>=8.0.3 to >=8.0.3,<24.4 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/8.0.3...24.3.1) --- updated-dependencies: - dependency-name: pip 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 d5d3428..8bcbe08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools>=42 wheel -pip>=8.0.3,<24.3 +pip>=8.0.3,<24.4 ruff==0.7.1 aiohttp>=3.8.1