[deps] toml bumps version 0.10

This commit is contained in:
Maxime Alves LIRMM 2023-01-14 11:43:38 +01:00
parent 7deb353b4b
commit 4c966e7151
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ pyjwt = ">=2.6.0,<2.7.0"
pyyaml = ">=6,<7"
timing-asgi = ">=0.2.1,<1"
schema = ">=0.7.4,<1"
toml = "*"
toml = ">=0.10,<0.11"
pip = "*"
packaging = ">=19.0"
python-multipart = "*"

2
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "734a162974fe53077eb6b400ee7529f8ca3ed5ae6815edb5103d44aa2a36446d"
"sha256": "c02511a4f445a6fd525af82c753e1aa8c2e3999bc44d3a51b7411e6205eea46e"
},
"pipfile-spec": 6,
"requires": {},

View File

@ -51,7 +51,7 @@ setup(
"pyyaml>=6,<7",
"timing-asgi>=0.2.1,<1",
"schema>=0.7.4,<1",
"toml>=0.7.1,<0.8",
"toml>=0.10,<0.11",
"packaging>=19.0",
"python-multipart"
],