Skip to content

chore(deps): update all dependencies #1084

chore(deps): update all dependencies

chore(deps): update all dependencies #1084

Workflow file for this run

---
name: tox
on:
merge_group:
branches:
- "main"
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@4314bebdce81e9eaa18a7dfa42122829c27877cb # pinned due to issue with setup-uv
with:
max_python: "3.13"
jobs_producing_coverage: 8
other_names: |
docs
lint
pkg
py313-devel
py-mise:tox -e py:mise=true