fix: upgrade dependencies for security

This commit is contained in:
debugtalk
2021-11-15 22:09:32 +08:00
parent db6430f392
commit b1245083c3
2 changed files with 482 additions and 44 deletions

520
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@ include = ["docs/CHANGELOG.md"]
[tool.poetry.dependencies]
python = "^3.6.2"
requests = "^2.22.0"
pyyaml = "^5.1.2"
pyyaml = "^5.4.1"
jinja2 = "^2.10.3"
pydantic = "^1.4"
loguru = "^0.4.1"
@@ -65,3 +65,7 @@ locusts = "httprunner.ext.locust:main_locusts"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"
[[tool.poetry.source]]
name = "tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"