From 8fd390cf4287a814267d55d8ccc9ef0c9e2856a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:53:33 +0000 Subject: [PATCH] Update pip requirement from ~=25.2 to ~=25.3 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/25.2...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' 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 6b1f073..47cbc50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pip~=25.2 +pip~=25.3 pyyaml~=6.0.2 \ No newline at end of file