Bump requirements.
This commit is contained in:
parent
add1483cdf
commit
8d42c83fe8
|
@ -4,7 +4,7 @@ mailchecker == 5.0.6
|
||||||
openpyxl == 3.0.10
|
openpyxl == 3.0.10
|
||||||
phonenumbers == 8.13.3
|
phonenumbers == 8.13.3
|
||||||
python-dateutil == 2.8.2
|
python-dateutil == 2.8.2
|
||||||
python-fsutil == 0.9.0
|
python-fsutil == 0.9.1
|
||||||
python-slugify == 7.0.0
|
python-slugify == 7.0.0
|
||||||
pyyaml == 6.0
|
pyyaml == 6.0
|
||||||
requests == 2.28.1
|
requests == 2.28.1
|
||||||
|
|
|
@ -102,7 +102,7 @@ install_requires =
|
||||||
openpyxl >= 3.0.0, < 4.0.0
|
openpyxl >= 3.0.0, < 4.0.0
|
||||||
phonenumbers >= 8.12.0, < 9.0.0
|
phonenumbers >= 8.12.0, < 9.0.0
|
||||||
python-dateutil >= 2.8.0, < 3.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
|
python-slugify >= 6.0.1, < 8.0.0
|
||||||
pyyaml >= 6.0, < 7.0
|
pyyaml >= 6.0, < 7.0
|
||||||
requests >= 2.26.0, < 3.0.0
|
requests >= 2.26.0, < 3.0.0
|
||||||
|
|
Loading…
Reference in New Issue