diff --git a/pyproject.toml b/pyproject.toml index 89ff07a..5da656f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "python-fsutil >= 0.12.0, < 1.0.0", + "python-fsutil >= 0.13.1, < 1.0.0", ] dynamic = ["version"] maintainers = [ diff --git a/requirements.txt b/requirements.txt index b2f07ea..8b041c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ django >= 2.2 -python-fsutil == 0.13.0 +python-fsutil == 0.13.1