From 1e2d1da16d7ee40e5d36bae4277d47eae81d084c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:26:20 -0600 Subject: [PATCH] chore(deps): bump build from 1.2.1 to 1.2.2 in the python-packages group (#61) Bumps the python-packages group with 1 update: [build](https://github.com/pypa/build). Updates `build` from 1.2.1 to 1.2.2 - [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.1...1.2.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kartik Singhal --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a4ff51..9a39c8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -build==1.2.1 +build==1.2.2 pre-commit==3.8.0 pyright==1.1.379 pytest==8.3.2