Skip to content

Commit cea2952

Browse files
renovate[bot]max-wittig
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 607dddf commit cea2952

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
action:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: dessant/lock-threads@v6.0.0
18+
- uses: dessant/lock-threads@v6.0.1
1919
with:
2020
process-only: 'issues'

.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.2.0
20+
- uses: actions/stale@v10.3.0
2121
with:
2222
operations-per-run: 500
2323
stale-issue-label: "stale"

.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@v6.0.0
80+
uses: codecov/codecov-action@v6.0.1
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@v6.0.0
103+
uses: codecov/codecov-action@v6.0.1
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 26.3.1
6+
rev: 26.5.1
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.15.0
10+
rev: v4.16.2
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -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.141.2
54+
rev: 43.150.0
5555
hooks:
5656
- id: renovate-config-validator

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
furo==2025.12.19
33
jinja2==3.1.6
4-
myst-parser==5.0.0
4+
myst-parser==5.1.0
55
sphinx==9.1.0
66
sphinxcontrib-autoprogram==0.1.9
77
sphinx-autobuild==2025.8.25

requirements-lint.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==26.3.1
4-
commitizen==4.15.0
3+
black==26.5.1
4+
commitizen==4.16.2
55
flake8==7.3.0
66
isort==8.0.1
77
mypy==1.20.2
88
pylint==4.0.5
99
pytest==9.0.3
10-
responses==0.26.0
10+
responses==0.26.1
1111
respx==0.23.1
12-
types-PyYAML==6.0.12.20260408
13-
types-requests==2.33.0.20260503
14-
types-setuptools==82.0.0.20260408
12+
types-PyYAML==6.0.12.20260518
13+
types-requests==2.33.0.20260518
14+
types-setuptools==82.0.0.20260518

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
anyio==4.13.0
33
build==1.5.0
4-
coverage==7.13.5
4+
coverage==7.14.0
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0
77
pytest-github-actions-annotate-failures==0.4.0
88
pytest==9.0.3
99
PyYaml==6.0.3
10-
responses==0.26.0
10+
responses==0.26.1
1111
respx==0.23.1
1212
trio==0.33.0
1313
wheel==0.47.0

requirements.txt

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

0 commit comments

Comments
 (0)