Skip to content

Commit 47a99ef

Browse files
committed
Add utf-8 encoding
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 0e1abf3 commit 47a99ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_without_supported_wheels():
141141
assert as_list == [
142142
"pkg:pypi/autobahn@22.3.2",
143143
"pkg:pypi/cffi@1.15.1",
144-
"pkg:pypi/cryptography@38.0.0",
144+
"pkg:pypi/cryptography@38.0.1",
145145
"pkg:pypi/hyperlink@21.0.0",
146146
"pkg:pypi/idna@3.3",
147147
"pkg:pypi/pycparser@2.21",

0 commit comments

Comments
 (0)