From edb80531d2b0834ef12d64ae2d393fc0bf6af55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:33:50 +0000 Subject: [PATCH] Update build requirement from >=1.1.1 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.1.1...1.4.4) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 302d85b..edf9e41 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ bandit>=1.5.1 pydocstyle>=6.3.0 pytest>=4.3.1 pytest-cov>=2.6.1 -build>=1.1.1 +build>=1.4.4 twine>=4.0.2 \ No newline at end of file