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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sphinx:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
Expand All @@ -37,7 +37,7 @@ jobs:
twine-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
- uses: actions/setup-python@v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- uses: actions/setup-python@v6.0.0
with:
python-version: "3.14"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
environment: pypi.org
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
version: "3.14"
toxenv: py314,smoke
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v6.0.0
with:
Expand All @@ -65,7 +65,7 @@ jobs:
matrix:
toxenv: [api_func_v4, cli_func_v4]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
Expand All @@ -87,7 +87,7 @@ jobs:
coverage:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6.0.0
with:
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
name: Python wheel
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- uses: actions/setup-python@v6.0.0
with:
python-version: "3.14"
Expand All @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
needs: [dist]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 42.11.0
rev: 42.19.3
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==4.4.0
pre-commit==4.5.0
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
anyio==4.11.0
build==1.3.0
coverage==7.11.3
coverage==7.12.0
pytest-console-scripts==1.4.1
pytest-cov==7.0.0
pytest-github-actions-annotate-failures==0.3.0
Expand Down