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 3434 TOXENV : docs
3535 run : tox
3636 - name : Archive generated docs
37- uses : actions/upload-artifact@v4.4.3
37+ uses : actions/upload-artifact@v4.6.0
3838 with :
3939 name : html-docs
4040 path : build/sphinx/html/
Original file line number Diff line number Diff line change 2121
2222 - name : Python Semantic Release
2323 id : release
24- uses : python-semantic-release/python-semantic-release@v9.15 .1
24+ uses : python-semantic-release/python-semantic-release@v9.16 .1
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
Original file line number Diff line number Diff line change 1515 stale :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/stale@v9.0 .0
18+ - uses : actions/stale@v9.1 .0
1919 with :
2020 stale-issue-label : " stale"
2121 stale-pr-label : " stale"
Original file line number Diff line number Diff line change 7878 TOXENV : ${{ matrix.toxenv }}
7979 run : tox -- --override-ini='log_cli=True'
8080 - name : Upload codecov coverage
81- uses : codecov/codecov-action@v5.1.1
81+ uses : codecov/codecov-action@v5.2.0
8282 with :
8383 files : ./coverage.xml
8484 flags : ${{ matrix.toxenv }}
@@ -101,7 +101,7 @@ jobs:
101101 TOXENV : cover
102102 run : tox
103103 - name : Upload codecov coverage
104- uses : codecov/codecov-action@v5.1.1
104+ uses : codecov/codecov-action@v5.2.0
105105 with :
106106 files : ./coverage.xml
107107 flags : unit
@@ -121,7 +121,7 @@ jobs:
121121 pip install -r requirements-test.txt
122122 - name : Build package
123123 run : python -m build -o dist/
124- - uses : actions/upload-artifact@v4.4.3
124+ - uses : actions/upload-artifact@v4.6.0
125125 with :
126126 name : dist
127127 path : dist
Original file line number Diff line number Diff line change 2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v3.3.2
23+ rev : v3.3.3
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
3232 - requests-toolbelt==1.0.0
3333 files : ' gitlab/'
3434 - repo : https://github.com/pre-commit/mirrors-mypy
35- rev : v1.14.0
35+ rev : v1.14.1
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 : 39.69.2
54+ rev : 39.122.1
5555 hooks :
5656 - id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ black==24.10.0
44commitizen==4.1.0
55flake8==7.1.1
66isort==5.13.2
7- mypy==1.14.0
8- pylint==3.3.2
7+ mypy==1.14.1
8+ pylint==3.3.3
99pytest==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
1313types-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 11-r requirements.txt
2- anyio==4.7 .0
2+ anyio==4.8 .0
33build==1.2.2.post1
4- coverage==7.6.9
4+ coverage==7.6.10
55pytest-console-scripts==1.4.1
66pytest-cov==6.0.0
7- pytest-github-actions-annotate-failures==0.2 .0
7+ pytest-github-actions-annotate-failures==0.3 .0
88pytest==8.3.4
99PyYaml==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
1313wheel==0.45.1
Original file line number Diff line number Diff line change 11gql == 3.5.0
2- httpx == 0.27.2
2+ httpx == 0.28.1
33requests == 2.32.3
44requests-toolbelt == 1.0.0
You can’t perform that action at this time.
0 commit comments