Bump deps and tools (#203)

This commit is contained in:
Bernát Gábor 2023-03-12 09:50:23 -07:00 committed by GitHub
parent d5c7c6af31
commit 417caa234a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -39,10 +39,10 @@ optional-dependencies.graphviz = [
"graphviz>=0.20.1",
]
optional-dependencies.test = [
"covdefaults>=2.2.2",
"diff-cover>=7.4",
"covdefaults>=2.3",
"diff-cover>=7.5",
"pip>=23.0.1",
"pytest>=7.2.1",
"pytest>=7.2.2",
"pytest-cov>=4",
"pytest-mock>=3.10",
"virtualenv<21,>=20.20",