Skip to content

Commit 9410acb

Browse files
authored
Merge pull request #2318 from python-gitlab/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 3e4781a + 2966234 commit 9410acb

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3.1.0
2626
- name: Set up Python
27-
uses: actions/setup-python@v4.2.0
27+
uses: actions/setup-python@v4.3.0
2828
with:
2929
python-version: "3.10"
3030
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3.1.0
4646
- name: Set up Python
47-
uses: actions/setup-python@v4.2.0
47+
uses: actions/setup-python@v4.3.0
4848
with:
4949
python-version: "3.10"
5050
- name: Install dependencies

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3.1.0
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v4.2.0
28+
- uses: actions/setup-python@v4.3.0
2929
with:
3030
python-version: "3.10"
3131
- run: pip install --upgrade tox

.github/workflows/pre_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v3.1.0
33-
- uses: actions/setup-python@v4.2.0
33+
- uses: actions/setup-python@v4.3.0
3434
with:
3535
python-version: "3.10"
3636
- name: Install pre-commit

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1717
- name: Python Semantic Release
18-
uses: relekang/python-semantic-release@v7.31.2
18+
uses: relekang/python-semantic-release@v7.32.1
1919
with:
2020
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
pypi_token: ${{ secrets.PYPI_TOKEN }}

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
stale:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/stale@v6.0.0
18+
- uses: actions/stale@v6.0.1
1919
with:
2020
any-of-labels: 'need info,Waiting for response'
2121
stale-issue-message: >

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v3.1.0
4949
- name: Set up Python ${{ matrix.python.version }}
50-
uses: actions/setup-python@v4.2.0
50+
uses: actions/setup-python@v4.3.0
5151
with:
5252
python-version: ${{ matrix.python.version }}
5353
- name: Install dependencies
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v3.1.0
6767
- name: Set up Python
68-
uses: actions/setup-python@v4.2.0
68+
uses: actions/setup-python@v4.3.0
6969
with:
7070
python-version: "3.10"
7171
- name: Install dependencies
@@ -75,7 +75,7 @@ jobs:
7575
TOXENV: ${{ matrix.toxenv }}
7676
run: tox -- --override-ini='log_cli=True'
7777
- name: Upload codecov coverage
78-
uses: codecov/codecov-action@v3
78+
uses: codecov/codecov-action@v3.1.1
7979
with:
8080
files: ./coverage.xml
8181
flags: ${{ matrix.toxenv }}
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v3.1.0
8888
- name: Set up Python ${{ matrix.python-version }}
89-
uses: actions/setup-python@v4.2.0
89+
uses: actions/setup-python@v4.3.0
9090
with:
9191
python-version: "3.10"
9292
- name: Install dependencies
@@ -97,7 +97,7 @@ jobs:
9797
TOXENV: cover
9898
run: tox
9999
- name: Upload codecov coverage
100-
uses: codecov/codecov-action@v3
100+
uses: codecov/codecov-action@v3.1.1
101101
with:
102102
files: ./coverage.xml
103103
flags: unit

.pre-commit-config.yaml

+3-3
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: v2.32.2
10+
rev: v2.35.0
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: v2.14.5
23+
rev: v2.15.4
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -45,6 +45,6 @@ repos:
4545
- id: rst-directive-colons
4646
- id: rst-inline-touching-normal
4747
- repo: https://github.com/maxbrunet/pre-commit-renovate
48-
rev: 32.201.2
48+
rev: 32.238.4
4949
hooks:
5050
- id: renovate-config-validator

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.28.1
2-
requests-toolbelt==0.9.1
2+
requests-toolbelt==0.10.0

0 commit comments

Comments
 (0)