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

Skip to content

Commit c3efb37

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5.0
81+
uses: codecov/codecov-action@v4.6.0
8282
with:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
@@ -101,7 +101,7 @@ jobs:
101101
TOXENV: cover
102102
run: tox
103103
- name: Upload codecov coverage
104-
uses: codecov/codecov-action@v4.5.0
104+
uses: codecov/codecov-action@v4.6.0
105105
with:
106106
files: ./coverage.xml
107107
flags: unit

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 38.103.1
54+
rev: 38.110.2
5555
hooks:
5656
- id: renovate-config-validator

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
build==1.2.2
2+
build==1.2.2.post1
33
coverage==7.6.1
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0

0 commit comments

Comments
 (0)