From 88a6e97b94b674d572951bd61479c50c3f690ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:11:33 +0000 Subject: [PATCH] Update build requirement from <1.2.2 to <1.2.3 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.2.2) --- updated-dependencies: - dependency-name: build 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 2bde85d8..938b29bf 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, < 5.14 -build < 1.2.2 +build < 1.2.3 autoflake < 2.4 auto-walrus