harbor/make/photon/prepare/Pipfile
dependabot[bot] f20f4215c3
Bump pyyaml from 4.2b1 to 5.4 in /make/photon/prepare
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/commits/5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 22:46:56 +00:00

18 lines
244 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "==5.4"
click = ">=7.1.1"
"jinja2" = ">=2.10.1"
packaging = ">=20.3"
[dev-packages]
pylint = "*"
pytest = "*"
[requires]
python_version = "3.7.5"