@@ -49,8 +49,8 @@ def test_get_resolved_dependencies_with_flask_and_python_310():
4949 "pkg:pypi/flask@2.1.2" ,
5050 "pkg:pypi/itsdangerous@2.1.2" ,
5151 "pkg:pypi/jinja2@3.1.2" ,
52- "pkg:pypi/markupsafe@2.1.2 " ,
53- "pkg:pypi/werkzeug@2.2.3 " ,
52+ "pkg:pypi/markupsafe@2.1.3 " ,
53+ "pkg:pypi/werkzeug@2.3.6 " ,
5454 ]
5555
5656
@@ -73,8 +73,8 @@ def test_get_resolved_dependencies_with_flask_and_python_310_windows():
7373 "pkg:pypi/flask@2.1.2" ,
7474 "pkg:pypi/itsdangerous@2.1.2" ,
7575 "pkg:pypi/jinja2@3.1.2" ,
76- "pkg:pypi/markupsafe@2.1.2 " ,
77- "pkg:pypi/werkzeug@2.2.3 " ,
76+ "pkg:pypi/markupsafe@2.1.3 " ,
77+ "pkg:pypi/werkzeug@2.3.6 " ,
7878 ]
7979
8080
@@ -121,11 +121,11 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
121121 assert plist == [
122122 "pkg:pypi/click@8.1.3" ,
123123 "pkg:pypi/flask@2.1.3" ,
124- "pkg:pypi/importlib-metadata@6.3 .0" ,
124+ "pkg:pypi/importlib-metadata@6.6 .0" ,
125125 "pkg:pypi/itsdangerous@2.1.2" ,
126126 "pkg:pypi/jinja2@3.1.2" ,
127- "pkg:pypi/markupsafe@2.1.2 " ,
128- "pkg:pypi/werkzeug@2.2.3 " ,
127+ "pkg:pypi/markupsafe@2.1.3 " ,
128+ "pkg:pypi/werkzeug@2.3.6 " ,
129129 "pkg:pypi/zipp@3.15.0" ,
130130 ]
131131
0 commit comments