diff --git a/poetry.lock b/poetry.lock index fe6343d..afa76d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -906,14 +906,14 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "7.2.1" +version = "7.2.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, - {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, + {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, + {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, ] [package.dependencies] @@ -1387,4 +1387,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "76095b70de2b6aa45d29b635f17e5e0342a0483a03c18152306b75da2c28fb58" +content-hash = "0b6d5e17aa9c10cb801a83fbd45cf61020ce22313027b0b48ca0b8eae6646788" diff --git a/pyproject.toml b/pyproject.toml index 7436e05..fc4c830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,9 +51,9 @@ python = "^3.9" requests = "^2.28.2" [tool.poetry.dev-dependencies] -coverage = "^7.2.3" -pre-commit = "^3.2.2" -pytest = "^7.2.1" +coverage = "^7.2.1" +pre-commit = "^3.1.1" +pytest = "^7.2.2" pytest-mock = "^3.10.0" requests-mock = "^1.10.0"