mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
f20f4215c3
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>
18 lines
244 B
TOML
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"
|