[deps] starlette 0.23

This commit is contained in:
Maxime Alves LIRMM 2023-01-14 11:08:44 +01:00
parent 552f00a65b
commit 0417f27b3f
3 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ httpx = "*"
[packages]
click = ">=7.1,<8"
starlette = ">=0.22,<0.23"
starlette = ">=0.23,<0.24"
uvicorn = ">=0.13,<1"
orjson = ">=3.4.7,<4"
pyjwt = ">=2.4.0,<2.5.0"

8
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "5818d15b464296607f94b91e3cd6bb4e65f6f57ca775e437617f0c3b1cf6ee78"
"sha256": "6d6f1c8ef59cdd627aad45dca178d112b02b529f11a2dcc3285f7ae0fea2de0d"
},
"pipfile-spec": 6,
"requires": {},
@ -203,11 +203,11 @@
},
"starlette": {
"hashes": [
"sha256:b092cbc365bea34dd6840b42861bdabb2f507f8671e642e8272d2442e08ea4ff",
"sha256:b5eda991ad5f0ee5d8ce4c4540202a573bb6691ecd0c712262d0bc85cf8f2c50"
"sha256:8510e5b3d670326326c5c1d4cb657cc66832193fe5d5b7015a51c7b1e1b1bf42",
"sha256:ec69736c90be8dbfc6ec6800ba6feb79c8c44f9b1706c0b2bb27f936bcf362cc"
],
"index": "pypi",
"version": "==0.22.0"
"version": "==0.23.1"
},
"timing-asgi": {
"hashes": [

View File

@ -44,7 +44,7 @@ setup(
python_requires=">=3.8",
install_requires=[
"PyJWT>=2.4.0,<2.5.0",
"starlette>=0.22,<0.23",
"starlette>=0.23,<0.24",
"click>=7.1,<8",
"uvicorn>=0.13,<1",
"orjson>=3.4.7,<4",