From 95e92a7e258f3384a4399cd3099d68e97191f3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 06:50:40 +0000 Subject: [PATCH] Bump build from 1.0.3 to 1.1.1 Bumps [build](https://github.com/pypa/build) from 1.0.3 to 1.1.1. - [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.0.3...1.1.1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7935d7d5..2b5e96e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ doc = [ ] build = [ - "build==1.0.3", + "build==1.1.1", "twine==5.0.0", "wheel", "datamodel-code-generator==0.24.2",