Skip to content

Commit 4e4afce

Browse files
build(deps): bump anyio from 4.9.0 to 4.10.0 (#19902)
Bumps [anyio](https://github.com/agronholm/anyio) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.9.0...4.10) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0b97d8 commit 4e4afce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

poetry.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ files = [
198198

199199
[[package]]
200200
name = "anyio"
201-
version = "4.9.0"
202-
description = "High level compatibility layer for multiple asynchronous event loop implementations"
201+
version = "4.10.0"
202+
description = "High-level concurrency and networking framework on top of asyncio or Trio"
203203
optional = false
204204
python-versions = ">=3.9"
205205
groups = ["main"]
206206
files = [
207-
{file = "anyio-4.9.0-py3-none-any.whl", hash = "sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c"},
208-
{file = "anyio-4.9.0.tar.gz", hash = "sha256:673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028"},
207+
{file = "anyio-4.10.0-py3-none-any.whl", hash = "sha256:60e474ac86736bbfd6f210f7a61218939c318f43f9972497381f1c5e930ed3d1"},
208+
{file = "anyio-4.10.0.tar.gz", hash = "sha256:3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6"},
209209
]
210210

211211
[package.dependencies]
@@ -215,8 +215,6 @@ sniffio = ">=1.1"
215215
typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
216216

217217
[package.extras]
218-
doc = ["Sphinx (>=8.2,<9.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"]
219-
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\""]
220218
trio = ["trio (>=0.26.1)"]
221219

222220
[[package]]

0 commit comments

Comments
 (0)