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