From 1ed46a086f2e6586887079fc22d31a09f5b03286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:09:00 +0000 Subject: [PATCH] Bump build from 0.10.0 to 1.2.1 in /backend/worker Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.2.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/0.10.0...1.2.1) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/worker/requirements.txt b/backend/worker/requirements.txt index 350a28f2..451754b1 100644 --- a/backend/worker/requirements.txt +++ b/backend/worker/requirements.txt @@ -1,4 +1,4 @@ -build==0.10.0 +build==1.2.1 certifi==2023.7.22 charset-normalizer==3.1.0 click==8.1.3