From 1726133a018641ffae1e8fa1aaec8b2b1a5c583b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:13:29 +0000 Subject: [PATCH] Bump chartpress from 2.2.0 to 2.3.0 Bumps [chartpress](https://github.com/jupyterhub/chartpress) from 2.2.0 to 2.3.0. - [Changelog](https://github.com/jupyterhub/chartpress/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterhub/chartpress/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: chartpress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 7baa19924..d0973da5d 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -chartpress==2.2.* +chartpress==2.3.* kubernetes pytest pytest-rerunfailures diff --git a/requirements.txt b/requirements.txt index 995f87467..659544c89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ certifi==2024.7.4 # requests charset-normalizer==2.0.12 # via requests -chartpress==2.2.0 +chartpress==2.3.0 # via -r requirements.in docker==5.0.3 # via chartpress