Bump requirements.

This commit is contained in:
Fabio Caccamo 2023-01-02 18:23:31 +01:00
parent add1483cdf
commit 8d42c83fe8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ mailchecker == 5.0.6
openpyxl == 3.0.10
phonenumbers == 8.13.3
python-dateutil == 2.8.2
python-fsutil == 0.9.0
python-fsutil == 0.9.1
python-slugify == 7.0.0
pyyaml == 6.0
requests == 2.28.1

View File

@ -102,7 +102,7 @@ install_requires =
openpyxl >= 3.0.0, < 4.0.0
phonenumbers >= 8.12.0, < 9.0.0
python-dateutil >= 2.8.0, < 3.0.0
python-fsutil >= 0.9.0, < 1.0.0
python-fsutil >= 0.9.1, < 1.0.0
python-slugify >= 6.0.1, < 8.0.0
pyyaml >= 6.0, < 7.0
requests >= 2.26.0, < 3.0.0