[deps] starlette 0.22

This commit is contained in:
Maxime Alves LIRMM 2023-01-14 10:59:42 +01:00
parent aefe448717
commit 552f00a65b
3 changed files with 6 additions and 6 deletions

View File

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

8
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "584357758af4d99af6b110efbfa11112de7aeabaa0038fa7f0a443cf11414591" "sha256": "5818d15b464296607f94b91e3cd6bb4e65f6f57ca775e437617f0c3b1cf6ee78"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -203,11 +203,11 @@
}, },
"starlette": { "starlette": {
"hashes": [ "hashes": [
"sha256:0efc058261bbcddeca93cad577efd36d0c8a317e44376bcfc0e097a2b3dc24a7", "sha256:b092cbc365bea34dd6840b42861bdabb2f507f8671e642e8272d2442e08ea4ff",
"sha256:b1b52305ee8f7cfc48cde383496f7c11ab897cd7112b33d998b1317dc8ef9027" "sha256:b5eda991ad5f0ee5d8ce4c4540202a573bb6691ecd0c712262d0bc85cf8f2c50"
], ],
"index": "pypi", "index": "pypi",
"version": "==0.21.0" "version": "==0.22.0"
}, },
"timing-asgi": { "timing-asgi": {
"hashes": [ "hashes": [

View File

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