From e46893897222791605ff75f6345dffc5ebb35834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:39:44 +0000 Subject: [PATCH] chore(deps): bump momento from 1.23.3 to 1.25.0 in /examples Bumps [momento](https://github.com/momentohq/client-sdk-python) from 1.23.3 to 1.25.0. - [Release notes](https://github.com/momentohq/client-sdk-python/releases) - [Changelog](https://github.com/momentohq/client-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/momentohq/client-sdk-python/compare/v1.23.3...v1.25.0) --- updated-dependencies: - dependency-name: momento dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/poetry.lock | 56 ++++++++--------------------------------- examples/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 47 deletions(-) diff --git a/examples/poetry.lock b/examples/poetry.lock index 27700e34..7eb9b1ad 100644 --- a/examples/poetry.lock +++ b/examples/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 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 = "colorama" @@ -172,52 +172,31 @@ files = [ [package.dependencies] pbr = ">=1.4" -[[package]] -name = "importlib-metadata" -version = "6.7.0" -description = "Read metadata from Python packages" -optional = false -python-versions = ">=3.7" -files = [ - {file = "importlib_metadata-6.7.0-py3-none-any.whl", hash = "sha256:cb52082e659e97afc5dac71e79de97d8681de3aa07ff18578330904a9d18e5b5"}, - {file = "importlib_metadata-6.7.0.tar.gz", hash = "sha256:1aaf550d4f73e5d6783e7acb77aec43d49da8017410afae93822cc9cca98c4d4"}, -] - -[package.dependencies] -typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} -zipp = ">=0.5" - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -perf = ["ipython"] -testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"] - [[package]] name = "momento" -version = "1.23.3" +version = "1.25.0" description = "SDK for Momento" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "momento-1.23.3-py3-none-any.whl", hash = "sha256:887c4f3b2f2ee865e36217628df02a6645a6acccf8e708ff3f10878bba03bc6e"}, - {file = "momento-1.23.3.tar.gz", hash = "sha256:6ce839256066ab95e9ec393d97b05bdf60de028b788c0b8a9215615f056662c9"}, + {file = "momento-1.25.0-py3-none-any.whl", hash = "sha256:4ee2817a1fe9895f76959f318d9efc0351ac3134a1644e8d5929bb272ad2efa6"}, + {file = "momento-1.25.0.tar.gz", hash = "sha256:21e52188b977fcbe14c2ae03c84d643fedec52c8079b414a9f742b3c40985830"}, ] [package.dependencies] grpcio = ">=1.46.0,<2.0.0" -importlib-metadata = {version = ">=4", markers = "python_version < \"3.8\""} -momento-wire-types = ">=0.106.0,<0.107.0" +momento-wire-types = ">=0.119.4,<0.120.0" pyjwt = ">=2.4.0,<3.0.0" [[package]] name = "momento-wire-types" -version = "0.106.2" +version = "0.119.4" description = "Momento Client Proto Generated Files" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "<4.0,>=3.7" files = [ - {file = "momento_wire_types-0.106.2-py3-none-any.whl", hash = "sha256:1d7e8d199dff045cf8a777e1c1e469946c6ce3420b8da21d8969821466aa4ef9"}, - {file = "momento_wire_types-0.106.2.tar.gz", hash = "sha256:5846a09ac31b01b748371f5f44d0370b591a902f72a390d4c1e6bf347f0d9230"}, + {file = "momento_wire_types-0.119.4-py3-none-any.whl", hash = "sha256:0ee1fd5e4a78945adc6bd6ec2c37d067bac79b046420aae208078e0e1390f806"}, + {file = "momento_wire_types-0.119.4.tar.gz", hash = "sha256:025c895334958f806354300309b86339e5909e8105be32d6781bf2e14af1ff5f"}, ] [package.dependencies] @@ -429,22 +408,7 @@ files = [ {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, ] -[[package]] -name = "zipp" -version = "3.15.0" -description = "Backport of pathlib-compatible object wrapper for zip files" -optional = false -python-versions = ">=3.7" -files = [ - {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"}, - {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] - [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "49fd442057f6a9b8412fe38a3dc3c900f54a5326f794c8bf8cbaf721fed051b0" +content-hash = "006fa5310864174af2e4e6bd743ee5627b4d31b5de5e6eaafa00c2d7808dc661" diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 5f5ad464..8dd6beea 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = ">=3.7,<3.12" -momento = "1.23.3" +momento = "1.25.0" colorlog = "6.7.0" hdrhistogram = "^0.10.1"