Skip to content

Commit 96b3d44

Browse files
committed
Fix install with new pip resolver
1 parent 5183d80 commit 96b3d44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ home-page = "https://github.com/mongodb/snooty-parser"
1010
classifiers = ["License :: OSI Approved :: Apache Software License"]
1111
requires-python = "~= 3.7"
1212
requires = [
13-
"pymongo[srv,tls] ~= 3.10.1",
13+
"pymongo[srv,tls] ~= 3.11.1",
1414
"docutils == 0.16",
15-
"dnspython ~= 2.0.0",
1615
"watchdog ~= 0.10.3",
1716
"requests ~= 2.24.0",
1817
"toml ~= 0.10.1",

0 commit comments

Comments
 (0)