From c895a1e83de5596405ed9a06c180f8bf7b5c018b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:47:06 +0000 Subject: [PATCH] Bump build from 0.10.0 to 1.0.3 Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.0.3. - [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.10.0...1.0.3) --- updated-dependencies: - dependency-name: build dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 66f4f54d..84735c30 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements-all.txt black==23.9.1 -build==0.10.0 +build==1.0.3 factory-boy==3.2.1 flake8==5.0.4 isort==5.12.0 diff --git a/setup.cfg b/setup.cfg index 263a9ed8..6c242218 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ sentry = sentry-sdk==1.31.0 dev = black==23.9.1 - build==0.10.0 + build==1.0.3 flake8==5.0.4 isort==5.12.0 mypy==1.4.1