change: upgrade requests

This commit is contained in:
lilong.129
2023-07-21 21:06:25 +08:00
parent a600adfd71
commit 60fbfd29ff
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@@ -1445,4 +1445,4 @@ upload = ["filetype", "requests-toolbelt"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "8d2344dcc7c5523df4816312ff6cdd7a91459a528a10bf3a9e3a64ff200577a3"
content-hash = "675dfcd83503f921cd61fed07e6386febe77cc571c6fcc1b2a23b43b1ad81342"

View File

@@ -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