mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
refactor: upgrade httprunner dependencies
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Release History
|
||||
|
||||
## v4.3.5 (2023-07-21)
|
||||
|
||||
- refactor: send events to Google Analytics 4, replace GA v1
|
||||
|
||||
**python version**
|
||||
|
||||
- change: upgrade pyyaml from 5.4.1 to 6.0.1
|
||||
- refactor: update httprunner dependencies
|
||||
|
||||
## v4.3.4 (2023-06-01)
|
||||
|
||||
**go version**
|
||||
|
||||
@@ -1 +1 @@
|
||||
v4.3.4
|
||||
v4.3.5
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "v4.3.0"
|
||||
__version__ = "v4.3.5"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
|
||||
|
||||
2304
poetry.lock
generated
2304
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "httprunner"
|
||||
version = "v4.3.0"
|
||||
version = "v4.3.5"
|
||||
description = "One-stop solution for HTTP(S) testing."
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
@@ -31,7 +31,6 @@ include = ["docs/CHANGELOG.md"]
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
requests = "^2.22.0"
|
||||
pyyaml = "^5.4.1"
|
||||
pydantic = "~1.8" # >=1.8.0 <1.9.0
|
||||
loguru = "^0.4.1"
|
||||
jmespath = "^0.9.5"
|
||||
@@ -50,6 +49,7 @@ pymysql = {version = "^1.0.2",optional = true}
|
||||
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"
|
||||
|
||||
[tool.poetry.extras]
|
||||
allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure
|
||||
|
||||
Reference in New Issue
Block a user