Skip to content

Commit bb5695c

Browse files
committed
Bump python-fsutil requirement.
1 parent 04dddd4 commit bb5695c

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
@@ -90,7 +90,7 @@ classifiers = [
9090
"Typing :: Typed",
9191
]
9292
dependencies = [
93-
"python-fsutil >= 0.9.3, < 1.0.0",
93+
"python-fsutil >= 0.16.0, < 1.0.0",
9494
"python-slugify >= 7.0.0, < 9.0.0",
9595
"requests >= 2.26.0, < 3.0.0",
9696
"typing_extensions >= 4.13.2, < 4.16.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mailchecker == 6.0.19
55
openpyxl == 3.1.5
66
phonenumbers == 9.0.21
77
python-dateutil == 2.9.0.post0
8-
python-fsutil == 0.15.0
8+
python-fsutil == 0.16.0
99
python-slugify == 8.0.4
1010
pyyaml == 6.0.3
1111
requests == 2.32.5

0 commit comments

Comments
 (0)