← 返回首页
chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@4f338ae · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 4f338ae

Browse files
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 9be48f0 commit 4f338ae

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

‎.github/workflows/docs.yml‎

Lines changed: 2 additions & 2 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.1.4
25+
- uses: actions/checkout@v4.1.5
2626
- name: Set up Python
2727
uses: actions/setup-python@v5.1.0
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on: ubuntu-22.04
4444
steps:
45-
- uses: actions/checkout@v4.1.4
45+
- uses: actions/checkout@v4.1.5
4646
- name: Set up Python
4747
uses: actions/setup-python@v5.1.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.1.4
25+
- uses: actions/checkout@v4.1.5
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v5.1.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.1.4
32+
- uses: actions/checkout@v4.1.5
3333
- uses: actions/setup-python@v5.1.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.1.4
17+
- uses: actions/checkout@v4.1.5
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.7.1
24+
uses: python-semantic-release/python-semantic-release@v9.7.2
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

‎.github/workflows/test.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version: "3.12"
4949
toxenv: py312,smoke
5050
steps:
51-
- uses: actions/checkout@v4.1.4
51+
- uses: actions/checkout@v4.1.5
5252
- name: Set up Python ${{ matrix.python.version }}
5353
uses: actions/setup-python@v5.1.0
5454
with:
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
toxenv: [api_func_v4, cli_func_v4]
6868
steps:
69-
- uses: actions/checkout@v4.1.4
69+
- uses: actions/checkout@v4.1.5
7070
- name: Set up Python
7171
uses: actions/setup-python@v5.1.0
7272
with:
@@ -87,7 +87,7 @@ jobs:
8787
coverage:
8888
runs-on: ubuntu-22.04
8989
steps:
90-
- uses: actions/checkout@v4.1.4
90+
- uses: actions/checkout@v4.1.5
9191
- name: Set up Python ${{ matrix.python-version }}
9292
uses: actions/setup-python@v5.1.0
9393
with:
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
name: Python wheel
112112
steps:
113-
- uses: actions/checkout@v4.1.4
113+
- uses: actions/checkout@v4.1.5
114114
- uses: actions/setup-python@v5.1.0
115115
with:
116116
python-version: "3.12"
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
needs: [dist]
130130
steps:
131-
- uses: actions/checkout@v4.1.4
131+
- uses: actions/checkout@v4.1.5
132132
- name: Set up Python
133133
uses: actions/setup-python@v5.1.0
134134
with:

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 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.1.0
23+
rev: v3.1.1
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.347.2
50+
rev: 37.358.0
5151
hooks:
5252
- id: renovate-config-validator

‎requirements-lint.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ commitizen==3.25.0
55
flake8==7.0.0
66
isort==5.13.2
77
mypy==1.10.0
8-
pylint==3.1.0
8+
pylint==3.1.1
99
pytest==8.2.0
1010
responses==0.25.0
1111
types-PyYAML==6.0.12.20240311
1212
types-requests==2.31.0.20240406
13-
types-setuptools==69.5.0.20240423
13+
types-setuptools==69.5.0.20240513

‎requirements-precommit.txt‎

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

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.