Skip to content

Commit

Permalink
bump pyyaml to a supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
benzaita committed Feb 26, 2024
1 parent f818b86 commit c584a46
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 346 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 c584a46

Please sign in to comment.