From 723f153e4a6c95600cc793e835d57c24fab64b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:10:13 +0000 Subject: [PATCH] Update build requirement from >=1.0.3 to >=1.4.4 Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.0.3...1.4.4) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.4 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 223b692..d00e65f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -build>=1.0.3 +build>=1.4.4 pytest>=8.4.2 python-multipart>=0.0.20 urllib3>=2.6.3