diff options
| author | 2020-07-14 12:11:12 -0700 | |
|---|---|---|
| committer | 2020-07-14 12:11:12 -0700 | |
| commit | 56da5fe09fe137bd0d7783dc60cfdd4943c896eb (patch) | |
| tree | e927377462437d9a9a48504f0ef51029471569d0 /Pipfile.lock | |
| parent | Prevent bot from mentioning non-mod roles (diff) | |
Update dev dependency version pins
The previous pin for flake8 was permitting 3.8 too, which was what's
getting locked. 3.8 introduced some new f-string rules, which is a
"breaking" change.
Diffstat (limited to 'Pipfile.lock')
| -rw-r--r-- | Pipfile.lock | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index 790392a6..c9ee97a1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@  {      "_meta": {          "hash": { -            "sha256": "575635f8ffcd94910243ffcb4274efeebd5179b0d2e7d9bdc89a8602ab04e7f3" +            "sha256": "608dbc82dfdab7596c3e1eb18e05f90d596230b29af25c7e7a2c351196a6d045"          },          "pipfile-spec": 6,          "requires": {  |