chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@2dd2e8e

9 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -22,7 +22,7 @@ jobs:

2222

sphinx:

2323

runs-on: ubuntu-24.04

2424

steps:

25-

- uses: actions/checkout@v4.2.2

25+

- uses: actions/checkout@v4.3.0

2626

- name: Set up Python

2727

uses: actions/setup-python@v5.6.0

2828

with:

@@ -37,7 +37,7 @@ jobs:

3737

twine-check:

3838

runs-on: ubuntu-24.04

3939

steps:

40-

- uses: actions/checkout@v4.2.2

40+

- uses: actions/checkout@v4.3.0

4141

- name: Set up Python

4242

uses: actions/setup-python@v5.6.0

4343

with:

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.2

25+

- uses: actions/checkout@v4.3.0

2626

with:

2727

fetch-depth: 0

2828

- uses: actions/setup-python@v5.6.0

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.2

32+

- uses: actions/checkout@v4.3.0

3333

- uses: actions/setup-python@v5.6.0

3434

with:

3535

python-version: "3.13"

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.2

17+

- uses: actions/checkout@v4.3.0

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@v10.3.0

24+

uses: python-semantic-release/python-semantic-release@v10.3.1

2525

with:

2626

github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

2727

@@ -32,7 +32,7 @@ jobs:

3232

if: steps.release.outputs.released == 'true'

3333
3434

- name: Publish package distributions to GitHub Releases

35-

uses: python-semantic-release/publish-action@v10.3.0

35+

uses: python-semantic-release/publish-action@v10.3.1

3636

if: steps.release.outputs.released == 'true'

3737

with:

3838

github_token: ${{ secrets.GITHUB_TOKEN }}

Original file line numberDiff line numberDiff line change

@@ -48,7 +48,7 @@ jobs:

4848

version: "3.13"

4949

toxenv: py313,smoke

5050

steps:

51-

- uses: actions/checkout@v4.2.2

51+

- uses: actions/checkout@v4.3.0

5252

- name: Set up Python ${{ matrix.python.version }}

5353

uses: actions/setup-python@v5.6.0

5454

with:

@@ -67,7 +67,7 @@ jobs:

6767

matrix:

6868

toxenv: [api_func_v4, cli_func_v4]

6969

steps:

70-

- uses: actions/checkout@v4.2.2

70+

- uses: actions/checkout@v4.3.0

7171

- name: Set up Python

7272

uses: actions/setup-python@v5.6.0

7373

with:

@@ -89,7 +89,7 @@ jobs:

8989

coverage:

9090

runs-on: ubuntu-24.04

9191

steps:

92-

- uses: actions/checkout@v4.2.2

92+

- uses: actions/checkout@v4.3.0

9393

- name: Set up Python ${{ matrix.python-version }}

9494

uses: actions/setup-python@v5.6.0

9595

with:

@@ -113,7 +113,7 @@ jobs:

113113

runs-on: ubuntu-latest

114114

name: Python wheel

115115

steps:

116-

- uses: actions/checkout@v4.2.2

116+

- uses: actions/checkout@v4.3.0

117117

- uses: actions/setup-python@v5.6.0

118118

with:

119119

python-version: "3.13"

@@ -131,7 +131,7 @@ jobs:

131131

runs-on: ubuntu-latest

132132

needs: [dist]

133133

steps:

134-

- uses: actions/checkout@v4.2.2

134+

- uses: actions/checkout@v4.3.0

135135

- name: Set up Python

136136

uses: actions/setup-python@v5.6.0

137137

with:

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.3.7

23+

rev: v3.3.8

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: 41.43.0

54+

rev: 41.62.2

5555

hooks:

5656

- id: renovate-config-validator

Original file line numberDiff line numberDiff line change

@@ -5,10 +5,10 @@ commitizen==4.8.3

55

flake8==7.3.0

66

isort==6.0.1

77

mypy==1.17.1

8-

pylint==3.3.7

8+

pylint==3.3.8

99

pytest==8.4.1

10-

responses==0.25.7

10+

responses==0.25.8

1111

respx==0.22.0

12-

types-PyYAML==6.0.12.20250516

13-

types-requests==2.32.4.20250611

14-

types-setuptools==80.9.0.20250801

12+

types-PyYAML==6.0.12.20250809

13+

types-requests==2.32.4.20250809

14+

types-setuptools==80.9.0.20250809

Original file line numberDiff line numberDiff line change

@@ -1 +1 @@

1-

pre-commit==4.2.0

1+

pre-commit==4.3.0

Original file line numberDiff line numberDiff line change

@@ -1,13 +1,13 @@

11

-r requirements.txt

2-

anyio==4.9.0

2+

anyio==4.10.0

33

build==1.3.0

4-

coverage==7.10.2

4+

coverage==7.10.3

55

pytest-console-scripts==1.4.1

66

pytest-cov==6.2.1

77

pytest-github-actions-annotate-failures==0.3.0

88

pytest==8.4.1

99

PyYaml==6.0.2

10-

responses==0.25.7

10+

responses==0.25.8

1111

respx==0.22.0

1212

trio==0.30.0

1313

wheel==0.45.1