Skip to content

Commit e905fd1

Browse files
ci: bump poetry-dynamic-versioning from 1.9.0 to 1.9.1 in /.github/workflows in the ci group (#272)
Bumps the ci group in /.github/workflows with 1 update: [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning). Updates `poetry-dynamic-versioning` from 1.9.0 to 1.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mtkennerly/poetry-dynamic-versioning/releases">poetry-dynamic-versioning's releases</a>.</em></p> <blockquote> <h2>v1.9.1 (2025-07-08)</h2> <ul> <li>Fixed: <ul> <li>File paths in <code>tool.poetry-dynamic-versioning.files</code> were not resolved the same way as paths in <code>tool.poetry-dynamic-versioning.substitution.files</code>, which could cause incorrect behavior with different styles of relative paths. (<a href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/pull/238">Contributed by egelja</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mtkennerly/poetry-dynamic-versioning/blob/master/CHANGELOG.md">poetry-dynamic-versioning's changelog</a>.</em></p> <blockquote> <h2>v1.9.1 (2025-07-08)</h2> <ul> <li>Fixed: <ul> <li>File paths in <code>tool.poetry-dynamic-versioning.files</code> were not resolved the same way as paths in <code>tool.poetry-dynamic-versioning.substitution.files</code>, which could cause incorrect behavior with different styles of relative paths. (<a href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/pull/238">Contributed by egelja</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/c1ca4bdb7c7e8a694902057d158ecd2cabfe11ff"><code>c1ca4bd</code></a> Release v1.9.1</li> <li><a href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/a472444c419f4b55bbdd2e904e019f2d3bc649a4"><code>a472444</code></a> <a href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/238">#238</a>: Update changelog</li> <li><a href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/fc8e7904b69340fa0d034b6611179db6062df852"><code>fc8e790</code></a> Merge pull request <a href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/238">#238</a> from egelja/patch-1</li> <li><a href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/f033d80fa13845f3868114ef168ea1ee8704b23d"><code>f033d80</code></a> resolve persistent substitution paths</li> <li>See full diff in <a href="https://github.com/mtkennerly/poetry-dynamic-versioning/compare/v1.9.0...v1.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=poetry-dynamic-versioning&package-manager=pip&previous-version=1.9.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
1 parent f478c49 commit e905fd1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ nox==2025.5.1
22
nox-poetry==1.2.0
33
pip==25.1.1
44
poetry==2.1.3
5-
poetry-dynamic-versioning==1.9.0
5+
poetry-dynamic-versioning==1.9.1
66
poetry-plugin-export==1.9.0

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[build-system]
22
build-backend = "poetry_dynamic_versioning.backend"
33
requires = [
4-
"poetry-core==1.6",
4+
"poetry-core==2.1.3",
55
"poetry-dynamic-versioning",
66
]
77

88
[tool.poetry]
99
name = "tap-pulumi-cloud"
1010
version = "0.0.0"
11-
description = "`tap-pulumi-cloud` is a Singer tap for Pulumi Cloud, built with the Meltano SDK for Singer Taps."
11+
description = "Singer tap for Pulumi Cloud, built with the Meltano SDK for Singer Taps."
1212
authors = [
1313
"Edgar Ramírez-Mondragón <[email protected]>",
1414
]
@@ -105,7 +105,6 @@ lint.pydocstyle.convention = "google"
105105
addopts = "-vvv"
106106

107107
[tool.mypy]
108-
python_version = "3.12"
109108
warn_unused_configs = true
110109

111110
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)