Skip to content

Commit abdaa68

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 0a4a3b6 commit abdaa68

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
TOXENV: ${{ matrix.toxenv }}
7878
run: tox -- --override-ini='log_cli=True'
7979
- name: Upload codecov coverage
80-
uses: codecov/codecov-action@v5.5.3
80+
uses: codecov/codecov-action@v5.5.4
8181
with:
8282
files: ./coverage.xml
8383
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v5.5.3
103+
uses: codecov/codecov-action@v5.5.4
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

.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: 43.86.0
54+
rev: 43.100.0
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==9.0.2
1010
responses==0.26.0
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250915
13-
types-requests==2.32.4.20260107
13+
types-requests==2.33.0.20260327
1414
types-setuptools==82.0.0.20260210

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
anyio==4.12.1
3-
build==1.4.0
2+
anyio==4.13.0
3+
build==1.4.2
44
coverage==7.13.5
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0

0 commit comments

Comments
 (0)