From e20780fd63f5a9db9726982375ca275d832d7c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:53:16 +0000 Subject: [PATCH] Update build requirement from ~=0.8.0 to ~=1.2.1 Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [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.8.0...1.2.1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e05293c..2790c4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fire~=0.4.0 watchdog~=2.1.9 databricks-cli~=0.17.0 argh -build~=0.8.0 +build~=1.2.1 pyyaml pytest poetry