diff --git a/dev-requirements.txt b/dev-requirements.txt index 7111205..f5e39fb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ appdirs==1.4.4 attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' black==20.8b1 -click==8.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +click==8.0.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' coverage==5.3.1 flake8==3.8.4 iniconfig==1.1.1 @@ -28,7 +28,7 @@ pytest-clarity==0.3.0a0 pytest-cov==2.10.1 pytest-sugar==0.9.4 pytest==6.2.1 -regex==2021.9.30 +regex==2021.10.8 snowballstemmer==2.1.0 termcolor==1.1.0 toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'