Skip to content

Commit d40d5d2

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 36629a4 commit d40d5d2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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.3
82+
uses: codecov/codecov-action@v5.5.0
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.3
105+
uses: codecov/codecov-action@v5.5.0
106106
with:
107107
files: ./coverage.xml
108108
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: 41.76.0
54+
rev: 41.82.10
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pylint==3.3.8
99
pytest==8.4.1
1010
responses==0.25.8
1111
respx==0.22.0
12-
types-PyYAML==6.0.12.20250809
12+
types-PyYAML==6.0.12.20250822
1313
types-requests==2.32.4.20250809
14-
types-setuptools==80.9.0.20250809
14+
types-setuptools==80.9.0.20250822

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
anyio==4.10.0
33
build==1.3.0
4-
coverage==7.10.4
4+
coverage==7.10.5
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.2.1
77
pytest-github-actions-annotate-failures==0.3.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gql==3.5.3
22
httpx==0.28.1
3-
requests==2.32.4
3+
requests==2.32.5
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)