mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 06:23:52 +08:00
fix: upgrade dependencies for security
This commit is contained in:
520
poetry.lock
generated
520
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -30,7 +30,7 @@ include = ["docs/CHANGELOG.md"]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6.2"
|
python = "^3.6.2"
|
||||||
requests = "^2.22.0"
|
requests = "^2.22.0"
|
||||||
pyyaml = "^5.1.2"
|
pyyaml = "^5.4.1"
|
||||||
jinja2 = "^2.10.3"
|
jinja2 = "^2.10.3"
|
||||||
pydantic = "^1.4"
|
pydantic = "^1.4"
|
||||||
loguru = "^0.4.1"
|
loguru = "^0.4.1"
|
||||||
@@ -65,3 +65,7 @@ locusts = "httprunner.ext.locust:main_locusts"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=1.0.0"]
|
requires = ["poetry>=1.0.0"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
|
[[tool.poetry.source]]
|
||||||
|
name = "tsinghua"
|
||||||
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||||
|
|||||||
Reference in New Issue
Block a user