[deps] starlette 0.19

This commit is contained in:
Maxime Alves LIRMM 2023-01-14 10:12:51 +01:00
parent 7b639a8dc2
commit 6504191c53
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ virtualenv = "*"
[packages]
click = ">=7.1,<8"
starlette = ">=0.18,<0.19"
starlette = ">=0.19,<0.20"
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": "7b174234497e1ba269d0085d584ba4db1bc907b4e2ccc2c07e58a0abd4f09985"
"sha256": "f0051d25f0549793a1bf43c409aed796acf9a903874c2148159711e79614ae2d"
},
"pipfile-spec": 6,
"requires": {},
@ -203,11 +203,11 @@
},
"starlette": {
"hashes": [
"sha256:377d64737a0e03560cb8eaa57604afee143cea5a4996933242798a7820e64f53",
"sha256:b45c6e9a617ecb5caf7e6446bd8d767b0084d6217e8e1b08187ca5191e10f097"
"sha256:5a60c5c2d051f3a8eb546136aa0c9399773a689595e099e0877704d5888279bf",
"sha256:c6d21096774ecb9639acad41b86b7706e52ba3bf1dc13ea4ed9ad593d47e24c7"
],
"index": "pypi",
"version": "==0.18.0"
"version": "==0.19.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.18,<0.19",
"starlette>=0.19,<0.20",
"click>=7.1,<8",
"uvicorn>=0.13,<1",
"orjson>=3.4.7,<4",