diff --git a/poetry.lock b/poetry.lock index 41d0433..f2a7f28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -818,23 +818,23 @@ files = [ [[package]] name = "pytest" -version = "8.1.1" +version = "8.3.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -1244,4 +1244,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "60293021307bb0f4dfc04a715518d4bafb8272ec7b7a6fae043306afbadb6770" +content-hash = "a625b65b38710a68ff083c0fc9f9ad45f5a6c2e76b8be20fed1d5fc177c17a15" diff --git a/pyproject.toml b/pyproject.toml index 67ce459..3b66c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ covdefaults = "2.3.0" mypy = "1.10.0" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pytest = "8.1.1" +pytest = "8.3.2" pytest-asyncio = "0.23.6" pytest-cov = "5.0.0" pytest-freezer = "0.4.8"