diff --git a/firebase_push_notifications/integration/poetry.lock b/firebase_push_notifications/integration/poetry.lock index 5370fdba9..23da27aa8 100644 --- a/firebase_push_notifications/integration/poetry.lock +++ b/firebase_push_notifications/integration/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "certifi" @@ -209,20 +209,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.8" +version = "0.25.2" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, - {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, + {file = "pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075"}, + {file = "pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -266,4 +266,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "77ed47c5ea1a2a8824089588b12445706e92c90ef68282f272e55c4f37c3c3f4" +content-hash = "7d446e2a50ced1132ba1b37c45d878956c168cf98b8d7113d545b7c847f6d0c4" diff --git a/firebase_push_notifications/integration/pyproject.toml b/firebase_push_notifications/integration/pyproject.toml index dc8d8aeff..935df9c3e 100644 --- a/firebase_push_notifications/integration/pyproject.toml +++ b/firebase_push_notifications/integration/pyproject.toml @@ -7,7 +7,7 @@ authors = [] [tool.poetry.dependencies] python = "^3.12" pytest = "^8.2.2" -pytest-asyncio = "~0.23.7" +pytest-asyncio = "~0.25.2" requests = "^2.32.0" [tool.poetry.dev-dependencies]