Skip to content

Commit 916b21b

Browse files
chore(deps): update all non-major dependencies
1 parent a87ba63 commit 916b21b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.0.2
24+
uses: python-semantic-release/python-semantic-release@v10.1.0
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 40.49.0
54+
rev: 40.57.1
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pytest==8.4.0
1010
responses==0.25.7
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250516
13-
types-requests==2.32.0.20250602
13+
types-requests==2.32.4.20250611
1414
types-setuptools==80.9.0.20250529

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
22
anyio==4.9.0
33
build==1.2.2.post1
4-
coverage==7.8.2
4+
coverage==7.9.1
55
pytest-console-scripts==1.4.1
6-
pytest-cov==6.1.1
6+
pytest-cov==6.2.1
77
pytest-github-actions-annotate-failures==0.3.0
88
pytest==8.4.0
99
PyYaml==6.0.2

0 commit comments

Comments
 (0)