diff --git a/poetry.lock b/poetry.lock index 1e46408..3e996e5 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.2" 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.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [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 = "9f173e244642b8fd25901e3674bb60a54dca1a11ea5efcd95f40170a630505a9" diff --git a/pyproject.toml b/pyproject.toml index 683ccf4..cb74bc0 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.2" pre-commit = "^3.7.0" [build-system]