Skip to content

Commit 2363702

Browse files
committed
Bump python-fsutil requirement.
1 parent 6d1ebec commit 2363702

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
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"python-dateutil >= 2.8, < 2.10",
38-
"python-fsutil >= 0.10.0, < 1.0.0",
38+
"python-fsutil >= 0.16.0, < 1.0.0",
3939
"python-slugify >= 7.0.0, < 9.0.0",
4040
]
4141
dynamic = ["version"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-dateutil == 2.9.0.post0
2-
python-fsutil == 0.15.0
2+
python-fsutil == 0.16.0
33
python-slugify == 8.0.4

0 commit comments

Comments
 (0)