update httpx version
This commit is contained in:
parent
f92beaaeeb
commit
874551c42f
2
Pipfile
2
Pipfile
|
@ -13,7 +13,7 @@ passlib = "*"
|
|||
PyJWT = "*"
|
||||
SQLAlchemy = "*"
|
||||
itsdangerous = "*"
|
||||
httpx = "<0.18.2"
|
||||
httpx = ">=0.23.0"
|
||||
psycopg2-binary = "*"
|
||||
Authlib = "*"
|
||||
bson = "*"
|
||||
|
|
|
@ -8,7 +8,7 @@ pydantic
|
|||
passlib
|
||||
itsdangerous
|
||||
authlib==0.15.5
|
||||
httpx==0.20.0
|
||||
httpx>=0.23.0
|
||||
psycopg2-binary
|
||||
bson
|
||||
python-frontmatter
|
||||
|
|
Loading…
Reference in New Issue
Block a user