diff --git a/poetry.lock b/poetry.lock index 45fa57ab..c7819604 100644 --- a/poetry.lock +++ b/poetry.lock @@ -411,11 +411,11 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.0.1" +version = "7.1.0" description = "pytest: simple powerful testing with Python" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} @@ -712,7 +712,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "1816337d2a726bd3529e45ce46f4f0df17c8e91be7cdd3d1611759f61626b60d" +content-hash = "0dd127294a0cbb06f4c6477d8101f3394c420ee9da8316a13dd7a6b47ad5aefa" [metadata.files] alabaster = [ @@ -1041,8 +1041,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pytest = [ - {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, - {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, + {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"}, + {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/pyproject.toml b/pyproject.toml index e6e01158..2e8fca27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ websocket-client = "^1.2.3" [tool.poetry.dev-dependencies] Sphinx = "^4.3.2" sphinx-rtd-theme = "^1.0.0" -pytest = "^7.0.1" +pytest = "^7.1.0" pytest-cov = "^3.0.0" flake8 = "^4.0.1" isort = "^5.10.1"