diff --git a/poetry.lock b/poetry.lock index ba7e610..0ed6da3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -623,13 +623,13 @@ files = [ [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -792,4 +792,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "0f5d921a524e7d187da1e040c948bdda442afbbd7376af3a177e8f78d76ba5f3" +content-hash = "da55d86c0b4e504f6de67527d1027599f3ef862762673f6bbef8e76fe74882f7" diff --git a/pyproject.toml b/pyproject.toml index a227ce7..05c9762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = "23.3.0" mypy = "1.3.0" isort = "5.12.0" coverage = {version = "7.2.7", extras = ["toml"]} -pytest = "7.3.2" +pytest = "7.4.2" types-requests = "2.31.0.2" types-tqdm = "4.65.0.1"