From 28a7f0fb2aadfbe5418ffd121e5fccd1002a7d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:37:57 +0000 Subject: [PATCH] Update find-libpython requirement from ==0.3.* to >=0.3,<0.6 Updates the requirements on [find-libpython](https://github.com/ktbarrett/find_libpython) to permit the latest version. - [Commits](https://github.com/ktbarrett/find_libpython/compare/v0.3.0...v0.5.1) --- updated-dependencies: - dependency-name: find-libpython dependency-version: 0.5.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 33f38cca7..4355f207e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pycparser clr-loader==0.2.* # Discover libpython -find_libpython==0.3.* +find_libpython>=0.3,<0.6