diff --git a/requirements.txt b/requirements.txt index 34b51f9..9d14dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mailchecker == 5.0.6 openpyxl == 3.0.10 phonenumbers == 8.13.4 python-dateutil == 2.8.2 -python-fsutil == 0.9.2 +python-fsutil == 0.9.3 python-slugify == 7.0.0 pyyaml == 6.0 requests == 2.28.1 diff --git a/setup.cfg b/setup.cfg index 91b5dcf..c90c104 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.2, < 1.0.0 + python-fsutil >= 0.9.3, < 1.0.0 python-slugify >= 6.0.1, < 8.0.0 pyyaml >= 6.0, < 7.0 requests >= 2.26.0, < 3.0.0