Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 9fee56d commit fe89336
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: 🧰 Set up Poetry
env:
# renovate: datasource=pypi depName=poetry
POETRY_VERSION: 1.8.4
POETRY_VERSION: 1.8.5
run: pipx install poetry==${{ env.POETRY_VERSION }}

- name: 🧰 Set up Python
Expand Down
58 changes: 29 additions & 29 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 45 additions & 92 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ roles:

collections:
- name: community.general
version: ">=10.0.1,<10.1.0"
version: ">=10.2.0,<10.3.0"

0 comments on commit fe89336

Please sign in to comment.