aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-14 18:29:21 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-14 18:29:21 -0600
commit5f346182f386441c94e099c2e9f35c0c692d13ff (patch)
tree7bc9a7e189f8f4e29fa759c8bcdaa19144b15daa /pyproject.toml
parente87094ce74bae135c1524584bc9a5949faa65604 (diff)
downloadreference-compiler-5f346182f386441c94e099c2e9f35c0c692d13ff.tar.gz
reference-compiler-5f346182f386441c94e099c2e9f35c0c692d13ff.zip
debug CI, part 3
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5e80e91..2006a55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
parsimonious = "^0.8.1"
-regex = "^2020.9.27"
+regex = "=2020.9.27"
[tool.poetry.dev-dependencies]
mypy = "^0.782"