Temporary pin Werkzeug version because moto hangs with newer one. See https://github.com/spulec/moto/issues/5341

This commit is contained in:
Dmitry Rodionov
2022-07-29 22:48:06 +03:00
committed by Dmitry Rodionov
parent 092a9b74d3
commit 0ebb6bc4b0
2 changed files with 5 additions and 7 deletions

11
poetry.lock generated
View File

@@ -109,8 +109,8 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "boto3-stubs"
version = "1.24.38"
description = "Type annotations for boto3 1.24.38 generated with mypy-boto3-builder 7.10.1"
version = "1.24.41"
description = "Type annotations for boto3 1.24.41 generated with mypy-boto3-builder 7.10.2"
category = "main"
optional = false
python-versions = ">=3.7"
@@ -1386,15 +1386,12 @@ test = ["websockets"]
[[package]]
name = "werkzeug"
version = "2.2.0"
version = "2.1.2"
description = "The comprehensive WSGI web application library."
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
MarkupSafe = ">=2.1.1"
[package.extras]
watchdog = ["watchdog"]
@@ -1437,7 +1434,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "17e901dca9680c6ead56661492431cfce65cb20508be419599f0862ff2d1d827"
content-hash = "5f7be77c7757a27bae28d39f31cd6f3a7a04e9dab53a200a6021a5af8ad02f37"
[metadata.files]
aiopg = []

View File

@@ -25,6 +25,7 @@ backoff = "^1.11.1"
pytest-lazy-fixture = "^0.6.3"
prometheus-client = "^0.14.1"
pytest-timeout = "^2.1.0"
Werkzeug = "2.1.2"
[tool.poetry.dev-dependencies]
yapf = "==0.31.0"