Skip to content

Commit 511f45c

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent d4a7410 commit 511f45c

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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.5.3
2626
- name: Set up Python
27-
uses: actions/setup-python@v4.6.1
27+
uses: actions/setup-python@v4.7.0
2828
with:
2929
python-version: "3.11"
3030
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3.5.3
4646
- name: Set up Python
47-
uses: actions/setup-python@v4.6.1
47+
uses: actions/setup-python@v4.7.0
4848
with:
4949
python-version: "3.11"
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.5.3
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v4.6.1
28+
- uses: actions/setup-python@v4.7.0
2929
with:
3030
python-version: "3.11"
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.5.3
33-
- uses: actions/setup-python@v4.6.1
33+
- uses: actions/setup-python@v4.7.0
3434
with:
3535
python-version: "3.11"
3636
- name: install tox

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3.5.3
5252
- name: Set up Python ${{ matrix.python.version }}
53-
uses: actions/setup-python@v4.6.1
53+
uses: actions/setup-python@v4.7.0
5454
with:
5555
python-version: ${{ matrix.python.version }}
5656
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v3.5.3
7070
- name: Set up Python
71-
uses: actions/setup-python@v4.6.1
71+
uses: actions/setup-python@v4.7.0
7272
with:
7373
python-version: "3.11"
7474
- name: Install dependencies
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/checkout@v3.5.3
9191
- name: Set up Python ${{ matrix.python-version }}
92-
uses: actions/setup-python@v4.6.1
92+
uses: actions/setup-python@v4.7.0
9393
with:
9494
python-version: "3.11"
9595
- name: Install dependencies
@@ -111,7 +111,7 @@ jobs:
111111
name: Python wheel
112112
steps:
113113
- uses: actions/checkout@v3.5.3
114-
- uses: actions/setup-python@v4.6.1
114+
- uses: actions/setup-python@v4.7.0
115115
with:
116116
python-version: "3.11"
117117
- name: Install dependencies
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v3.5.3
132132
- name: Set up Python
133-
uses: actions/setup-python@v4.6.1
133+
uses: actions/setup-python@v4.7.0
134134
with:
135135
python-version: '3.11'
136136
- uses: actions/download-artifact@v3.0.2

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 23.3.0
6+
rev: 23.7.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v3.5.2
10+
rev: v3.5.3
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]

requirements-lint.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==23.3.0
4-
commitizen==3.5.2
3+
black==23.7.0
4+
commitizen==3.5.3
55
flake8==6.0.0
66
isort==5.12.0
77
mypy==1.4.1
@@ -10,4 +10,4 @@ pytest==7.4.0
1010
responses==0.23.1
1111
types-PyYAML==6.0.12.10
1212
types-requests==2.31.0.1
13-
types-setuptools==68.0.0.1
13+
types-setuptools==68.0.0.2

0 commit comments

Comments
 (0)