Skip to content

Commit 16fa4b8

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent d071dcf commit 16fa4b8

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.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@v6.0.0
2626
- name: Set up Python
27-
uses: actions/setup-python@v6.0.0
27+
uses: actions/setup-python@v6.1.0
2828
with:
2929
python-version: "3.14"
3030
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v6.0.0
4141
- name: Set up Python
42-
uses: actions/setup-python@v6.0.0
42+
uses: actions/setup-python@v6.1.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@v6.0.0
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v6.0.0
28+
- uses: actions/setup-python@v6.1.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@v6.0.0
33-
- uses: actions/setup-python@v6.0.0
33+
- uses: actions/setup-python@v6.1.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@v6.0.0
5050
- name: Set up Python ${{ matrix.python.version }}
51-
uses: actions/setup-python@v6.0.0
51+
uses: actions/setup-python@v6.1.0
5252
with:
5353
python-version: ${{ matrix.python.version }}
5454
- name: Install dependencies
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v6.0.0
6969
- name: Set up Python
70-
uses: actions/setup-python@v6.0.0
70+
uses: actions/setup-python@v6.1.0
7171
with:
7272
python-version: "3.14"
7373
- name: Install dependencies
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/checkout@v6.0.0
9191
- name: Set up Python ${{ matrix.python-version }}
92-
uses: actions/setup-python@v6.0.0
92+
uses: actions/setup-python@v6.1.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@v6.0.0
115-
- uses: actions/setup-python@v6.0.0
115+
- uses: actions/setup-python@v6.1.0
116116
with:
117117
python-version: "3.14"
118118
- name: Install dependencies
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- uses: actions/checkout@v6.0.0
133133
- name: Set up Python
134-
uses: actions/setup-python@v6.0.0
134+
uses: actions/setup-python@v6.1.0
135135
with:
136136
python-version: '3.14'
137137
- uses: actions/download-artifact@v6.0.0

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v4.0.3
23+
rev: v4.0.4
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -32,7 +32,7 @@ repos:
3232
- requests-toolbelt==1.0.0
3333
files: 'gitlab/'
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.18.2
35+
rev: v1.19.0
3636
hooks:
3737
- id: mypy
3838
args: []
@@ -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: 42.19.3
54+
rev: 42.27.0
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ black==25.11.0
44
commitizen==4.10.0
55
flake8==7.3.0
66
isort==7.0.0
7-
mypy==1.18.2
8-
pylint==4.0.3
7+
mypy==1.19.0
8+
pylint==4.0.4
99
pytest==9.0.1
1010
responses==0.25.8
1111
respx==0.22.0

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
anyio==4.11.0
2+
anyio==4.12.0
33
build==1.3.0
44
coverage==7.12.0
55
pytest-console-scripts==1.4.1

0 commit comments

Comments
 (0)