From 08f2209f1dbddf34f31de020b16e1a321fcffada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:58:38 +0000 Subject: [PATCH] build(deps): bump cosmoplots from 0.1.6 to 0.2.0 (#207) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e95adc0..2e9b333 100644 --- a/poetry.lock +++ b/poetry.lock @@ -205,13 +205,13 @@ test-no-codebase = ["Pillow", "matplotlib", "pytest"] [[package]] name = "cosmoplots" -version = "0.1.6" +version = "0.2.0" description = "Routines to get a sane default configuration for production quality plots." optional = false python-versions = ">=3.8" files = [ - {file = "cosmoplots-0.1.6-py3-none-any.whl", hash = "sha256:5a33c05debf309e9e6655567a3bda3ba4a3e5fa42cf38744bb6b61698b4f5055"}, - {file = "cosmoplots-0.1.6.tar.gz", hash = "sha256:d666b33ad275c915e8e8824f02cd5e8a1f70d39096e6445c1b8a8fadb221e9e4"}, + {file = "cosmoplots-0.2.0-py3-none-any.whl", hash = "sha256:5246637ff296316c2483782c20adcdd59e83fdca91577890a798c268ff96652e"}, + {file = "cosmoplots-0.2.0.tar.gz", hash = "sha256:dedcf5fc81ed8e953be5b25ecfeadd1995bb0285dc94553c063c12d272d276d9"}, ] [package.dependencies] @@ -1582,4 +1582,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "7a287ffc2502aec045ce20717dc9a7936ab697482f3fef09922ca00d4009650d" +content-hash = "0ee3694da9ca4d99fc703740d4a1254ad41789808301d18120a3311353323bbd" diff --git a/pyproject.toml b/pyproject.toml index 530ba95..2bc5d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ superposed-pulses = "^1.3" xarray = ">=0.21.1,<2023.2.0" wget = "^3.2" dask = ">=2022.3,<2024.0" -cosmoplots = "^0.1.5" +cosmoplots = ">=0.1.5,<0.3.0" importlib-metadata = ">=5,<7" [tool.poetry.dev-dependencies]