diff --git a/poetry.lock b/poetry.lock index 7b9b86a..991d7f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "babel" @@ -795,13 +795,13 @@ extra = ["pygments (>=2.12)"] [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -1290,4 +1290,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "0bb729a72da6dc99f3e602d382fd91dde65b59cb5fbfe6576641292cf457eb50" +content-hash = "86d4397af4c043db10903098d07bd8999f091623bfd33d1e50b47cd227e186bc" diff --git a/pyproject.toml b/pyproject.toml index e835889..9ed7f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mypy = [ { version = "1.4.1", python = "<3.8" }, { version = "1.5.0", python = ">=3.8" }, ] -pytest = "7.4.0" +pytest = "7.4.4" pytest-asyncio = "0.21.1" pytest-mypy-plugins = "2.0.0" pytest-xdist = "3.3.1"