diff --git a/poetry.lock b/poetry.lock index c31e986..61a9765 100644 --- a/poetry.lock +++ b/poetry.lock @@ -165,14 +165,14 @@ files = [ [[package]] name = "anyio" -version = "4.9.0" -description = "High level compatibility layer for multiple asynchronous event loop implementations" +version = "4.10.0" +description = "High-level concurrency and networking framework on top of asyncio or Trio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "anyio-4.9.0-py3-none-any.whl", hash = "sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c"}, - {file = "anyio-4.9.0.tar.gz", hash = "sha256:673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028"}, + {file = "anyio-4.10.0-py3-none-any.whl", hash = "sha256:60e474ac86736bbfd6f210f7a61218939c318f43f9972497381f1c5e930ed3d1"}, + {file = "anyio-4.10.0.tar.gz", hash = "sha256:3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6"}, ] [package.dependencies] @@ -182,8 +182,6 @@ sniffio = ">=1.1" typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] -doc = ["Sphinx (>=8.2,<9.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"] -test = ["anyio[trio]", "blockbuster (>=1.5.23)", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "trustme", "truststore (>=0.9.1) ; python_version >= \"3.10\"", "uvloop (>=0.21) ; platform_python_implementation == \"CPython\" and platform_system != \"Windows\" and python_version < \"3.14\""] trio = ["trio (>=0.26.1)"] [[package]] @@ -1331,4 +1329,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "2a00e7d8946ccc9d69b7f1481ed27974600594e6b39a676c6021222597acc7f4" +content-hash = "4d2d8d16fb7b00dce04a865a629ac58e2ed4976f83053718916bb28f1b918c45" diff --git a/pyproject.toml b/pyproject.toml index 37112b9..2204ea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ typing-extensions = "^4.13.2" [tool.poetry.group.dev.dependencies] pytest = "^8.4.0" -anyio = "^4.9.0" +anyio = "^4.10.0" types-python-dateutil = "^2.9.0" ruff = "^0.11.0" playwright = "^1.51.0"