From 28a472c1801e6ca7825785472898933f0861f3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:32:24 +0000 Subject: [PATCH] Bump build from 1.2.2 to 1.2.2.post1 in /dev_requirements (#899) Bumps [build](https://github.com/pypa/build) from 1.2.2 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/1.2.2...1.2.2.post1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-packaging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-packaging.txt b/dev_requirements/requirements-packaging.txt index 74a54de5..236a3fe4 100644 --- a/dev_requirements/requirements-packaging.txt +++ b/dev_requirements/requirements-packaging.txt @@ -5,7 +5,7 @@ # # pip-compile-multi # -build==1.2.2 +build==1.2.2.post1 # via -r requirements-packaging.in certifi==2024.7.4 # via requests