Skip to content

Commit 8bf0ce6

Browse files
chore(deps): update all dependencies
1 parent 5fac056 commit 8bf0ce6

5 files changed

Lines changed: 448 additions & 337 deletions

File tree

.config/requirements-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv export --no-default-groups --no-dev --no-emit-package ansible-core --no-emit-package resolvelib --no-emit-package ruamel-yaml-clib --no-emit-package tomli --no-emit-package typing-extensions --no-emit-project --no-hashes -o .config/requirements-lock.txt
33
ansible-compat==26.3.0
44
# via ansible-lint
5-
attrs==25.4.0
5+
attrs==26.1.0
66
# via
77
# jsonschema
88
# referencing
@@ -14,7 +14,7 @@ cffi==2.0.0
1414
# via
1515
# ansible-lint
1616
# cryptography
17-
click==8.3.1
17+
click==8.3.2
1818
# via black
1919
colorama==0.4.6 ; sys_platform == 'win32'
2020
# via click
@@ -24,7 +24,7 @@ cryptography==46.0.6
2424
# ansible-lint
2525
distro==1.9.0
2626
# via ansible-lint
27-
filelock==3.25.2
27+
filelock==3.29.0
2828
# via ansible-lint
2929
jinja2==3.1.6
3030
# via ansible-core
@@ -49,7 +49,7 @@ pathspec==1.0.4
4949
# ansible-lint
5050
# black
5151
# yamllint
52-
platformdirs==4.9.4
52+
platformdirs==4.9.6
5353
# via black
5454
pycparser==3.0 ; implementation_name != 'PyPy'
5555
# via cffi

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-useless-excludes
2020
priority: 0
2121
- repo: https://github.com/ansible/actions
22-
rev: v1.1.0
22+
rev: v1.1.2
2323
hooks:
2424
- id: toml
2525
priority: 0
@@ -38,7 +38,7 @@ repos:
3838
# - id: shellcheck
3939
# priority: 0
4040
- repo: https://github.com/astral-sh/uv-pre-commit
41-
rev: 0.10.9
41+
rev: 0.11.7
4242
hooks:
4343
- id: uv-sync
4444
- id: uv-lock
@@ -67,7 +67,7 @@ repos:
6767
- "-o"
6868
- ".config/requirements-lock.txt"
6969
- repo: https://github.com/biomejs/pre-commit
70-
rev: "v2.4.6"
70+
rev: "v2.4.12"
7171
hooks:
7272
- id: biome-check
7373
name: biome
@@ -124,11 +124,11 @@ repos:
124124
entry: yamllint --strict
125125

126126
- repo: https://github.com/jendrikseipp/vulture
127-
rev: v2.14
127+
rev: v2.16
128128
hooks:
129129
- id: vulture
130130
- repo: https://github.com/ansible/team-devtools
131-
rev: v26.2.1
131+
rev: v26.4.0
132132
hooks:
133133
- id: check-platform-constraints
134134
priority: 1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
8787
- name: Set up uv
8888
if: inputs.setup_python == 'true'
89-
uses: astral-sh/setup-uv@v7
89+
uses: astral-sh/setup-uv@v8.1.0
9090
with:
9191
enable-cache: true
9292
python-version: ${{ inputs.python_version }}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)