From 74304ec85e04f630b5d590ff87f57e3056d308d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:10:34 +0000 Subject: [PATCH] :arrow_up: Bump build from 0.10.0 to 1.2.2.post1 Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.2.2.post1. - [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.10.0...1.2.2.post1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build-requirements.txt | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-requirements.txt b/build-requirements.txt index b950269f..612abb9b 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -2,5 +2,5 @@ # this represent the minimum requirement to build (for the optional speedup) mypy==1.9.0; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' -build==0.10.0 +build==1.2.2.post1 wheel==0.42.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index 57c420f9..222e593b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ chardet==5.1.0 isort==5.11.4 codecov==2.1.13 pytest-cov==4.1.0 -build==0.10.0 +build==1.2.2.post1 wheel==0.42.0 black==23.3.0