Merge pull request #8881 from pytest-dev/asottile-patch-1

Remove upper pinning on tomli
This commit is contained in:
Anthony Sottile 2021-07-09 10:27:58 -04:00 committed by GitHub
commit 0182eb3743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ install_requires =
packaging
pluggy>=0.12,<1.0.0a1
py>=1.8.2
tomli>=1.0.0,<2.0.0
tomli>=1.0.0
atomicwrites>=1.0;sys_platform=="win32"
colorama;sys_platform=="win32"
importlib-metadata>=0.12;python_version<"3.8"