diff --git a/Pipfile b/Pipfile index 90fed477..8f16daad 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ passlib = "*" PyJWT = "*" SQLAlchemy = "*" itsdangerous = "*" -httpx = "<0.18.2" +httpx = ">=0.23.0" psycopg2-binary = "*" Authlib = "*" bson = "*" diff --git a/requirements.txt b/requirements.txt index 1a97e2d9..e369a526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -aioredis -ariadne -pyjwt>=2.0.0 -starlette -sqlalchemy -uvicorn -pydantic -passlib -itsdangerous -authlib==0.15.5 -httpx==0.20.0 -psycopg2-binary -bson -python-frontmatter -transliterate -requests -bcrypt -bs4 -websockets +aioredis +ariadne +pyjwt>=2.0.0 +starlette +sqlalchemy +uvicorn +pydantic +passlib +itsdangerous +authlib==0.15.5 +httpx>=0.23.0 +psycopg2-binary +bson +python-frontmatter +transliterate +requests +bcrypt +bs4 +websockets