aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-14 18:17:04 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-14 18:17:04 -0600
commit2c164abab59f22e102eed8695c70ca1124afb8ca (patch)
tree44aa1a3569867200a4fee6aacaf752a434cfc8f9 /pyproject.toml
parent732ef5e9787e618ead3a18f9f6aa2ed1f03f1670 (diff)
downloadreference-compiler-2c164abab59f22e102eed8695c70ca1124afb8ca.tar.gz
reference-compiler-2c164abab59f22e102eed8695c70ca1124afb8ca.zip
debug CI
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 ef013a4..5e80e91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,10 +16,10 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
parsimonious = "^0.8.1"
-regex = "^2020.10.11"
+regex = "^2020.9.27"
[tool.poetry.dev-dependencies]
-mypy = "^0.790"
+mypy = "^0.782"
[build-system]
requires = ["poetry-core>=1.0.0"]