Skip to content

Commit 5ddd8a5

Browse files
committed
Update test dependencies
Signed-off-by: Tushar Goel <[email protected]>
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

+6-6
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/[email protected]",
5050
"pkg:pypi/[email protected]",
5151
"pkg:pypi/[email protected]",
52-
"pkg:pypi/[email protected].2",
52+
"pkg:pypi/[email protected].3",
5353
]
5454

5555

@@ -73,7 +73,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310_windows():
7373
"pkg:pypi/[email protected]",
7474
"pkg:pypi/[email protected]",
7575
"pkg:pypi/[email protected]",
76-
"pkg:pypi/[email protected].2",
76+
"pkg:pypi/[email protected].3",
7777
]
7878

7979

@@ -124,8 +124,8 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
124124
"pkg:pypi/[email protected]",
125125
"pkg:pypi/[email protected]",
126126
"pkg:pypi/[email protected]",
127-
"pkg:pypi/[email protected].2",
128-
"pkg:pypi/zipp@3.12.1",
127+
"pkg:pypi/[email protected].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/[email protected]",
148148
"pkg:pypi/[email protected]",
149-
"pkg:pypi/[email protected].0",
149+
"pkg:pypi/[email protected].1",
150150
"pkg:pypi/[email protected]",
151151
"pkg:pypi/[email protected]",
152152
"pkg:pypi/[email protected]",
153-
"pkg:pypi/setuptools@67.1.0",
153+
"pkg:pypi/setuptools@67.3.1",
154154
"pkg:pypi/[email protected]",
155155
]
156156

0 commit comments

Comments
 (0)