From 29b4f5bfedf5aadcdaf0c4bb5c034d380ede9b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:17:47 +0000 Subject: [PATCH] Bump uniplot from 0.10.2 to 0.13.0 Bumps [uniplot](https://github.com/olavolav/uniplot) from 0.10.2 to 0.13.0. - [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.13.0) --- 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..b1b83b2 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.13.0" 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.13.0-py3-none-any.whl", hash = "sha256:501cb2ce582ee09fe01ada2b91ee3d1a7bc0e08f1b5ddc460b011bd70850303c"}, + {file = "uniplot-0.13.0.tar.gz", hash = "sha256:2ffe8d31524cc51994169adcec31d0059b412e5a4b555557df28cf50ea401911"}, ] [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 = "ef9c433aee2adf948170ede2f8d5cd2aa6ca784ebe8f9da7f95fb313a4b95c95" diff --git a/pyproject.toml b/pyproject.toml index 27e43d2..3ce578e 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.14.0" tqdm = "^4.64.1" importlib-metadata = ">=6,<9" loguru = ">=0.6,<0.8"