@@ -50,7 +50,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310():
5050 "pkg:pypi/itsdangerous@2.1.2" ,
5151 "pkg:pypi/jinja2@3.1.2" ,
5252 "pkg:pypi/markupsafe@2.1.2" ,
53- "pkg:pypi/werkzeug@2.2.2 " ,
53+ "pkg:pypi/werkzeug@2.2.3 " ,
5454 ]
5555
5656
@@ -74,7 +74,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310_windows():
7474 "pkg:pypi/itsdangerous@2.1.2" ,
7575 "pkg:pypi/jinja2@3.1.2" ,
7676 "pkg:pypi/markupsafe@2.1.2" ,
77- "pkg:pypi/werkzeug@2.2.2 " ,
77+ "pkg:pypi/werkzeug@2.2.3 " ,
7878 ]
7979
8080
@@ -125,7 +125,7 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
125125 "pkg:pypi/itsdangerous@2.1.2" ,
126126 "pkg:pypi/jinja2@3.1.2" ,
127127 "pkg:pypi/markupsafe@2.1.2" ,
128- "pkg:pypi/werkzeug@2.2.2 " ,
128+ "pkg:pypi/werkzeug@2.2.3 " ,
129129 "pkg:pypi/zipp@3.13.0" ,
130130 ]
131131
@@ -151,7 +151,7 @@ def test_without_supported_wheels():
151151 "pkg:pypi/hyperlink@21.0.0" ,
152152 "pkg:pypi/idna@3.4" ,
153153 "pkg:pypi/pycparser@2.21" ,
154- "pkg:pypi/setuptools@67.2.0 " ,
154+ "pkg:pypi/setuptools@67.3.2 " ,
155155 "pkg:pypi/txaio@23.1.1" ,
156156 ]
157157
0 commit comments