File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v5.4.0
29
29
with :
30
- python-version : " 3.12 "
30
+ python-version : " 3.13 "
31
31
- run : pip install --upgrade tox
32
32
- name : Run commitizen (https://commitizen-tools.github.io/commitizen/)
33
33
run : tox -e cz
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v4.2.2
33
33
- uses : actions/setup-python@v5.4.0
34
34
with :
35
- python-version : " 3.11 "
35
+ python-version : " 3.13 "
36
36
- name : install tox
37
37
run : pip install tox==3.26.0
38
38
- name : pre-commit
Original file line number Diff line number Diff line change 71
71
- name : Set up Python
72
72
uses : actions/setup-python@v5.4.0
73
73
with :
74
- python-version : " 3.12 "
74
+ python-version : " 3.13 "
75
75
- name : Install dependencies
76
76
run : pip install tox
77
77
- name : Run tests
93
93
- name : Set up Python ${{ matrix.python-version }}
94
94
uses : actions/setup-python@v5.4.0
95
95
with :
96
- python-version : " 3.12 "
96
+ python-version : " 3.13 "
97
97
- name : Install dependencies
98
98
run : pip install tox
99
99
- name : Run tests
@@ -116,7 +116,7 @@ jobs:
116
116
- uses : actions/checkout@v4.2.2
117
117
- uses : actions/setup-python@v5.4.0
118
118
with :
119
- python-version : " 3.12 "
119
+ python-version : " 3.13 "
120
120
- name : Install dependencies
121
121
run : |
122
122
pip install -r requirements-test.txt
@@ -135,7 +135,7 @@ jobs:
135
135
- name : Set up Python
136
136
uses : actions/setup-python@v5.4.0
137
137
with :
138
- python-version : ' 3.12 '
138
+ python-version : ' 3.13 '
139
139
- uses : actions/download-artifact@v4.1.9
140
140
with :
141
141
name : dist
Original file line number Diff line number Diff line change 51
51
- id : rst-directive-colons
52
52
- id : rst-inline-touching-normal
53
53
- repo : https://github.com/maxbrunet/pre-commit-renovate
54
- rev : 39.185.9
54
+ rev : 39.205.1
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ isort==6.0.1
7
7
mypy==1.15.0
8
8
pylint==3.3.5
9
9
pytest==8.3.5
10
- responses==0.25.6
10
+ responses==0.25.7
11
11
respx==0.22.0
12
12
types-PyYAML==6.0.12.20241230
13
13
types-requests==2.32.0.20250306
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- anyio==4.8 .0
2
+ anyio==4.9 .0
3
3
build==1.2.2.post1
4
- coverage==7.6.12
4
+ coverage==7.7.0
5
5
pytest-console-scripts==1.4.1
6
6
pytest-cov==6.0.0
7
7
pytest-github-actions-annotate-failures==0.3.0
8
8
pytest==8.3.5
9
9
PyYaml==6.0.2
10
- responses==0.25.6
10
+ responses==0.25.7
11
11
respx==0.22.0
12
12
trio==0.29.0
13
13
wheel==0.45.1
You can’t perform that action at this time.
0 commit comments