From 4251eb756bbb6fcbb3bfa18b318847143ece5d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:08:05 +0300 Subject: [PATCH] build(deps): bump the build-dependencies group in /build with 2 updates (#453) Bumps the build-dependencies group in /build with 2 updates: [build](https://github.com/pypa/build) and [tox](https://github.com/tox-dev/tox). Updates `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) Updates `tox` from 4.20.0 to 4.21.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.20.0...4.21.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/build-constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build-constraints.txt b/build/build-constraints.txt index c527cfa..f1bd12b 100644 --- a/build/build-constraints.txt +++ b/build/build-constraints.txt @@ -1,7 +1,7 @@ # these packages are used as constraints during build -build==1.2.2 +build==1.2.2.post1 hatchling==1.25.0 # These packages are used used as constraints in workflows -tox==4.20.0 +tox==4.21.2 pip-tools==7.4.1 \ No newline at end of file