From cc98676b52bdcd76ecf55c9fffed006943370342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:33:44 +0000 Subject: [PATCH] build(deps-dev): update build requirement from <1.2.3 to <1.3.1 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/0.0.1...1.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5e648c458..e873d8721 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ tox < 3.29 # until tox-pyenv is updated for tox 4.x tox-pyenv < 1.2 isort > 5, < 6.1 -build < 1.2.3 +build < 1.3.1 autoflake < 2.4 auto-walrus