Skip to content

Commit

Permalink
Merge pull request #16 from benzaita/bump-pyyaml
Browse files Browse the repository at this point in the history
bump pyyaml to a supported version
  • Loading branch information
benzaita authored Feb 26, 2024
2 parents f818b86 + a19747f commit 78bf82c
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 349 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ bumpversion = "*"
pipenv-setup = "*"

[packages]
click = "*"
pyyaml = "*"
click = "==7.1.2"
pyyaml = "==6.0.1"

[requires]
python_version = "3.7"
Loading

0 comments on commit 78bf82c

Please sign in to comment.