Skip to content

Commit e1f7adf

Browse files
build(deps): bump anyio from 4.10.0 to 4.11.0 (#20105)
Bumps [anyio](https://github.com/agronholm/anyio) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.10.0...4.11.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.11.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 4d9d865 commit e1f7adf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

poetry.lock

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

200200
[[package]]
201201
name = "anyio"
202-
version = "4.10.0"
202+
version = "4.11.0"
203203
description = "High-level concurrency and networking framework on top of asyncio or Trio"
204204
optional = false
205205
python-versions = ">=3.9"
206206
groups = ["main"]
207207
files = [
208-
{file = "anyio-4.10.0-py3-none-any.whl", hash = "sha256:60e474ac86736bbfd6f210f7a61218939c318f43f9972497381f1c5e930ed3d1"},
209-
{file = "anyio-4.10.0.tar.gz", hash = "sha256:3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6"},
208+
{file = "anyio-4.11.0-py3-none-any.whl", hash = "sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc"},
209+
{file = "anyio-4.11.0.tar.gz", hash = "sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4"},
210210
]
211211

212212
[package.dependencies]
@@ -216,7 +216,7 @@ sniffio = ">=1.1"
216216
typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
217217

218218
[package.extras]
219-
trio = ["trio (>=0.26.1)"]
219+
trio = ["trio (>=0.31.0)"]
220220

221221
[[package]]
222222
name = "argon2-cffi"

0 commit comments

Comments
 (0)