diff --git a/pyproject.toml b/pyproject.toml index 8ad67eb..b366ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest>=8.0", "pytest-cov>=6.0", "pytest-httpx>=0.30", - "anyio[trio]>=4.0", + "anyio[trio]>=4.14.2", "ruff>=0.16.1", ] diff --git a/uv.lock b/uv.lock index 32914e4..5e4ba05 100644 --- a/uv.lock +++ b/uv.lock @@ -40,15 +40,15 @@ wheels = [ [[package]] name = "anyio" -version = "4.13.0" +version = "4.14.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "idna" }, { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/19/14/2c5dd9f512b66549ae92767a9c7b330ae88e1932ca57876909410251fe13/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc", size = 231622, upload-time = "2026-03-24T12:59:09.671Z" } +sdist = { url = "https://files.pythonhosted.org/packages/61/cc/a381afa6efea9f496eff839d4a6a1aed3bfafc7b3ab4b0d1b243a12573dd/anyio-4.14.2.tar.gz", hash = "sha256:cfa139f3ed1a23ee8f88a145ddb5ac7605b8bbfd8592baacd7ce3d8bb4313c7f", size = 260176, upload-time = "2026-07-12T20:29:07.082Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708", size = 114353, upload-time = "2026-03-24T12:59:08.246Z" }, + { url = "https://files.pythonhosted.org/packages/da/35/f2287558c17e29fafc8ef3daf819bb9834061cfa43bff8014f7df7f63bdc/anyio-4.14.2-py3-none-any.whl", hash = "sha256:9f505dda5ac9f0c8309b5e8bd445a8c2bf7246f3ce950121e45ea15bc41d1494", size = 125813, upload-time = "2026-07-12T20:29:05.763Z" }, ] [package.optional-dependencies] @@ -1085,7 +1085,7 @@ dev = [ requires-dist = [ { name = "alembic", specifier = ">=1.13" }, { name = "anyio", specifier = ">=4.0" }, - { name = "anyio", extras = ["trio"], marker = "extra == 'dev'", specifier = ">=4.0" }, + { name = "anyio", extras = ["trio"], marker = "extra == 'dev'", specifier = ">=4.14.2" }, { name = "apscheduler", specifier = ">=3.11.3,<4" }, { name = "fastapi", specifier = ">=0.115" }, { name = "feedparser", specifier = ">=6.0.12" },