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

Skip to content

Commit b3834dc

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

11 files changed

+21
-21
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on: ubuntu-22.04
2424
steps:
25-
- uses: actions/checkout@v4.2.0
25+
- uses: actions/checkout@v4.2.1
2626
- name: Set up Python
2727
uses: actions/setup-python@v5.2.0
2828
with:
@@ -34,15 +34,15 @@ jobs:
3434
TOXENV: docs
3535
run: tox
3636
- name: Archive generated docs
37-
uses: actions/upload-artifact@v4.4.0
37+
uses: actions/upload-artifact@v4.4.3
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/
4141

4242
twine-check:
4343
runs-on: ubuntu-22.04
4444
steps:
45-
- uses: actions/checkout@v4.2.0
45+
- uses: actions/checkout@v4.2.1
4646
- name: Set up Python
4747
uses: actions/setup-python@v5.2.0
4848
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4.2.0
25+
- uses: actions/checkout@v4.2.1
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v5.2.0

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pre_commit:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4.2.0
32+
- uses: actions/checkout@v4.2.1
3333
- uses: actions/setup-python@v5.2.0
3434
with:
3535
python-version: "3.11"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
id-token: write
1515
environment: pypi.org
1616
steps:
17-
- uses: actions/checkout@v4.2.0
17+
- uses: actions/checkout@v4.2.1
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121

2222
- name: Python Semantic Release
2323
id: release
24-
uses: python-semantic-release/python-semantic-release@v9.9.0
24+
uses: python-semantic-release/python-semantic-release@v9.11.0
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version: "3.12"
4747
toxenv: py312,smoke
4848
steps:
49-
- uses: actions/checkout@v4.2.0
49+
- uses: actions/checkout@v4.2.1
5050
- name: Set up Python ${{ matrix.python.version }}
5151
uses: actions/setup-python@v5.2.0
5252
with:
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
toxenv: [api_func_v4, cli_func_v4]
6666
steps:
67-
- uses: actions/checkout@v4.2.0
67+
- uses: actions/checkout@v4.2.1
6868
- name: Set up Python
6969
uses: actions/setup-python@v5.2.0
7070
with:
@@ -86,7 +86,7 @@ jobs:
8686
coverage:
8787
runs-on: ubuntu-22.04
8888
steps:
89-
- uses: actions/checkout@v4.2.0
89+
- uses: actions/checkout@v4.2.1
9090
- name: Set up Python ${{ matrix.python-version }}
9191
uses: actions/setup-python@v5.2.0
9292
with:
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
name: Python wheel
112112
steps:
113-
- uses: actions/checkout@v4.2.0
113+
- uses: actions/checkout@v4.2.1
114114
- uses: actions/setup-python@v5.2.0
115115
with:
116116
python-version: "3.12"
@@ -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.4.0
122+
- uses: actions/upload-artifact@v4.4.3
123123
with:
124124
name: dist
125125
path: dist
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
needs: [dist]
130130
steps:
131-
- uses: actions/checkout@v4.2.0
131+
- uses: actions/checkout@v4.2.1
132132
- name: Set up Python
133133
uses: actions/setup-python@v5.2.0
134134
with:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python:3.12
1+
image: python:3.13
22

33
stages:
44
- build

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.8.0
6+
rev: 24.10.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
@@ -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: 38.110.2
54+
rev: 38.120.1
5555
hooks:
5656
- id: renovate-config-validator

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
furo==2024.8.6
33
jinja2==3.1.4
44
myst-parser==4.0.0
5-
sphinx==8.0.2
5+
sphinx==8.1.3
66
sphinxcontrib-autoprogram==0.1.9

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==24.8.0
3+
black==24.10.0
44
commitizen==3.29.1
55
flake8==7.1.1
66
isort==5.13.2
@@ -11,4 +11,4 @@ responses==0.25.3
1111
respx==0.21.1
1212
types-PyYAML==6.0.12.20240917
1313
types-requests==2.32.0.20240914
14-
types-setuptools==75.1.0.20240917
14+
types-setuptools==75.1.0.20241014

requirements-precommit.txt

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

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.2.post1
3-
coverage==7.6.1
3+
coverage==7.6.3
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0

0 commit comments

Comments
 (0)
0