Skip to content

Commit af137ca

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 5edd2e6 commit af137ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
TOXENV: ${{ matrix.toxenv }}
8080
run: tox -- --override-ini='log_cli=True'
8181
- name: Upload codecov coverage
82-
uses: codecov/codecov-action@v5.4.0
82+
uses: codecov/codecov-action@v5.4.2
8383
with:
8484
files: ./coverage.xml
8585
flags: ${{ matrix.toxenv }}
@@ -102,7 +102,7 @@ jobs:
102102
TOXENV: cover
103103
run: tox
104104
- name: Upload codecov coverage
105-
uses: codecov/codecov-action@v5.4.0
105+
uses: codecov/codecov-action@v5.4.2
106106
with:
107107
files: ./coverage.xml
108108
flags: unit

.pre-commit-config.yaml

+1-1
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: 39.240.1
54+
rev: 39.253.1
5555
hooks:
5656
- id: renovate-config-validator

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pytest==8.3.5
99
PyYaml==6.0.2
1010
responses==0.25.7
1111
respx==0.22.0
12-
trio==0.29.0
12+
trio==0.30.0
1313
wheel==0.45.1

0 commit comments

Comments
 (0)