@@ -50,7 +50,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310():
50
50
"pkg:pypi/itsdangerous@2.1.2" ,
51
51
"pkg:pypi/jinja2@3.1.2" ,
52
52
"pkg:pypi/markupsafe@2.1.3" ,
53
- "pkg:pypi/werkzeug@2.3.7 " ,
53
+ "pkg:pypi/werkzeug@3.0.0 " ,
54
54
]
55
55
56
56
@@ -74,7 +74,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310_windows():
74
74
"pkg:pypi/itsdangerous@2.1.2" ,
75
75
"pkg:pypi/jinja2@3.1.2" ,
76
76
"pkg:pypi/markupsafe@2.1.3" ,
77
- "pkg:pypi/werkzeug@2.3.7 " ,
77
+ "pkg:pypi/werkzeug@3.0.0 " ,
78
78
]
79
79
80
80
@@ -125,7 +125,7 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
125
125
"pkg:pypi/itsdangerous@2.1.2" ,
126
126
"pkg:pypi/jinja2@3.1.2" ,
127
127
"pkg:pypi/markupsafe@2.1.3" ,
128
- "pkg:pypi/werkzeug@2.3.7 " ,
128
+ "pkg:pypi/werkzeug@3.0.0 " ,
129
129
"pkg:pypi/zipp@3.17.0" ,
130
130
]
131
131
@@ -146,7 +146,7 @@ def test_without_supported_wheels():
146
146
147
147
assert plist == [
148
148
"pkg:pypi/autobahn@22.3.2" ,
149
- "pkg:pypi/cffi@1.15.1 " ,
149
+ "pkg:pypi/cffi@1.16.0 " ,
150
150
"pkg:pypi/cryptography@41.0.4" ,
151
151
"pkg:pypi/hyperlink@21.0.0" ,
152
152
"pkg:pypi/idna@3.4" ,
0 commit comments