Skip to content

Commit 98c963d

Browse files
authored
chore: Add sortedcontainers to the project dependencies (#1083)
Explicitly add `sortedcontainers` to the project dependencies. It is already being used in code, but so far it was not explicitly mentioned due to `sortedcollections` already being in project dependencies. `sortedcontainers` is dependency of `sortedcollections` and thus it was kind of implictly present in the project.
1 parent 019be51 commit 98c963d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dependencies = [
4646
"pyee>=9.0.0",
4747
"rich>=13.9.0",
4848
"sortedcollections>=2.1.0",
49+
"sortedcontainers>=2.4.0",
4950
"tldextract>=5.1.0",
5051
"typing-extensions>=4.1.0",
5152
"yarl>=1.18.0",

uv.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)