Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a510f43

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 51779c6 commit a510f43

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
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/[email protected].6
25+
- uses: actions/[email protected].7
2626
- name: Set up Python
2727
uses: actions/[email protected]
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on: ubuntu-22.04
4444
steps:
45-
- uses: actions/[email protected].6
45+
- uses: actions/[email protected].7
4646
- name: Set up Python
4747
uses: actions/[email protected]
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/[email protected].6
25+
- uses: actions/[email protected].7
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/[email protected]

.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/[email protected].6
32+
- uses: actions/[email protected].7
3333
- uses: actions/[email protected]
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
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
environment: pypi.org
1616
steps:
17-
- uses: actions/[email protected].6
17+
- uses: actions/[email protected].7
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version: "3.12"
4949
toxenv: py312,smoke
5050
steps:
51-
- uses: actions/[email protected].6
51+
- uses: actions/[email protected].7
5252
- name: Set up Python ${{ matrix.python.version }}
5353
uses: actions/[email protected]
5454
with:
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
toxenv: [api_func_v4, cli_func_v4]
6868
steps:
69-
- uses: actions/[email protected].6
69+
- uses: actions/[email protected].7
7070
- name: Set up Python
7171
uses: actions/[email protected]
7272
with:
@@ -78,7 +78,7 @@ jobs:
7878
TOXENV: ${{ matrix.toxenv }}
7979
run: tox -- --override-ini='log_cli=True'
8080
- name: Upload codecov coverage
81-
uses: codecov/codecov-action@v4.4.1
81+
uses: codecov/codecov-action@v4.5.0
8282
with:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
@@ -87,7 +87,7 @@ jobs:
8787
coverage:
8888
runs-on: ubuntu-22.04
8989
steps:
90-
- uses: actions/[email protected].6
90+
- uses: actions/[email protected].7
9191
- name: Set up Python ${{ matrix.python-version }}
9292
uses: actions/[email protected]
9393
with:
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v4.4.1
103+
uses: codecov/codecov-action@v4.5.0
104104
with:
105105
files: ./coverage.xml
106106
flags: unit
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
name: Python wheel
112112
steps:
113-
- uses: actions/[email protected].6
113+
- uses: actions/[email protected].7
114114
- uses: actions/[email protected]
115115
with:
116116
python-version: "3.12"
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
needs: [dist]
130130
steps:
131-
- uses: actions/[email protected].6
131+
- uses: actions/[email protected].7
132132
- name: Set up Python
133133
uses: actions/[email protected]
134134
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: commitizen
1313
stages: [commit-msg]
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.0.0
15+
rev: 7.1.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/maxbrunet/pre-commit-renovate
50-
rev: 37.399.9
50+
rev: 37.409.1
5151
hooks:
5252
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
argcomplete==2.0.0
33
black==24.4.2
44
commitizen==3.27.0
5-
flake8==7.0.0
5+
flake8==7.1.0
66
isort==5.13.2
77
mypy==1.10.0
88
pylint==3.2.3
99
pytest==8.2.2
10-
responses==0.25.2
10+
responses==0.25.3
1111
types-PyYAML==6.0.12.20240311
1212
types-requests==2.32.0.20240602
1313
types-setuptools==70.0.0.20240524

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==8.2.2
88
PyYaml==6.0.1
9-
responses==0.25.2
9+
responses==0.25.3
1010
wheel==0.43.0

0 commit comments

Comments
 (0)