File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 34
34
TOXENV : docs
35
35
run : tox
36
36
- name : Archive generated docs
37
- uses : actions/upload-artifact@v4.4.3
37
+ uses : actions/upload-artifact@v4.6.0
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change 21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.15 .1
24
+ uses : python-semantic-release/python-semantic-release@v9.16 .1
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
Original file line number Diff line number Diff line change 15
15
stale :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/stale@v9.0 .0
18
+ - uses : actions/stale@v9.1 .0
19
19
with :
20
20
stale-issue-label : " stale"
21
21
stale-pr-label : " stale"
Original file line number Diff line number Diff line change 78
78
TOXENV : ${{ matrix.toxenv }}
79
79
run : tox -- --override-ini='log_cli=True'
80
80
- name : Upload codecov coverage
81
- uses : codecov/codecov-action@v5.1.1
81
+ uses : codecov/codecov-action@v5.2.0
82
82
with :
83
83
files : ./coverage.xml
84
84
flags : ${{ matrix.toxenv }}
@@ -101,7 +101,7 @@ jobs:
101
101
TOXENV : cover
102
102
run : tox
103
103
- name : Upload codecov coverage
104
- uses : codecov/codecov-action@v5.1.1
104
+ uses : codecov/codecov-action@v5.2.0
105
105
with :
106
106
files : ./coverage.xml
107
107
flags : unit
@@ -121,7 +121,7 @@ jobs:
121
121
pip install -r requirements-test.txt
122
122
- name : Build package
123
123
run : python -m build -o dist/
124
- - uses : actions/upload-artifact@v4.4.3
124
+ - uses : actions/upload-artifact@v4.6.0
125
125
with :
126
126
name : dist
127
127
path : dist
Original file line number Diff line number Diff line change 20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v3.3.2
23
+ rev : v3.3.3
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
32
32
- requests-toolbelt==1.0.0
33
33
files : ' gitlab/'
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : v1.14.0
35
+ rev : v1.14.1
36
36
hooks :
37
37
- id : mypy
38
38
args : []
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.69.2
54
+ rev : 39.122.1
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ black==24.10.0
4
4
commitizen==4.1.0
5
5
flake8==7.1.1
6
6
isort==5.13.2
7
- mypy==1.14.0
8
- pylint==3.3.2
7
+ mypy==1.14.1
8
+ pylint==3.3.3
9
9
pytest==8.3.4
10
- responses==0.25.3
11
- respx==0.21.1
12
- types-PyYAML==6.0.12.20240917
10
+ responses==0.25.6
11
+ respx==0.22.0
12
+ types-PyYAML==6.0.12.20241230
13
13
types-requests==2.32.0.20241016
14
- types-setuptools==75.6 .0.20241126
14
+ types-setuptools==75.8 .0.20250110
Original file line number Diff line number Diff line change 1
- pre-commit==4.0.1
1
+ pre-commit==4.1.0
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- anyio==4.7 .0
2
+ anyio==4.8 .0
3
3
build==1.2.2.post1
4
- coverage==7.6.9
4
+ coverage==7.6.10
5
5
pytest-console-scripts==1.4.1
6
6
pytest-cov==6.0.0
7
- pytest-github-actions-annotate-failures==0.2 .0
7
+ pytest-github-actions-annotate-failures==0.3 .0
8
8
pytest==8.3.4
9
9
PyYaml==6.0.2
10
- responses==0.25.3
11
- respx==0.21.1
12
- trio==0.27 .0
10
+ responses==0.25.6
11
+ respx==0.22.0
12
+ trio==0.28 .0
13
13
wheel==0.45.1
Original file line number Diff line number Diff line change 1
1
gql == 3.5.0
2
- httpx == 0.27.2
2
+ httpx == 0.28.1
3
3
requests == 2.32.3
4
4
requests-toolbelt == 1.0.0
You can’t perform that action at this time.
0 commit comments