← 返回首页
chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@e5fd81d · 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 e5fd81d

Browse files
authored andcommitted
chore(deps): update all non-major dependencies
1 parent b0e064d commit e5fd81d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

‎.github/workflows/stale.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
stale:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@v10.1.1
20+
- uses: actions/stale@v10.2.0
2121
with:
2222
operations-per-run: 500
2323
stale-issue-label: "stale"

‎.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: v4.13.7
10+
rev: v4.13.8
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: v4.0.4
23+
rev: v4.0.5
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -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: 43.15.2
54+
rev: 43.31.1
5555
hooks:
5656
- id: renovate-config-validator

‎requirements-lint.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==26.1.0
4-
commitizen==4.13.7
4+
commitizen==4.13.8
55
flake8==7.3.0
66
isort==7.0.0
77
mypy==1.19.1
8-
pylint==4.0.4
8+
pylint==4.0.5
99
pytest==9.0.2
10-
responses==0.25.8
10+
responses==0.26.0
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250915
1313
types-requests==2.32.4.20260107

‎requirements-test.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest-cov==7.0.0
77
pytest-github-actions-annotate-failures==0.3.0
88
pytest==9.0.2
99
PyYaml==6.0.3
10-
responses==0.25.8
10+
responses==0.26.0
1111
respx==0.22.0
1212
trio==0.33.0
1313
wheel==0.46.3

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.