Skip to content

Commit

Permalink
Merge pull request #408 from anarkiwi/renovate/coverage-7.x
Browse files Browse the repository at this point in the history
Update dependency coverage to v7.5.2
  • Loading branch information
anarkiwi authored May 26, 2024
2 parents 3ed0a53 + 810b0c8 commit 8ddee89
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: test
run: |
sudo apt-get update && sudo apt-get install python3-dev && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: "release"
steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Set up python-${{ env.RELEASE_PY_VER }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
python-version: [3.9, '3.10', 3.11, 3.12]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: test
run: |
sudo apt-get update && sudo apt-get install python3-dev && \
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
docker==7.0.0
docker==7.1.0
music21==9.1.0
numpy==1.26.4
pandas==2.2.2
pyarrow==16.0.0
pyarrow==16.1.0
pyresidfp==0.9.0
requests==2.32.2
scipy==1.13.0
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrs==23.2.0
coverage==7.5.0
coverage==7.5.2
wheel==0.43.0
pytype==2024.4.11
pylint==3.1.0
pytest==8.2.0
pylint==3.2.2
pytest==8.2.1

0 comments on commit 8ddee89

Please sign in to comment.