From 33c44416010ad64b85e8bbf3f37ece05157be83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 08:54:29 +0000 Subject: [PATCH 1/2] Bump rebdhuhn from 0.0.0 to 0.2.3 Bumps [rebdhuhn](https://github.com/Hochfrequenz/rebdhuhn) from 0.0.0 to 0.2.3. - [Release notes](https://github.com/Hochfrequenz/rebdhuhn/releases) - [Commits](https://github.com/Hochfrequenz/rebdhuhn/commits/v0.2.3) --- updated-dependencies: - dependency-name: rebdhuhn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7549c19..bb92f74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ networkx==3.3 # rebdhuhn python-docx==1.1.2 # via ebdamame -rebdhuhn==0.0.0 +rebdhuhn==0.2.3 # via your-favourite-package-name (pyproject.toml) requests==2.31.0 # via From e1166bf5d449609b7c0ad71c2cd32a908609b5f8 Mon Sep 17 00:00:00 2001 From: konstantin Date: Fri, 3 May 2024 10:54:53 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b63f501..cb3da12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ "ebdamame>=0.1.1", - "rebdhuhn" # no min version because of https://github.com/Hochfrequenz/rebdhuhn/issues/202 + "rebdhuhn>=0.2.3" ] # add all the dependencies here dynamic = ["readme", "version"]