From 52c569429a1c090c71edbe1678c4c22c3a6bbabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 08:16:33 +0000 Subject: [PATCH] Bump trio from 0.25.1 to 0.26.2 Bumps [trio](https://github.com/python-trio/trio) from 0.25.1 to 0.26.2. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.25.1...v0.26.2) --- updated-dependencies: - dependency-name: trio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ab28c8..5dc22f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 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 = "attrs" @@ -430,13 +430,13 @@ files = [ [[package]] name = "trio" -version = "0.25.1" +version = "0.26.2" 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.2-py3-none-any.whl", hash = "sha256:c5237e8133eb0a1d72f09a971a55c28ebe69e351c783fc64bc37db8db8bbe1d0"}, + {file = "trio-0.26.2.tar.gz", hash = "sha256:0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4"}, ] [package.dependencies] @@ -470,4 +470,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "15229a259ba41b9fe55e759920c4668470a8792b13f539e7a5d5f367c19a58bc" +content-hash = "3db1d765cb27b8fb2fc29396d60691f22097d419587746521d1c18275974e730" diff --git a/pyproject.toml b/pyproject.toml index 31b69ec..6a1ade4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" fake-useragent = ">=0.1.11,<1.6.0" -trio = ">=0.16,<0.26" +trio = ">=0.16,<0.27" jk-triologging = "^0.2019.10" sh = "^1.14.0"