diff --git a/requirements-dev.txt b/requirements-dev.txt index fea9393..ef6e8c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,6 +28,6 @@ pytz==2022.7.1 pyyaml==6.0 pyyaml-env-tag==0.1 ; python_version >= '3.6' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -smmap==5.0.0 ; python_version >= '3.6' +smmap==5.0.1 ; python_version >= '3.6' watchdog==2.1.9 ; python_version >= '3.6' wcwidth==0.2.5 diff --git a/requirements.txt b/requirements.txt index 41af2e7..510e351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ pytz==2022.5 pyyaml==6.0; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -smmap==5.0.0; python_version >= '3.6' +smmap==5.0.1; python_version >= '3.6' watchdog==3.0.0; python_version >= '3.7' wcwidth==0.2.5