From a0412f782e601b1a9bd21259a561fa7476549f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:14:00 +0000 Subject: [PATCH] Bump uniplot from 0.10.2 to 0.14.1 Bumps [uniplot](https://github.com/olavolav/uniplot) from 0.10.2 to 0.14.1. - [Release notes](https://github.com/olavolav/uniplot/releases) - [Changelog](https://github.com/olavolav/uniplot/blob/master/CHANGELOG.md) - [Commits](https://github.com/olavolav/uniplot/compare/v0.10.2...v0.14.1) --- updated-dependencies: - dependency-name: uniplot dependency-type: direct:production 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 ea02ada..5eaf344 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 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 = "anyio" @@ -3995,13 +3995,13 @@ files = [ [[package]] name = "uniplot" -version = "0.10.2" +version = "0.14.1" description = "Lightweight plotting to the terminal. 4x resolution via Unicode." optional = false python-versions = ">=3.8" files = [ - {file = "uniplot-0.10.2-py3-none-any.whl", hash = "sha256:c5e5a2ecbe609a3d4a09027522c1696271a8551033f9bfafb5004cd8e503c88d"}, - {file = "uniplot-0.10.2.tar.gz", hash = "sha256:8332a77c6dc196fd74ce8390d3749e594afb145390e30145b8bf92d2c96b2b20"}, + {file = "uniplot-0.14.1-py3-none-any.whl", hash = "sha256:a19f3db7bb025103f271794a2b532e8a276a8b640d2ba04aac7f0eb4ec143b1d"}, + {file = "uniplot-0.14.1.tar.gz", hash = "sha256:53998c1c4642de3dec8999769d0fd4d8b4e007867909231467791780ab5cade3"}, ] [package.dependencies] @@ -4220,4 +4220,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">3.8,<3.12" -content-hash = "ab49873a7bff3e9e4e3ac79b1fbb9434c54b7ce080f58e24e1bf5f5f29ac4810" +content-hash = "3124e355e8d508754f26d27199025ab650db861025be4fc31ac0500e2ba2e2c5" diff --git a/pyproject.toml b/pyproject.toml index 27e43d2..05ba5a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ lark = "^1.1.2" pandas = "^2.0.1" pandas-stubs = { version = "^2.0.2.230605", python = ">=3.8,<3.11" } # uniplot = ">=0.7,<0.9" -uniplot = "^0.10.2" +uniplot = ">=0.10.2,<0.15.0" tqdm = "^4.64.1" importlib-metadata = ">=6,<9" loguru = ">=0.6,<0.8"