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

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit 4c7014c

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 37b5a70 commit 4c7014c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 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@v4.4.0
81+
uses: codecov/codecov-action@v4.4.1
8282
with:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v4.4.0
103+
uses: codecov/codecov-action@v4.4.1
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v3.26.0
10+
rev: v3.27.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v3.2.1
23+
rev: v3.2.2
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/maxbrunet/pre-commit-renovate
50-
rev: 37.368.8
50+
rev: 37.377.6
5151
hooks:
5252
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==24.4.2
4-
commitizen==3.26.0
4+
commitizen==3.27.0
55
flake8==7.0.0
66
isort==5.13.2
77
mypy==1.10.0
8-
pylint==3.2.1
8+
pylint==3.2.2
99
pytest==8.2.1
1010
responses==0.25.0
1111
types-PyYAML==6.0.12.20240311
12-
types-requests==2.31.0.20240406
13-
types-setuptools==69.5.0.20240519
12+
types-requests==2.32.0.20240523
13+
types-setuptools==69.5.0.20240522

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
build==1.2.1
3-
coverage==7.5.1
3+
coverage==7.5.2
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.32.0
1+
requests==2.32.2
22
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)
0