Skip to content

Commit 8734e41

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent e57559e commit 8734e41

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Python Semantic Release
2323
id: release
24-
uses: python-semantic-release/python-semantic-release@v10.5.3
24+
uses: python-semantic-release/python-semantic-release@v10.6.1
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

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

3434
- name: Publish package distributions to GitHub Releases
35-
uses: python-semantic-release/publish-action@v10.5.3
35+
uses: python-semantic-release/publish-action@v10.6.1
3636
if: steps.release.outputs.released == 'true'
3737
with:
3838
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
stale:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@v10.3.0
20+
- uses: actions/stale@v10.4.0
2121
with:
2222
operations-per-run: 500
2323
stale-issue-label: "stale"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- requests-toolbelt==1.0.0
3333
files: 'gitlab/'
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v2.1.0
35+
rev: v2.2.0
3636
hooks:
3737
- id: mypy
3838
args: []
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 43.247.0
54+
rev: 43.259.2
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ black==26.5.1
44
commitizen==4.16.4
55
flake8==7.3.0
66
isort==8.0.1
7-
mypy==2.1.0
7+
mypy==2.2.0
88
pylint==4.0.6
99
pytest==9.1.1
10-
responses==0.26.1
10+
responses==0.26.2
1111
respx==0.23.1
1212
types-PyYAML==6.0.12.20260518
13-
types-requests==2.33.0.20260518
13+
types-requests==2.33.0.20260712
1414
types-setuptools==82.0.0.20260518

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
anyio==4.14.1
3-
build==1.5.0
4-
coverage==7.14.3
3+
build==1.5.1
4+
coverage==7.15.0
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0
77
pytest-github-actions-annotate-failures==0.4.2
88
pytest==9.1.1
99
PyYaml==6.0.3
10-
responses==0.26.1
10+
responses==0.26.2
1111
respx==0.23.1
1212
trio==0.33.0
1313
wheel==0.47.0

0 commit comments

Comments
 (0)