From 6455f9d31728556f3a9db062b90f2311cbe7641f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:04:46 +0000 Subject: [PATCH] fix(deps): update dependency trio to ^0.27.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cfc7db7..c30afe4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1011,13 +1011,13 @@ telegram = ["requests"] [[package]] name = "trio" -version = "0.26.2" +version = "0.27.0" description = "A friendly Python library for async concurrency and I/O" optional = false python-versions = ">=3.8" files = [ - {file = "trio-0.26.2-py3-none-any.whl", hash = "sha256:c5237e8133eb0a1d72f09a971a55c28ebe69e351c783fc64bc37db8db8bbe1d0"}, - {file = "trio-0.26.2.tar.gz", hash = "sha256:0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4"}, + {file = "trio-0.27.0-py3-none-any.whl", hash = "sha256:68eabbcf8f457d925df62da780eff15ff5dc68fd6b367e2dde59f7aaf2a0b884"}, + {file = "trio-0.27.0.tar.gz", hash = "sha256:1dcc95ab1726b2da054afea8fd761af74bad79bd52381b84eae408e983c76831"}, ] [package.dependencies] @@ -1141,4 +1141,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a8c0823a21a71509d164d5795a71f6ce249a3835ead3c7e89840652fba9ea2ba" +content-hash = "8f151f64cf885f44d3425b6f36e4c27ce7b06f9cb9bffdd0aeb7bc89c01fb628" diff --git a/pyproject.toml b/pyproject.toml index 3a0a2f8..27cbbd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "GPL-3.0-or-later" pydantic = "^2.9.2" python = "^3.11" PyYAML = "^6.0.2" -trio = "^0.26.2" +trio = "^0.27.0" tqdm = "^4.66.5" typed-argparse = "^0.3.1" jsonpath-ng = "^1.7.0"