Skip to content

Commit bd80eec

Browse files
author
mathioud
committed
update tests version
Signed-off-by: mathioud <georgios.mathioudakis@here.com>
1 parent 13e75f2 commit bd80eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_resolution.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
121121
assert plist == [
122122
"pkg:pypi/click@8.1.4",
123123
"pkg:pypi/flask@2.1.3",
124-
"pkg:pypi/importlib-metadata@6.7.0",
124+
"pkg:pypi/importlib-metadata@6.8.0",
125125
"pkg:pypi/itsdangerous@2.1.2",
126126
"pkg:pypi/jinja2@3.1.2",
127127
"pkg:pypi/markupsafe@2.1.3",
128128
"pkg:pypi/werkzeug@2.3.6",
129-
"pkg:pypi/zipp@3.15.0",
129+
"pkg:pypi/zipp@3.16.0",
130130
]
131131

132132

0 commit comments

Comments
 (0)