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

Skip to content

Commit f95ca26

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.3.4
37+
uses: actions/upload-artifact@v4.3.5
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.4
124+
- uses: actions/upload-artifact@v4.3.5
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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.4.2
6+
rev: 24.8.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
@@ -12,7 +12,7 @@ repos:
1212
- id: commitizen
1313
stages: [commit-msg]
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.1.0
15+
rev: 7.1.1
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
@@ -30,7 +30,7 @@ repos:
3030
- requests-toolbelt==1.0.0
3131
files: 'gitlab/'
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.11.0
33+
rev: v1.11.1
3434
hooks:
3535
- id: mypy
3636
args: []

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==24.4.2
3+
black==24.8.0
44
commitizen==3.28.0
5-
flake8==7.1.0
5+
flake8==7.1.1
66
isort==5.13.2
7-
mypy==1.11.0
7+
mypy==1.11.1
88
pylint==3.2.6
99
pytest==8.3.2
1010
responses==0.25.3

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r requirements.txt
22
build==1.2.1
3-
coverage==7.6.0
3+
coverage==7.6.1
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==8.3.2
88
PyYaml==6.0.1
99
responses==0.25.3
10-
wheel==0.43.0
10+
wheel==0.44.0

0 commit comments

Comments
 (0)
0