Skip to content

Commit 98dceff

Browse files
committed
test(python): Update expected results
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 84de70f commit 98dceff

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

plugins/package-managers/python/src/funTest/assets/projects/external/example-python-flask-expected-output.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project:
2020
dependencies:
2121
- id: "PyPI::flask:0.12"
2222
dependencies:
23-
- id: "PyPI::click:8.1.8"
23+
- id: "PyPI::click:8.2.0"
2424
- id: "PyPI::itsdangerous:2.2.0"
2525
- id: "PyPI::jinja2:2.8.1"
2626
dependencies:
@@ -30,24 +30,21 @@ project:
3030
- id: "PyPI::markupsafe:3.0.2"
3131
- id: "PyPI::gunicorn:19.6.0"
3232
packages:
33-
- id: "PyPI::click:8.1.8"
34-
purl: "pkg:pypi/[email protected]"
35-
declared_licenses:
36-
- "BSD License"
37-
declared_licenses_processed:
38-
unmapped:
39-
- "BSD License"
33+
- id: "PyPI::click:8.2.0"
34+
purl: "pkg:pypi/[email protected]"
35+
declared_licenses: []
36+
declared_licenses_processed: {}
4037
description: "Composable command line interface toolkit"
4138
homepage_url: ""
4239
binary_artifact:
43-
url: "https://files.pythonhosted.org/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl"
40+
url: "https://files.pythonhosted.org/packages/a2/58/1f37bf81e3c689cc74ffa42102fa8915b59085f54a6e4a80bc6265c0f6bf/click-8.2.0-py3-none-any.whl"
4441
hash:
45-
value: "63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"
42+
value: "6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c"
4643
algorithm: "SHA-256"
4744
source_artifact:
48-
url: "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz"
45+
url: "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz"
4946
hash:
50-
value: "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"
47+
value: "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d"
5148
algorithm: "SHA-256"
5249
vcs:
5350
type: ""

0 commit comments

Comments
 (0)