diff --git a/poetry.lock b/poetry.lock index 2ba2ebfa..30c08698 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1445,4 +1445,4 @@ upload = ["filetype", "requests-toolbelt"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "8d2344dcc7c5523df4816312ff6cdd7a91459a528a10bf3a9e3a64ff200577a3" +content-hash = "675dfcd83503f921cd61fed07e6386febe77cc571c6fcc1b2a23b43b1ad81342" diff --git a/pyproject.toml b/pyproject.toml index 8bf536a5..531d3754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ include = ["docs/CHANGELOG.md"] [tool.poetry.dependencies] python = "^3.7" -requests = "^2.22.0" pydantic = "~1.8" # >=1.8.0 <1.9.0 loguru = "^0.4.1" jmespath = "^0.9.5" @@ -50,6 +49,7 @@ cython = {version = "^0.29.28", optional = true} thriftpy2 = {version = "^0.4.14", optional = true} thrift = {version = "^0.16.0", optional = true} pyyaml = "^6.0.1" +requests = "^2.31.0" [tool.poetry.extras] allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure