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

6 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -24,7 +24,7 @@ jobs:

2424

steps:

2525

- uses: actions/checkout@v4.2.2

2626

- name: Set up Python

27-

uses: actions/setup-python@v5.3.0

27+

uses: actions/setup-python@v5.4.0

2828

with:

2929

python-version: "3.12"

3030

- name: Install dependencies

@@ -44,7 +44,7 @@ jobs:

4444

steps:

4545

- uses: actions/checkout@v4.2.2

4646

- name: Set up Python

47-

uses: actions/setup-python@v5.3.0

47+

uses: actions/setup-python@v5.4.0

4848

with:

4949

python-version: "3.12"

5050

- name: Install dependencies

Original file line numberDiff line numberDiff line change

@@ -25,7 +25,7 @@ jobs:

2525

- uses: actions/checkout@v4.2.2

2626

with:

2727

fetch-depth: 0

28-

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

28+

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

2929

with:

3030

python-version: "3.12"

3131

- run: pip install --upgrade tox

Original file line numberDiff line numberDiff line change

@@ -30,7 +30,7 @@ jobs:

3030

runs-on: ubuntu-latest

3131

steps:

3232

- uses: actions/checkout@v4.2.2

33-

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

33+

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

3434

with:

3535

python-version: "3.11"

3636

- name: install tox

Original file line numberDiff line numberDiff line change

@@ -50,7 +50,7 @@ jobs:

5050

steps:

5151

- uses: actions/checkout@v4.2.2

5252

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

53-

uses: actions/setup-python@v5.3.0

53+

uses: actions/setup-python@v5.4.0

5454

with:

5555

python-version: ${{ matrix.python.version }}

5656

- name: Install dependencies

@@ -69,7 +69,7 @@ jobs:

6969

steps:

7070

- uses: actions/checkout@v4.2.2

7171

- name: Set up Python

72-

uses: actions/setup-python@v5.3.0

72+

uses: actions/setup-python@v5.4.0

7373

with:

7474

python-version: "3.12"

7575

- name: Install dependencies

@@ -91,7 +91,7 @@ jobs:

9191

steps:

9292

- uses: actions/checkout@v4.2.2

9393

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

94-

uses: actions/setup-python@v5.3.0

94+

uses: actions/setup-python@v5.4.0

9595

with:

9696

python-version: "3.12"

9797

- name: Install dependencies

@@ -114,7 +114,7 @@ jobs:

114114

name: Python wheel

115115

steps:

116116

- uses: actions/checkout@v4.2.2

117-

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

117+

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

118118

with:

119119

python-version: "3.12"

120120

- name: Install dependencies

@@ -133,7 +133,7 @@ jobs:

133133

steps:

134134

- uses: actions/checkout@v4.2.2

135135

- name: Set up Python

136-

uses: actions/setup-python@v5.3.0

136+

uses: actions/setup-python@v5.4.0

137137

with:

138138

python-version: '3.12'

139139

- uses: actions/download-artifact@v4.1.8

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

23+

rev: v3.3.4

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

54+

rev: 39.156.1

5555

hooks:

5656

- id: renovate-config-validator

Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@ commitizen==4.1.1

55

flake8==7.1.1

66

isort==5.13.2

77

mypy==1.14.1

8-

pylint==3.3.3

8+

pylint==3.3.4

99

pytest==8.3.4

1010

responses==0.25.6

1111

respx==0.22.0