From b6a5cd42d3fb693506770164f8a44780ea2df475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:57:24 +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:development update-type: version-update:semver-minor ... 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 003493bf..d4ee7db7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements-all.txt black==24.2.0 -build==1.0.3 +build==1.1.1 factory-boy==3.3.0 flake8==5.0.4 isort==5.13.2 diff --git a/setup.cfg b/setup.cfg index 54585021..0e4c8cd5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ sentry = sentry-sdk==1.40.6 dev = black==24.2.0 - build==1.0.3 + build==1.1.1 flake8==5.0.4 isort==5.13.2 mypy==1.8.0