From 89bc066098a9efcdc11dcb8761275a5843154623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:05:20 +0000 Subject: [PATCH] Bump anystore from 0.3.5 to 0.3.7 Bumps [anystore](https://github.com/dataresearchcenter/anystore) from 0.3.5 to 0.3.7. - [Release notes](https://github.com/dataresearchcenter/anystore/releases) - [Commits](https://github.com/dataresearchcenter/anystore/compare/v0.3.5...v0.3.7) --- updated-dependencies: - dependency-name: anystore dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index c910485..dffbb81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -225,29 +225,28 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "anystore" -version = "0.3.5" +version = "0.3.7" description = "Store and cache things anywhere" optional = false python-versions = "<4,>=3.11" groups = ["main"] files = [ - {file = "anystore-0.3.5-py3-none-any.whl", hash = "sha256:3060b1740a1e495d2f637a2b18ff490b87421ef309a14ee650ea5c3e6d031751"}, - {file = "anystore-0.3.5.tar.gz", hash = "sha256:d9bce5165d8a98854d9051c60f52f32f70516d79dfbf71ef553c18a2c324b22d"}, + {file = "anystore-0.3.7-py3-none-any.whl", hash = "sha256:7ce5fbe55f45bfbedb1b9ddb9cefac2f1f2325d48d952a0988f6a9998d957082"}, + {file = "anystore-0.3.7.tar.gz", hash = "sha256:32f08fd13072af94c3ed8739b4e2eee53f9b5b54af270b9ddf9c4d37461475ab"}, ] [package.dependencies] banal = ">=1.0.6,<2.0.0" -click = "<8.2" cloudpickle = ">=3.1.0,<4.0.0" dateparser = ">=1.2.1,<2.0.0" fsspec = ">2023.10,<2026" -httpx = ">=0.28.1,<0.29.0" +httpx = ">=0.28.1" orjson = ">=3.9.15" pyaml = ">=25.1.0,<26.0.0" pydantic = ">=2.11.5,<3.0.0" pydantic-settings = ">=2.7.1,<3.0.0" rich = ">=13.9.4,<14.0.0" -rigour = ">=0.12.2,<0.13.0" +rigour = ">=0.12.2" s3fs = ">2023.10,<2026" structlog = ">=24.4.0,<25.0.0" typer = ">=0.16.0,<0.17.0"