Skip to content

Commit 16f2d34

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 0b98dd3 commit 16f2d34

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on: ubuntu-22.04
2424
steps:
25-
- uses: actions/checkout@v3.5.3
25+
- uses: actions/checkout@v3.6.0
2626
- name: Set up Python
2727
uses: actions/setup-python@v4.7.0
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on: ubuntu-22.04
4444
steps:
45-
- uses: actions/checkout@v3.5.3
45+
- uses: actions/checkout@v3.6.0
4646
- name: Set up Python
4747
uses: actions/setup-python@v4.7.0
4848
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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@v3.5.3
25+
- uses: actions/checkout@v3.6.0
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v4.7.0

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
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@v3.5.3
32+
- uses: actions/checkout@v3.6.0
3333
- uses: actions/setup-python@v4.7.0
3434
with:
3535
python-version: "3.11"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
environment: pypi.org
1515
steps:
16-
- uses: actions/checkout@v3.5.3
16+
- uses: actions/checkout@v3.6.0
1717
with:
1818
fetch-depth: 0
1919
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version: "3.11"
4747
toxenv: py310,smoke
4848
steps:
49-
- uses: actions/checkout@v3.5.3
49+
- uses: actions/checkout@v3.6.0
5050
- name: Set up Python ${{ matrix.python.version }}
5151
uses: actions/setup-python@v4.7.0
5252
with:
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
toxenv: [api_func_v4, cli_func_v4]
6666
steps:
67-
- uses: actions/checkout@v3.5.3
67+
- uses: actions/checkout@v3.6.0
6868
- name: Set up Python
6969
uses: actions/setup-python@v4.7.0
7070
with:
@@ -85,7 +85,7 @@ jobs:
8585
coverage:
8686
runs-on: ubuntu-22.04
8787
steps:
88-
- uses: actions/checkout@v3.5.3
88+
- uses: actions/checkout@v3.6.0
8989
- name: Set up Python ${{ matrix.python-version }}
9090
uses: actions/setup-python@v4.7.0
9191
with:
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
name: Python wheel
110110
steps:
111-
- uses: actions/checkout@v3.5.3
111+
- uses: actions/checkout@v3.6.0
112112
- uses: actions/setup-python@v4.7.0
113113
with:
114114
python-version: "3.11"
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
needs: [dist]
128128
steps:
129-
- uses: actions/checkout@v3.5.3
129+
- uses: actions/checkout@v3.6.0
130130
- name: Set up Python
131131
uses: actions/setup-python@v4.7.0
132132
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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: v3.6.0
10+
rev: v3.7.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -48,6 +48,6 @@ repos:
4848
- id: rst-directive-colons
4949
- id: rst-inline-touching-normal
5050
- repo: https://github.com/maxbrunet/pre-commit-renovate
51-
rev: 36.52.2
51+
rev: 36.68.1
5252
hooks:
5353
- id: renovate-config-validator

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
furo==2023.8.19
33
jinja2==3.1.2
44
myst-parser==2.0.0
5-
sphinx==7.2.2
5+
sphinx==7.2.4
66
sphinxcontrib-autoprogram==0.1.8

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==23.7.0
4-
commitizen==3.6.0
4+
commitizen==3.7.0
55
flake8==6.1.0
66
isort==5.12.0
77
mypy==1.5.1

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pytest==7.4.0
88
PyYaml==6.0.1
99
responses==0.23.3
1010
setuptools==68.1.2
11-
wheel==0.41.1
11+
wheel==0.41.2

0 commit comments

Comments
 (0)