From 874551c42fd3ae4c5f7b9143ec8e8946bda04f3b Mon Sep 17 00:00:00 2001 From: knst-kotov Date: Sun, 12 Jun 2022 11:55:14 +0300 Subject: [PATCH] update httpx version --- Pipfile | 2 +- requirements.txt | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) 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