From 39e1ca42d7fd4eb4bc0ee09d06d8c1bf1ef994de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:17:51 +0000 Subject: [PATCH] Bump ghapi from 1.0.5 to 1.0.6 Bumps [ghapi](https://github.com/fastai/ghapi) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/fastai/ghapi/releases) - [Changelog](https://github.com/fastai/ghapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/fastai/ghapi/commits/1.0.6) --- updated-dependencies: - dependency-name: ghapi dependency-type: direct:production update-type: version-update:semver-patch ... 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 2137b3c8..851548bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ghapi==1.0.5 +ghapi==1.0.6 PyYAML==6.0.1 greenery==4.0.0 networkx==3.2.1 diff --git a/setup.cfg b/setup.cfg index 04075bff..db116c23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ classifiers = packages = find_namespace: include_package_data = True install_requires = - ghapi==1.0.5 + ghapi==1.0.6 PyYAML==6.0.1 greenery==4.0.0 networkx==3.2.1