pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/python-gitlab/python-gitlab/commit/296623410ae0b21454ac11e48e5991329c359c4d

chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@2966234 · GitHub
Skip to content

Commit 2966234

Browse files
chore(deps): update all non-major dependencies
1 parent 3e4781a commit 2966234

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 5 deletions
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

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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy