From 203317191ac585ec2db14a7c2946f99ab0c6cfcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:31:14 +0000 Subject: [PATCH] Bump iolanta from 2.1.38 to 2.1.41 Bumps [iolanta](https://github.com/iolanta-tech/iolanta) from 2.1.38 to 2.1.41. - [Commits](https://github.com/iolanta-tech/iolanta/commits) --- updated-dependencies: - dependency-name: iolanta dependency-version: 2.1.41 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0b781f8..bfeaa4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -251,6 +251,29 @@ files = [ {file = "cachetools-7.0.1.tar.gz", hash = "sha256:e31e579d2c5b6e2944177a0397150d312888ddf4e16e12f1016068f0c03b8341"}, ] +[[package]] +name = "cashews" +version = "7.5.0" +description = "cache tools with async power" +optional = false +python-versions = ">=3.10" +groups = ["dev"] +files = [ + {file = "cashews-7.5.0-py3-none-any.whl", hash = "sha256:e79cb4e5cc164d8f2d2856b166d45dcc2dd8d53b95874d2c6d07dfdb1c9ac3c4"}, + {file = "cashews-7.5.0.tar.gz", hash = "sha256:3f88b8c5ced0ea4826915a1ff67055b647252dd65ef25f4813316a6341f00b37"}, +] + +[package.dependencies] +diskcache = {version = ">=5.0.0", optional = true, markers = "extra == \"diskcache\""} + +[package.extras] +dill = ["dill"] +diskcache = ["diskcache (>=5.0.0)"] +lint = ["mypy (>=1.5.0)", "types-redis"] +redis = ["redis (>=4.3.1,!=5.0.1)"] +speedup = ["bitarray (<4.0.0)", "hiredis", "xxhash (<4.0.0)"] +tests = ["hypothesis (==6.148.7)", "pytest (==9.0.2)", "pytest-asyncio (==1.3.0)", "pytest-cov (==7.0.0)", "pytest-randomly (==4.0.1)", "pytest-rerunfailures (==16.1)"] + [[package]] name = "cattrs" version = "26.1.0" @@ -1416,21 +1439,21 @@ files = [ [[package]] name = "iolanta" -version = "2.1.38" +version = "2.1.41" description = "Semantic Web browser" optional = false python-versions = "<4.0,>=3.12" groups = ["dev"] files = [ - {file = "iolanta-2.1.38-py3-none-any.whl", hash = "sha256:091400713e0294fe09c7c67d1559b057cac9946cae1513162efd7e3188d53f0d"}, - {file = "iolanta-2.1.38.tar.gz", hash = "sha256:c8e4a5e32ddfa6f58787faf8d992edf7089297ada9ec89446ff57d55602599ce"}, + {file = "iolanta-2.1.41-py3-none-any.whl", hash = "sha256:ccc8e98b9703f785d2269fb899a94361558db2c2fc0e316c972eb9d0900842c1"}, + {file = "iolanta-2.1.41.tar.gz", hash = "sha256:39d808baa7d92ef90ac2eb3d78108f030514db3de652b74489e655fbbff09131"}, ] [package.dependencies] boltons = ">=24.0.0" +cashews = {version = ">=7.5.0", extras = ["diskcache"]} classes = ">=0.4.0" deepmerge = ">=0.1.1" -diskcache = ">=5.6.3" documented = ">=0.1.1" docutils = ">=0.17" dominate = ">=2.6.0"