Skip to content

Commit 9d3cdc6

Browse files
committed
Bump min sortedcontainers for trial-olddeps/py3.10
1 parent 41d5e2c commit 9d3cdc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ bcrypt = ">=3.1.7"
201201
# Packagers that already took care of libwebp can lower that down to 5.4.0.
202202
Pillow = ">=10.0.1"
203203
# We use SortedDict.peekitem(), which was added in sortedcontainers 1.5.2.
204-
sortedcontainers = ">=1.5.2"
204+
# 2.0.5 updates collections.abc imports to avoid Python 3.10 incompatibility.
205+
sortedcontainers = ">=2.0.5"
205206
pymacaroons = ">=0.13.0"
206207
msgpack = ">=0.5.2"
207208
phonenumbers = ">=8.2.0"

0 commit comments

Comments
 (0)