Skip to content

Commit d00fc02

Browse files
committed
Bump python-fsutil requirement.
1 parent a6f45bf commit d00fc02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
"Topic :: Software Development :: Build Tools",
4444
]
4545
dependencies = [
46-
"python-fsutil >= 0.13.1, < 1.0.0",
46+
"python-fsutil >= 0.16.0, < 1.0.0",
4747
]
4848
dynamic = ["version"]
4949
maintainers = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
django >= 2.2
2-
python-fsutil == 0.15.0
2+
python-fsutil == 0.16.0

0 commit comments

Comments
 (0)