From fe9297b82d6c4cabe9c7474737e3fac35fcac679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:51:27 +0000 Subject: [PATCH] Update build requirement from ~=1.0 to ~=1.2 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.0...1.2.1) --- updated-dependencies: - dependency-name: build 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 6a3fb45..c81cf2b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ autoflake~=2.3 autopep8~=2.3 black~=24.4 -build~=1.0 +build~=1.2 coverage~=7.5 coverage-badge~=1.0 flake8~=7.1