diff --git a/poetry.lock b/poetry.lock index 4a797bf..e080690 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2651,15 +2651,15 @@ rsa = ["cryptography"] [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"dev\"" files = [ - {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, - {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -3639,4 +3639,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "d2a58d5a0166beb6f939b8cd356b993218f56120bbcbc8c7b573e58f7bfab424" +content-hash = "7bb242619d9392b90dfb80382126304dca1041e4f19a8e902e1d50cdb138587f" diff --git a/pyproject.toml b/pyproject.toml index dd13f11..4a61537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ all = [ # Development dependencies dev = [ # Testing - "pytest>=7.4.0", + "pytest>=9.1.1", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", "pytest-celery>=0.0.0",