From f5207ccff789d398b8b573aaaaedf135ff087242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:18:59 +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 41627ccd..94f9d986 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -4,5 +4,5 @@ mypy==1.11.2; python_version >= '3.8' and python_version < '3.13' mypy==1.12.0; python_version >= '3.13' 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 f4004bcd..2edea3d6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,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 mypy==1.11.2; python_version >= '3.8' and python_version < '3.13'