Skip to content

Commit

Permalink
Merge pull request #36 from readicculus/dependabot/pip/pyyaml-6.0
Browse files Browse the repository at this point in the history
Bump pyyaml from 5.4.1 to 6.0
  • Loading branch information
readicculus committed Mar 26, 2024
2 parents ca569cb + dc8801e commit d2dbe47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/


test-ubuntu-latest-install:
test-pypi-ubuntu-latest-install:
needs: build-n-publish-to-testpypi
name: Test installing from TestPyPi on ubuntu-latest
runs-on: ubuntu-latest
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Run Tests on TestPyPi Release
run: python setup.py test

test-windows-latest-install:
test-pypi-windows-latest-install:
needs: build-n-publish-to-testpypi
name: Test installing from TestPyPi on windows-latest
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyYAML==5.4.1
PyYAML==6.0
dataclasses==0.8; python_version < '3.7'
setuptools~=59.5.0
pandas
Expand Down

0 comments on commit d2dbe47

Please sign in to comment.