diff --git a/requirements.txt b/requirements.txt index ed21a59..f42a00f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mailchecker == 5.0.6 openpyxl == 3.0.10 phonenumbers == 8.13.3 python-dateutil == 2.8.2 -python-fsutil == 0.9.0 +python-fsutil == 0.9.1 python-slugify == 7.0.0 pyyaml == 6.0 requests == 2.28.1 diff --git a/setup.cfg b/setup.cfg index b2d1d2e..5831d4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -102,7 +102,7 @@ install_requires = openpyxl >= 3.0.0, < 4.0.0 phonenumbers >= 8.12.0, < 9.0.0 python-dateutil >= 2.8.0, < 3.0.0 - python-fsutil >= 0.9.0, < 1.0.0 + python-fsutil >= 0.9.1, < 1.0.0 python-slugify >= 6.0.1, < 8.0.0 pyyaml >= 6.0, < 7.0 requests >= 2.26.0, < 3.0.0