diff --git a/poetry.lock b/poetry.lock index 1e46408..ef1e0fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1574,13 +1574,13 @@ numpy = ">=1.22.0" [[package]] name = "pytest" -version = "8.2.0" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, - {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1588,7 +1588,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" +pluggy = ">=1.5,<2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] @@ -2246,4 +2246,4 @@ windows-curses = {version = "*", markers = "sys_platform == \"win32\""} [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3283a4b039ea56769b652c7f98aaea2f8c5c65bd8398df46fbde87ace05b1024" +content-hash = "91e8a96b044a995b3fca7892047f4419762b2a9a411975bba789994b34a92d9f" diff --git a/pyproject.toml b/pyproject.toml index 683ccf4..2a63448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ sqooler = "^0.9.0" mypy = "^1.8.0" pylint = "^3.1.0" black = "^24.2.0" -pytest = "^8.0.2" +pytest = "^8.3.3" pre-commit = "^3.7.0" [build-system]