File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 TOXENV : ${{ matrix.toxenv }}
7878 run : tox -- --override-ini='log_cli=True'
7979 - name : Upload codecov coverage
80- uses : codecov/codecov-action@v5.5.4
80+ uses : codecov/codecov-action@v6.0.0
8181 with :
8282 files : ./coverage.xml
8383 flags : ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v5.5.4
103+ uses : codecov/codecov-action@v6.0.0
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
Original file line number Diff line number Diff line change 3232 - requests-toolbelt==1.0.0
3333 files : ' gitlab/'
3434 - repo : https://github.com/pre-commit/mirrors-mypy
35- rev : v1.19.1
35+ rev : v1.20.0
3636 hooks :
3737 - id : mypy
3838 args : []
5151 - id : rst-directive-colons
5252 - id : rst-inline-touching-normal
5353 - repo : https://github.com/maxbrunet/pre-commit-renovate
54- rev : 43.100.0
54+ rev : 43.104.4
5555 hooks :
5656 - id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ black==26.3.1
44commitizen==4.13.9
55flake8==7.3.0
66isort==8.0.1
7- mypy==1.19.1
7+ mypy==1.20.0
88pylint==4.0.5
99pytest==9.0.2
1010responses==0.26.0
1111respx==0.22.0
1212types-PyYAML==6.0.12.20250915
13- types-requests==2.33.0.20260327
14- types-setuptools==82.0.0.20260210
13+ types-requests==2.33.0.20260402
14+ types-setuptools==82.0.0.20260402
Original file line number Diff line number Diff line change 11gql == 4.0.0
22httpx == 0.28.1
3- requests == 2.33.0
3+ requests == 2.33.1
44requests-toolbelt == 1.0.0
You can’t perform that action at this time.
0 commit comments