Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update pyyaml requirement from <=6.0,>5.4 to >5.4,<=6.0.…
Browse files Browse the repository at this point in the history
…1 in /requirements (#1661)

build(deps): update pyyaml requirement in /requirements

Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version.
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES)
- [Commits](yaml/pyyaml@5.4.1...6.0.1)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent c98eb89 commit 9f0e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/serve.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

pillow >9.0.0, <=10.0.0
pyyaml >5.4, <=6.0
pyyaml >5.4, <=6.0.1
cytoolz >0.11, <=0.12.2
graphviz >=0.19, <=0.20.1
tqdm >4.60, <=4.65.0
Expand Down

0 comments on commit 9f0e70c

Please sign in to comment.