From fdf2173f5fb9dbbf7fba15ba058ffefaf271cfc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:35:15 +0000 Subject: [PATCH] Bump trio from 0.27.0 to 0.28.0 Bumps [trio](https://github.com/python-trio/trio) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:development 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 f7866415..3c7774db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2525,13 +2525,13 @@ files = [ [[package]] name = "trio" -version = "0.27.0" +version = "0.28.0" description = "A friendly Python library for async concurrency and I/O" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "trio-0.27.0-py3-none-any.whl", hash = "sha256:68eabbcf8f457d925df62da780eff15ff5dc68fd6b367e2dde59f7aaf2a0b884"}, - {file = "trio-0.27.0.tar.gz", hash = "sha256:1dcc95ab1726b2da054afea8fd761af74bad79bd52381b84eae408e983c76831"}, + {file = "trio-0.28.0-py3-none-any.whl", hash = "sha256:56d58977acc1635735a96581ec70513cc781b8b6decd299c487d3be2a721cd94"}, + {file = "trio-0.28.0.tar.gz", hash = "sha256:4e547896fe9e8a5658e54e4c7c5fa1db748cbbbaa7c965e7d40505b928c73c05"}, ] [package.dependencies] @@ -2639,4 +2639,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "065e1e6c468da36d79c20b203eed951c0f90ce0a35ef032507f13c308d53efde" +content-hash = "348ccae8ac4a6a09d3f4cce716fff5952ed0cd387c8fc17dd6f89ce6c4495121" diff --git a/pyproject.toml b/pyproject.toml index ce05a356..1feeb65e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ mypy = {version = ">=1.12,<1.15", optional = true} [tool.poetry.group.dev.dependencies] anyio = "^4.3" -trio = "^0.27" +trio = ">=0.27,<0.29" attrs = "^24.2" httpx = ">=0.27,<0.29"