From 8e11733762ea144f65b50da3920c485157e45a26 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 20 Nov 2021 18:36:07 +0000 Subject: [PATCH] updating dev dependencies --- requirements_dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_dev.txt b/requirements_dev.txt index 421e659..5d7ec8d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -54,6 +54,7 @@ snowballstemmer==2.1.0; python_full_version >= "3.6.1" and python_version < "4.0 stevedore==3.4.0; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6" toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") typed-ast==1.4.3; python_full_version >= "3.6.1" and python_version < "3.8" and python_version >= "3.6" and implementation_name == "cpython" +types-pyyaml==6.0.1 types-toml==0.10.1 typing-extensions==3.10.0.2; python_full_version >= "3.6.1" and python_version < "3.8" and python_version >= "3.7" wrapt==1.12.1; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1"