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@v6.0.0
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6.1.0
with:
Expand All @@ -37,7 +37,7 @@ jobs:
twine-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6.1.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@v6.0.0
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- uses: actions/setup-python@v6.1.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@v6.0.0
- uses: actions/checkout@v6.0.1
- uses: actions/setup-python@v6.1.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@v6.0.0
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10.1.0
- uses: actions/stale@v10.1.1
with:
operations-per-run: 500
stale-issue-label: "stale"
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@v6.0.0
- uses: actions/checkout@v6.0.1
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v6.1.0
with:
Expand All @@ -65,7 +65,7 @@ jobs:
matrix:
toxenv: [api_func_v4, cli_func_v4]
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6.1.0
with:
Expand All @@ -87,7 +87,7 @@ jobs:
coverage:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6.1.0
with:
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
name: Python wheel
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
- uses: actions/setup-python@v6.1.0
with:
python-version: "3.14"
Expand All @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
needs: [dist]
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6.1.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 25.11.0
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
Expand Down 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.27.0
rev: 42.39.4
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r requirements.txt
argcomplete==2.0.0
black==25.11.0
black==25.12.0
commitizen==4.10.0
flake8==7.3.0
isort==7.0.0
mypy==1.19.0
pylint==4.0.4
pytest==9.0.1
pytest==9.0.2
responses==0.25.8
respx==0.22.0
types-PyYAML==6.0.12.20250915
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coverage==7.12.0
pytest-console-scripts==1.4.1
pytest-cov==7.0.0
pytest-github-actions-annotate-failures==0.3.0
pytest==9.0.1
pytest==9.0.2
PyYaml==6.0.3
responses==0.25.8
respx==0.22.0
Expand Down