aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-14 18:38:50 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-14 18:38:50 -0600
commitdc111e916d2b7c746e24432a07dc82b2a5f073bc (patch)
tree6c9105edfd3c0aff627ff839f458692c5fd9e7f7 /pyproject.toml
parent5f346182f386441c94e099c2e9f35c0c692d13ff (diff)
downloadreference-compiler-dc111e916d2b7c746e24432a07dc82b2a5f073bc.tar.gz
reference-compiler-dc111e916d2b7c746e24432a07dc82b2a5f073bc.zip
debug CI, part 4
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"]