From f2bf3228a41b1f75e694e7cedece79310900cbb4 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 24 Jan 2024 12:09:52 +0100 Subject: [PATCH] Fix `manage.py maintenance_mode on/off` changes permissions of state file. #172 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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