Skip to content

Commit 5ddd8a5

Browse files
committed
Update test dependencies
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8f50377 commit 5ddd8a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_resolution.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310():
4949
"pkg:pypi/itsdangerous@2.1.2",
5050
"pkg:pypi/jinja2@3.1.2",
5151
"pkg:pypi/markupsafe@2.1.2",
52-
"pkg:pypi/werkzeug@2.2.2",
52+
"pkg:pypi/werkzeug@2.2.3",
5353
]
5454

5555

@@ -73,7 +73,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310_windows():
7373
"pkg:pypi/itsdangerous@2.1.2",
7474
"pkg:pypi/jinja2@3.1.2",
7575
"pkg:pypi/markupsafe@2.1.2",
76-
"pkg:pypi/werkzeug@2.2.2",
76+
"pkg:pypi/werkzeug@2.2.3",
7777
]
7878

7979

@@ -124,8 +124,8 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
124124
"pkg:pypi/itsdangerous@2.1.2",
125125
"pkg:pypi/jinja2@3.1.2",
126126
"pkg:pypi/markupsafe@2.1.2",
127-
"pkg:pypi/werkzeug@2.2.2",
128-
"pkg:pypi/zipp@3.12.1",
127+
"pkg:pypi/werkzeug@2.2.3",
128+
"pkg:pypi/zipp@3.13.0",
129129
]
130130

131131

@@ -146,11 +146,11 @@ def test_without_supported_wheels():
146146
assert plist == [
147147
"pkg:pypi/autobahn@22.3.2",
148148
"pkg:pypi/cffi@1.15.1",
149-
"pkg:pypi/cryptography@39.0.0",
149+
"pkg:pypi/cryptography@39.0.1",
150150
"pkg:pypi/hyperlink@21.0.0",
151151
"pkg:pypi/idna@3.4",
152152
"pkg:pypi/pycparser@2.21",
153-
"pkg:pypi/setuptools@67.1.0",
153+
"pkg:pypi/setuptools@67.3.1",
154154
"pkg:pypi/txaio@23.1.1",
155155
]
156156

0 commit comments

Comments
 (0)