aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
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"]