From 89c514f6f8a7f5c5c5d69b39ce0ced05bd178d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:46:26 +0300 Subject: [PATCH] Bump trio from 0.25.1 to 0.26.0 (#1864) Bumps [trio](https://github.com/python-trio/trio) from 0.25.1 to 0.26.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.25.1...v0.26.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6006d195..973c4682 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -2447,13 +2447,13 @@ files = [ [[package]] name = "trio" -version = "0.25.1" +version = "0.26.0" description = "A friendly Python library for async concurrency and I/O" optional = false python-versions = ">=3.8" files = [ - {file = "trio-0.25.1-py3-none-any.whl", hash = "sha256:e42617ba091e7b2e50c899052e83a3c403101841de925187f61e7b7eaebdf3fb"}, - {file = "trio-0.25.1.tar.gz", hash = "sha256:9f5314f014ea3af489e77b001861c535005c3858d38ec46b6b071ebfa339d7fb"}, + {file = "trio-0.26.0-py3-none-any.whl", hash = "sha256:bb9c1b259591af941fccfbabbdc65bc7ed764bd2db76428454c894cd5e3d2032"}, + {file = "trio-0.26.0.tar.gz", hash = "sha256:67c5ec3265dd4abc7b1d1ab9ca4fe4c25b896f9c93dac73713778adab487f9c4"}, ] [package.dependencies] @@ -2576,4 +2576,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "caca360510a8f9a1de3d5f53c91fff7b1f02b56d335e4fd350dc0cbabb90a265" +content-hash = "631ae2d707a069a7ef75613bc876e442a61c721cdf39e6d5f8ba8a61937047b1" diff --git a/pyproject.toml b/pyproject.toml index c6322d63..2fb905ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ hypothesis = { version = "^6.98", optional = true } [tool.poetry.group.dev.dependencies] anyio = "^4.3" -trio = "^0.25" +trio = ">=0.25,<0.27" attrs = "^23.2" httpx = "^0.27"