Skip to content

Commit 0182eb3

Browse files
authored
Merge pull request #8881 from pytest-dev/asottile-patch-1
Remove upper pinning on tomli
2 parents e86bf7f + fa42be7 commit 0182eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
packaging
4848
pluggy>=0.12,<1.0.0a1
4949
py>=1.8.2
50-
tomli>=1.0.0,<2.0.0
50+
tomli>=1.0.0
5151
atomicwrites>=1.0;sys_platform=="win32"
5252
colorama;sys_platform=="win32"
5353
importlib-metadata>=0.12;python_version<"3.8"

0 commit comments

Comments
 (0)