Skip to content

chore(deps): update all non-major dependencies #3244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025
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@v4.2.2
- uses: actions/checkout@v4.3.0
- name: Set up Python
uses: actions/setup-python@v5.6.0
with:
Expand All @@ -37,7 +37,7 @@ jobs:
twine-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
- name: Set up Python
uses: actions/setup-python@v5.6.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@v4.2.2
- uses: actions/checkout@v4.3.0
with:
fetch-depth: 0
- uses: actions/setup-python@v5.6.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@v4.2.2
- uses: actions/checkout@v4.3.0
- uses: actions/setup-python@v5.6.0
with:
python-version: "3.13"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
id-token: write
environment: pypi.org
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v10.3.0
uses: python-semantic-release/python-semantic-release@v10.3.1
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

Expand All @@ -32,7 +32,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/publish-action@v10.3.0
uses: python-semantic-release/publish-action@v10.3.1
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
version: "3.13"
toxenv: py313,smoke
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v5.6.0
with:
Expand All @@ -67,7 +67,7 @@ jobs:
matrix:
toxenv: [api_func_v4, cli_func_v4]
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
- name: Set up Python
uses: actions/setup-python@v5.6.0
with:
Expand All @@ -89,7 +89,7 @@ jobs:
coverage:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.6.0
with:
Expand All @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
name: Python wheel
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
- uses: actions/setup-python@v5.6.0
with:
python-version: "3.13"
Expand All @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
needs: [dist]
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4.3.0
- name: Set up Python
uses: actions/setup-python@v5.6.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 @@ -20,7 +20,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v3.3.7
rev: v3.3.8
hooks:
- id: pylint
additional_dependencies:
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: 41.43.0
rev: 41.62.2
hooks:
- id: renovate-config-validator
10 changes: 5 additions & 5 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ commitizen==4.8.3
flake8==7.3.0
isort==6.0.1
mypy==1.17.1
pylint==3.3.7
pylint==3.3.8
pytest==8.4.1
responses==0.25.7
responses==0.25.8
respx==0.22.0
types-PyYAML==6.0.12.20250516
types-requests==2.32.4.20250611
types-setuptools==80.9.0.20250801
types-PyYAML==6.0.12.20250809
types-requests==2.32.4.20250809
types-setuptools==80.9.0.20250809
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==4.2.0
pre-commit==4.3.0
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
anyio==4.9.0
anyio==4.10.0
build==1.3.0
coverage==7.10.2
coverage==7.10.3
pytest-console-scripts==1.4.1
pytest-cov==6.2.1
pytest-github-actions-annotate-failures==0.3.0
pytest==8.4.1
PyYaml==6.0.2
responses==0.25.7
responses==0.25.8
respx==0.22.0
trio==0.30.0
wheel==0.45.1
Loading