mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-28 19:11:28 +08:00
change: upgrade requests
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -1445,4 +1445,4 @@ upload = ["filetype", "requests-toolbelt"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "8d2344dcc7c5523df4816312ff6cdd7a91459a528a10bf3a9e3a64ff200577a3"
|
content-hash = "675dfcd83503f921cd61fed07e6386febe77cc571c6fcc1b2a23b43b1ad81342"
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ include = ["docs/CHANGELOG.md"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
requests = "^2.22.0"
|
|
||||||
pydantic = "~1.8" # >=1.8.0 <1.9.0
|
pydantic = "~1.8" # >=1.8.0 <1.9.0
|
||||||
loguru = "^0.4.1"
|
loguru = "^0.4.1"
|
||||||
jmespath = "^0.9.5"
|
jmespath = "^0.9.5"
|
||||||
@@ -50,6 +49,7 @@ cython = {version = "^0.29.28", optional = true}
|
|||||||
thriftpy2 = {version = "^0.4.14", optional = true}
|
thriftpy2 = {version = "^0.4.14", optional = true}
|
||||||
thrift = {version = "^0.16.0", optional = true}
|
thrift = {version = "^0.16.0", optional = true}
|
||||||
pyyaml = "^6.0.1"
|
pyyaml = "^6.0.1"
|
||||||
|
requests = "^2.31.0"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure
|
allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure
|
||||||
|
|||||||
Reference in New Issue
Block a user