From dc111e916d2b7c746e24432a07dc82b2a5f073bc Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 14 Oct 2020 18:38:50 -0600 Subject: debug CI, part 4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 2006a55..ef013a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,10 +16,10 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" parsimonious = "^0.8.1" -regex = "=2020.9.27" +regex = "^2020.10.11" [tool.poetry.dev-dependencies] -mypy = "^0.782" +mypy = "^0.790" [build-system] requires = ["poetry-core>=1.0.0"] -- cgit v1.2.3