mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
refactor: upgrade httprunner dependencies
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Release History
|
# 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)
|
## v4.3.4 (2023-06-01)
|
||||||
|
|
||||||
**go version**
|
**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."
|
__description__ = "One-stop solution for HTTP(S) testing."
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Generated
+1177
-1127
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "httprunner"
|
name = "httprunner"
|
||||||
version = "v4.3.0"
|
version = "v4.3.5"
|
||||||
description = "One-stop solution for HTTP(S) testing."
|
description = "One-stop solution for HTTP(S) testing."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -31,7 +31,6 @@ include = ["docs/CHANGELOG.md"]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
requests = "^2.22.0"
|
requests = "^2.22.0"
|
||||||
pyyaml = "^5.4.1"
|
|
||||||
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 @@ pymysql = {version = "^1.0.2",optional = true}
|
|||||||
cython = {version = "^0.29.28", optional = true}
|
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"
|
||||||
|
|
||||||
[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