Skip to content

Commit d878ef9

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 40d8131 commit d878ef9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
stale:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/stale@v10.0.0
18+
- uses: actions/stale@v10.1.0
1919
with:
2020
operations-per-run: 500
2121
stale-issue-label: "stale"

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repos:
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.0.1
19+
rev: 6.1.0
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v3.3.8
23+
rev: v3.3.9
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -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.125.3
54+
rev: 41.138.1
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,5 +1,5 @@
11
-r requirements.txt
2-
furo==2025.7.19
2+
furo==2025.9.25
33
jinja2==3.1.6
44
myst-parser==4.0.1
55
sphinx==8.2.3

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ argcomplete==2.0.0
33
black==25.9.0
44
commitizen==4.9.1
55
flake8==7.3.0
6-
isort==6.0.1
6+
isort==6.1.0
77
mypy==1.18.2
8-
pylint==3.3.8
8+
pylint==3.3.9
99
pytest==8.4.2
1010
responses==0.25.8
1111
respx==0.22.0

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r requirements.txt
2-
anyio==4.10.0
2+
anyio==4.11.0
33
build==1.3.0
44
coverage==7.10.7
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.3.0
77
pytest-github-actions-annotate-failures==0.3.0
88
pytest==8.4.2
9-
PyYaml==6.0.2
9+
PyYaml==6.0.3
1010
responses==0.25.8
1111
respx==0.22.0
1212
trio==0.31.0

0 commit comments

Comments
 (0)