10000 chore(deps): update all non-major dependencies · 1ace/python-gitlab@48726fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 48726fd

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 72e1aa7 commit 48726fd

File tree

6 files changed

+9
-9
lines changed

6 files changed

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

.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@v3.1.4
81+
uses: codecov/codecov-action@v3.1.5
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@v3.1.4
103+
uses: codecov/codecov-action@v3.1.5
104104
with:
105105
files: ./coverage.xml
106106
flags: unit
@@ -119,7 +119,7 @@ jobs:
119119
pip install -r requirements-test.txt
120120
- name: Build package
121121
run: python -m build -o dist/
122-
- uses: actions/upload-artifact@v4.1.0
122+
- uses: actions/upload-artifact@v4.3.0
123123
with:
124124
name: dist
125125
path: dist

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.131.0
50+
rev: 37.153.0
5151
hooks:
5252
- id: renovate-config-validator

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
pytest-docker==2.0.1
3+
pytest-docker==2.1.0

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pylint==3.0.3
99
pytest==7.4.4
1010
responses==0.24.1
1111
types-PyYAML==6.0.12.12
12-
types-requests==2.31.0.20240106
13-
types-setuptools==69.0.0.20240106
12+
types-requests==2.31.0.20240125
13+
types-setuptools==69.0.0.20240125

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.0.3
3-
coverage==7.4.0
3+
coverage==7.4.1
44
pytest-console-scripts==1.4.1
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0

0 commit comments

Comments
 (0)
0