Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
python-version: "3.14"

- name: Install tox
run: python3 -m pip install --user "tox>=4.0.0"
run: python3 -m pip install --user "tox>=4.46.0"

- name: Check out src from Git
uses: actions/checkout@v6
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- id: shellcheck
priority: 0
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.3
rev: 0.10.6
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -49,7 +49,7 @@ repos:
args: ["--upgrade"]
stages: [manual]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.4.2"
rev: "v2.4.4"
hooks:
- id: biome-check
name: biome
Expand All @@ -76,7 +76,7 @@ repos:
pass_filenames: false
priority: 6
- repo: https://github.com/ansible/team-devtools
rev: v26.1.0
rev: v26.2.0
hooks:
- id: check-platform-constraints
priority: 0
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ dev = [
"pytest-instafail>=0.5.0",
"pytest-xdist>=3.8.0",
"requests>=2.32.5",
"tox>=4.28.4",
"tox>=4.46.0",
"tox-uv>=1.32.0",
]
docs = [
"mkdocs-ansible>=25.5.0",
Expand Down Expand Up @@ -479,7 +480,7 @@ env_list = [
"devel"
]
requires = [
"tox>=4.44.0",
"tox>=4.46.0",
"tox-extra>=2.2",
"tox-uv>=1.32.0",
"chardet<6.0.0", # https://github.com/chardet/chardet/issues/321
Expand Down
Loading
Loading