diff --git a/poetry.lock b/poetry.lock index e47eb64..0a3460f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1067,13 +1067,13 @@ pyyaml = "*" [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" 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.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -1632,4 +1632,4 @@ server = ["fastapi", "sse-starlette", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "b9bbe76d769fd94486ed6d4985479e38f38cd86ad1a58f61c834cdce2403c4ab" +content-hash = "f2a6d5c33cb22ec80b093ccd23454a1521ad1949816505465a1c3968360c8cd8" diff --git a/pyproject.toml b/pyproject.toml index bdfe9a6..11bf512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ twine = "^4.0.2" mkdocs = "^1.4.3" mkdocstrings = {extras = ["python"], version = "^0.22.0"} mkdocs-material = "^9.1.17" -pytest = "^7.3.2" +pytest = "^7.4.0" httpx = "^0.24.1" scikit-build = "0.17.6"