From 54beb49a9fe5695953596a99cf998707f9bb3786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:49:50 +0000 Subject: [PATCH] Bump greenery from 4.0.0 to 4.2.2 Bumps [greenery](https://github.com/qntm/greenery) from 4.0.0 to 4.2.2. - [Changelog](https://github.com/qntm/greenery/blob/main/CHANGELOG.md) - [Commits](https://github.com/qntm/greenery/commits) --- updated-dependencies: - dependency-name: greenery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f8ad36c9..1f1b48ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ghapi==1.0.5 PyYAML==6.0 -greenery==4.0.0 +greenery==4.2.2 networkx==3.2.1 beautifulsoup4==4.12.3 lxml==5.2.2 diff --git a/setup.cfg b/setup.cfg index 9df000f6..544e2a9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ include_package_data = True install_requires = ghapi==1.0.5 PyYAML==6.0 - greenery==4.0.0 + greenery==4.2.2 networkx==3.2.1 beautifulsoup4==4.12.3 lxml==5.2.2