From 48ccafc813d2ac186a39dc26dcacf5a7830b50c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:08:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20bump2versi?= =?UTF-8?q?on=20requirement=20from=20^1.0.0=20to=20^1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [bump2version](https://github.com/c4urself/bump2version) to permit the latest version. - [Changelog](https://github.com/c4urself/bump2version/blob/master/CHANGELOG.md) - [Commits](https://github.com/c4urself/bump2version/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: bump2version dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6368976..44379d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.12" setuptools = "^82.0.0" idna = "^3.0" certifi = "^2026.1.4" -bump2version = "^1.0.0" +bump2version = "^1.0.1" python-dotenv = "^1.0.0" cryptography = "^46.0.5" requests = "^2.32.3"