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 Jan 26, 2024
1 parent 72e1aa7 commit 48726fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TOXENV: docs
run: tox
- name: Archive generated docs
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.3.0
with:
name: html-docs
path: build/sphinx/html/
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@v3.1.4
uses: codecov/codecov-action@v3.1.5
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@v3.1.4
uses: codecov/codecov-action@v3.1.5
with:
files: ./coverage.xml
flags: unit
Expand All @@ -119,7 +119,7 @@ jobs:
pip install -r requirements-test.txt
- name: Build package
run: python -m build -o dist/
- uses: actions/upload-artifact@v4.1.0
- uses: actions/upload-artifact@v4.3.0
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.131.0
rev: 37.153.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
-r requirements-test.txt
pytest-docker==2.0.1
pytest-docker==2.1.0
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pylint==3.0.3
pytest==7.4.4
responses==0.24.1
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240106
types-setuptools==69.0.0.20240106
types-requests==2.31.0.20240125
types-setuptools==69.0.0.20240125
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
build==1.0.3
coverage==7.4.0
coverage==7.4.1
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
Expand Down

0 comments on commit 48726fd

Please sign in to comment.