Skip to content

Commit 3859aa0

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 133ba8a commit 3859aa0

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v6.0.0
2828
with:
29-
python-version: "3.13"
29+
python-version: "3.14"
3030
- name: Install dependencies
3131
run: pip install tox
3232
- name: Build docs
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v6.0.0
4343
with:
44-
python-version: "3.13"
44+
python-version: "3.14"
4545
- name: Install dependencies
4646
run: pip install tox twine wheel
4747
- name: Check twine readme rendering

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v6.0.0
2929
with:
30-
python-version: "3.13"
30+
python-version: "3.14"
3131
- run: pip install --upgrade tox
3232
- name: Run commitizen (https://commitizen-tools.github.io/commitizen/)
3333
run: tox -e cz

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5.0.0
3333
- uses: actions/setup-python@v6.0.0
3434
with:
35-
python-version: "3.13"
35+
python-version: "3.14"
3636
- name: install tox
3737
run: pip install tox==3.26.0
3838
- name: pre-commit

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Python
7272
uses: actions/setup-python@v6.0.0
7373
with:
74-
python-version: "3.13"
74+
python-version: "3.14"
7575
- name: Install dependencies
7676
run: pip install tox
7777
- name: Run tests
@@ -93,7 +93,7 @@ jobs:
9393
- name: Set up Python ${{ matrix.python-version }}
9494
uses: actions/setup-python@v6.0.0
9595
with:
96-
python-version: "3.13"
96+
python-version: "3.14"
9797
- name: Install dependencies
9898
run: pip install tox
9999
- name: Run tests
@@ -116,7 +116,7 @@ jobs:
116116
- uses: actions/checkout@v5.0.0
117117
- uses: actions/setup-python@v6.0.0
118118
with:
119-
python-version: "3.13"
119+
python-version: "3.14"
120120
- name: Install dependencies
121121
run: |
122122
pip install -r requirements-test.txt
@@ -135,7 +135,7 @@ jobs:
135135
- name: Set up Python
136136
uses: actions/setup-python@v6.0.0
137137
with:
138-
python-version: '3.13'
138+
python-version: '3.14'
139139
- uses: actions/download-artifact@v5.0.0
140140
with:
141141
name: dist

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python:3.13
1+
image: python:3.14
22

33
stages:
44
- build

.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.138.1
54+
rev: 41.146.0
5555
hooks:
5656
- id: renovate-config-validator

0 commit comments

Comments
 (0)