Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JohnVillalovos committed Mar 5, 2024
1 parent 3c4dcca commit 14a3ffe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.1.0
uses: python-semantic-release/python-semantic-release@v9.1.1
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
run: tox -- --override-ini='log_cli=True'
- name: Upload codecov coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.0
with:
files: ./coverage.xml
flags: ${{ matrix.toxenv }}
Expand All @@ -100,7 +100,7 @@ jobs:
TOXENV: cover
run: tox
- name: Upload codecov coverage
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.0
with:
files: ./coverage.xml
flags: unit
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: actions/setup-python@v5.0.0
with:
python-version: '3.12'
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v4.1.4
with:
name: dist
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.214.0
rev: 37.227.1
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest==8.0.2
responses==0.25.0
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240218
types-setuptools==69.1.0.20240223
types-setuptools==69.1.0.20240302
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
build==1.0.3
build==1.1.1
coverage==7.4.3
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
Expand Down

0 comments on commit 14a3ffe

Please sign in to comment.