From b405b4d1dd4c5b0cda5ad837c4dca2067d24de42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:40:17 +0000 Subject: [PATCH] build(deps): bump poetry-dynamic-versioning in /.github/workflows Bumps [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) from 0.25.0 to 1.5.0. - [Release notes](https://github.com/mtkennerly/poetry-dynamic-versioning/releases) - [Changelog](https://github.com/mtkennerly/poetry-dynamic-versioning/blob/master/CHANGELOG.md) - [Commits](https://github.com/mtkennerly/poetry-dynamic-versioning/compare/v0.25.0...v1.5.0) --- updated-dependencies: - dependency-name: poetry-dynamic-versioning dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 5945c58d..2730a99d 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -3,5 +3,5 @@ nox==2022.8.7 nox-poetry==1.0.3 poetry==1.4.2 virtualenv==20.21.0 -poetry-dynamic-versioning==0.25.0 +poetry-dynamic-versioning==1.5.0 toml==0.10.2