Skip to content

Commit 2dbe168

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent c1c54f0 commit 2dbe168

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v7.0.0
2626
- name: Set up Python
27-
uses: actions/setup-python@v6.2.0
27+
uses: actions/setup-python@v6.3.0
2828
with:
2929
python-version: "3.14"
3030
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v7.0.0
4141
- name: Set up Python
42-
uses: actions/setup-python@v6.2.0
42+
uses: actions/setup-python@v6.3.0
4343
with:
4444
python-version: "3.14"
4545
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v7.0.0
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v6.2.0
28+
- uses: actions/setup-python@v6.3.0
2929
with:
3030
python-version: "3.14"
3131
- run: pip install --upgrade tox

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v7.0.0
33-
- uses: actions/setup-python@v6.2.0
33+
- uses: actions/setup-python@v6.3.0
3434
with:
3535
python-version: "3.14"
3636
- name: install tox

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v7.0.0
5050
- name: Set up Python ${{ matrix.python.version }}
51-
uses: actions/setup-python@v6.2.0
51+
uses: actions/setup-python@v6.3.0
5252
with:
5353
python-version: ${{ matrix.python.version }}
5454
- name: Install dependencies
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v7.0.0
6969
- name: Set up Python
70-
uses: actions/setup-python@v6.2.0
70+
uses: actions/setup-python@v6.3.0
7171
with:
7272
python-version: "3.14"
7373
- name: Install dependencies
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/checkout@v7.0.0
9191
- name: Set up Python ${{ matrix.python-version }}
92-
uses: actions/setup-python@v6.2.0
92+
uses: actions/setup-python@v6.3.0
9393
with:
9494
python-version: "3.14"
9595
- name: Install dependencies
@@ -112,7 +112,7 @@ jobs:
112112
name: Python wheel
113113
steps:
114114
- uses: actions/checkout@v7.0.0
115-
- uses: actions/setup-python@v6.2.0
115+
- uses: actions/setup-python@v6.3.0
116116
with:
117117
python-version: "3.14"
118118
- name: Install dependencies
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- uses: actions/checkout@v7.0.0
133133
- name: Set up Python
134-
uses: actions/setup-python@v6.2.0
134+
uses: actions/setup-python@v6.3.0
135135
with:
136136
python-version: '3.14'
137137
- uses: actions/download-artifact@v8.0.1

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.16.3
10+
rev: v4.16.4
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v4.0.5
23+
rev: v4.0.6
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: 43.205.2
54+
rev: 43.247.0
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==26.5.1
4-
commitizen==4.16.3
4+
commitizen==4.16.4
55
flake8==7.3.0
66
isort==8.0.1
77
mypy==2.1.0
8-
pylint==4.0.5
9-
pytest==9.0.3
8+
pylint==4.0.6
9+
pytest==9.1.1
1010
responses==0.26.1
1111
respx==0.23.1
1212
types-PyYAML==6.0.12.20260518

requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
2-
anyio==4.13.0
2+
anyio==4.14.1
33
build==1.5.0
4-
coverage==7.14.1
4+
coverage==7.14.3
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0
7-
pytest-github-actions-annotate-failures==0.4.0
8-
pytest==9.0.3
7+
pytest-github-actions-annotate-failures==0.4.2
8+
pytest==9.1.1
99
PyYaml==6.0.3
1010
responses==0.26.1
1111
respx==0.23.1

0 commit comments

Comments
 (0)