8000 chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@cbd4263 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbd4263

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 22f03bd commit cbd4263

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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"

.github/workflows/test.yml

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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
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:
@@ -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.14.0
35+
rev: v1.14.1
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: 39.69.2
54+
rev: 39.122.1
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ black==24.10.0
44
commitizen==4.1.0
55
flake8==7.1.1
66
isort==5.13.2
7-
mypy==1.14.0
8-
pylint==3.3.2
7+
mypy==1.14.1
8+
pylint==3.3.3
99
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
1313
types-requests==2.32.0.20241016
14-
types-setuptools==75.6.0.20241126
14+
types-setuptools==75.8.0.20250110

requirements-precommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==4.0.1
1+
pre-commit==4.1.0

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
2-
anyio==4.7.0
2+
anyio==4.8.0
33
build==1.2.2.post1
4-
coverage==7.6.9
4+
coverage==7.6.10
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.0.0
7-
pytest-github-actions-annotate-failures==0.2.0
7+
pytest-github-actions-annotate-failures==0.3.0
88
pytest==8.3.4
99
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
1313
wheel==0.45.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gql==3.5.0
2-
httpx==0.27.2
2+
httpx==0.28.1
33
requests==2.32.3
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)
0