There was an error while loading. Please reload this page.
1 parent 4e5a45d commit c074425Copy full SHA for c074425
1 file changed
tests/test_resolution.py
@@ -82,7 +82,7 @@ def test_get_resolved_dependencies_with_flask_and_python_36():
82
assert as_list == [
83
"pkg:pypi/click@8.1.3",
84
"pkg:pypi/flask@2.1.2",
85
- "pkg:pypi/importlib-metadata@4.11.4",
+ "pkg:pypi/importlib-metadata@4.12.0",
86
"pkg:pypi/itsdangerous@2.1.2",
87
"pkg:pypi/jinja2@3.1.2",
88
"pkg:pypi/markupsafe@2.0.1",
@@ -107,7 +107,7 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
107
108
109
110
111
112
113
"pkg:pypi/markupsafe@2.1.1",
0 commit comments