From b710ce0015f767d50d54d8b03ad7d398919de988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:02:44 +0100 Subject: [PATCH] Renovate: dependency cmocean to v4 (#367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cmocean](https://togithub.com/matplotlib/cmocean) | `~=3.0` -> `~=4.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/cmocean/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/cmocean/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/cmocean/3.1.3/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cmocean/3.1.3/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
matplotlib/cmocean (cmocean) ### [`v4.0.3`](https://togithub.com/matplotlib/cmocean/releases/tag/v4.0.3) [Compare Source](https://togithub.com/matplotlib/cmocean/compare/v4.0.1...v4.0.3) **Full Changelog**: https://github.com/matplotlib/cmocean/compare/v4.0.2...v4.0.3 ### [`v4.0.1`](https://togithub.com/matplotlib/cmocean/releases/tag/v4.0.1) [Compare Source](https://togithub.com/matplotlib/cmocean/compare/v3.1.3...v4.0.1) I mess up the initial release every time because I can't remember to update the version manually. This is the only package I manage where I have to do that.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/astro-informatics/sleplet). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0432c329..6d877f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "cmocean~=3.0", + "cmocean~=4.0", "gmpy2~=2.0", "hypothesis~=6.0", "libigl~=2.0",