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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 : |
10BC0
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ isort==6.0.1
77mypy==1.15.0
88pylint==3.3.5
99pytest==8.3.5
10- responses==0.25.6
10+ responses==0.25.7
1111respx==0.22.0
1212types-PyYAML==6.0.12.20241230
1313types-requests==2.32.0.20250306
Original file line number Diff line number Diff line change 11-r requirements.txt
2- anyio==4.8 .0
2+ anyio==4.9 .0
33build==1.2.2.post1
4- coverage==7.6.12
4+ coverage==7.7.0
55pytest-console-scripts==1.4.1
66pytest-cov==6.0.0
77pytest-github-actions-annotate-failures==0.3.0
88pytest==8.3.5
99PyYaml==6.0.2
10- responses==0.25.6
10+ responses==0.25.7
1111respx==0.22.0
1212trio==0.29.0
1313wheel==0.45.1
You can’t perform that action at this time.
0 commit comments