Skip to content

Commit b67174c

Browse files
authored
Merge branch 'main' into feat/extend_service_accounts
2 parents 57d5b5f + 0e8ae57 commit b67174c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
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: []
@@ -51,6 +51,6 @@ repos:
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

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ black==26.3.1
44
commitizen==4.13.9
55
flake8==7.3.0
66
isort==8.0.1
7-
mypy==1.19.1
7+
mypy==1.20.0
88
pylint==4.0.5
99
pytest==9.0.2
1010
responses==0.26.0
1111
respx==0.22.0
1212
types-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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gql==4.0.0
22
httpx==0.28.1
3-
requests==2.33.0
3+
requests==2.33.1
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)