← 返回首页
chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #3397 · python-gitlab/python-gitlab · 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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .txt  (4) .yaml  (1) .yml  (3) All 3 file types selected Only manifest files Viewed files
Conversations
Failed to load comments. Retry
Loading
Jump to
Jump to file
Failed to load files. Retry
Loading
Diff view
Unified
Split
Hide whitespace
Apply and reload
Show whitespace
Diff view
Unified
Split
Hide whitespace
Apply and reload
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v6.0.0
- uses: dessant/lock-threads@v6.0.1
with:
process-only: 'issues'
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10.2.0
- uses: actions/stale@v10.3.0
with:
operations-per-run: 500
stale-issue-label: "stale"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
run: tox -- --override-ini='log_cli=True'
- name: Upload codecov coverage
uses: codecov/codecov-action@v6.0.0
uses: codecov/codecov-action@v6.0.1
with:
files: ./coverage.xml
flags: ${{ matrix.toxenv }}
Expand All @@ -100,7 +100,7 @@ jobs:
TOXENV: cover
run: tox
- name: Upload codecov coverage
uses: codecov/codecov-action@v6.0.0
uses: codecov/codecov-action@v6.0.1
with:
files: ./coverage.xml
flags: unit
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.15.0
rev: v4.16.2
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -51,6 +51,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 43.141.2
rev: 43.150.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion requirements-docs.txt
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
furo==2025.12.19
jinja2==3.1.6
myst-parser==5.0.0
myst-parser==5.1.0
sphinx==9.1.0
sphinxcontrib-autoprogram==0.1.9
sphinx-autobuild==2025.8.25
12 changes: 6 additions & 6 deletions requirements-lint.txt
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt
argcomplete==2.0.0
black==26.3.1
commitizen==4.15.0
black==26.5.1
commitizen==4.16.2
flake8==7.3.0
isort==8.0.1
mypy==1.20.2
pylint==4.0.5
pytest==9.0.3
responses==0.26.0
responses==0.26.1
respx==0.23.1
types-PyYAML==6.0.12.20260408
types-requests==2.33.0.20260503
types-setuptools==82.0.0.20260408
types-PyYAML==6.0.12.20260518
types-requests==2.33.0.20260518
types-setuptools==82.0.0.20260518
4 changes: 2 additions & 2 deletions requirements-test.txt
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
anyio==4.13.0
build==1.5.0
coverage==7.13.5
coverage==7.14.0
pytest-console-scripts==1.4.1
pytest-cov==7.1.0
pytest-github-actions-annotate-failures==0.4.0
pytest==9.0.3
PyYaml==6.0.3
responses==0.26.0
responses==0.26.1
respx==0.23.1
trio==0.33.0
wheel==0.47.0
2 changes: 1 addition & 1 deletion requirements.txt
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gql==4.0.0
httpx==0.28.1
requests==2.33.1
requests==2.34.2
requests-toolbelt==1.0.0
Loading
Toggle all file notes Toggle all file annotations

Footer

© 2026 GitHub, Inc.