From 872dd50728e39f9ad9f631760a9d56cc8e09d5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:54:50 +0000 Subject: [PATCH] chore(pip dependencies): bump build from 1.2.2 to 1.2.2.post1 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] --- skore/requirements-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skore/requirements-tools.txt b/skore/requirements-tools.txt index 5354afc3a..27bfae1b8 100644 --- a/skore/requirements-tools.txt +++ b/skore/requirements-tools.txt @@ -8,7 +8,7 @@ annotated-types==0.7.0 # via pydantic anyio==4.6.0 # via starlette -build==1.2.2 +build==1.2.2.post1 # via pip-tools certifi==2024.8.30 # via requests