Skip to content

Commit f166928

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

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.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@v5.4.0
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.13"
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@v4.2.2
3333
- uses: actions/setup-python@v5.4.0
3434
with:
35-
python-version: "3.11"
35+
python-version: "3.13"
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@v5.4.0
7373
with:
74-
python-version: "3.12"
74+
python-version: "3.13"
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@v5.4.0
9595
with:
96-
python-version: "3.12"
96+
python-version: "3.13"
9797
- name: Install dependencies
9898
run: pip install tox
9999
- name: Run tests
@@ -116,7 +116,7 @@ jobs:
116116
- uses: actions/checkout@v4.2.2
117117
- uses: actions/setup-python@v5.4.0
118118
with:
119-
python-version: "3.12"
119+
python-version: "3.13"
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@v5.4.0
137137
with:
138-
python-version: '3.12'
138+
python-version: '3.13'
139139
- uses: actions/download-artifact@v4.1.9
140140
with:
141141
name: dist

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

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ isort==6.0.1
77
mypy==1.15.0
88
pylint==3.3.5
99
pytest==8.3.5
10-
responses==0.25.6
10+
responses==0.25.7
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20241230
1313
types-requests==2.32.0.20250306

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
2-
anyio==4.8.0
2+
anyio==4.9.0
33
build==1.2.2.post1
4-
coverage==7.6.12
4+
coverage==7.7.0
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.0.0
77
pytest-github-actions-annotate-failures==0.3.0
88
pytest==8.3.5
99
PyYaml==6.0.2
10-
responses==0.25.6
10+
responses==0.25.7
1111
respx==0.22.0
1212
trio==0.29.0
1313
wheel==0.45.1

0 commit comments

Comments
 (0)