Skip to content

Commit

Permalink
Pin _down_ pyyaml pending resolution of #6015
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Aug 10, 2023
1 parent 57e6d77 commit abf12db
Show file tree
Hide file tree
Showing 3 changed files with 1,047 additions and 876 deletions.
2 changes: 1 addition & 1 deletion flowapi/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ quart-jwt-extended = {extras = ["asymmetric-crypto"],version = "*"}
cryptography = "*" # This _should_ get installed given the flask-jwt-extended extra, but is getting put in the develop section of the lockfile
structlog = "*"
python-rapidjson = "*"
pyyaml = ">=5.1"
pyyaml = "==5.3.1"
apispec = {extras = ["yaml"],version = "*"}
get-secret-or-env-var = "*"
prance = {extras = ["osv"],version = "*"}
Expand Down
Loading

0 comments on commit abf12db

Please sign in to comment.