From 09c66cad5bb86997efde7366b3f39e1f46e1a508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:30:56 +0000 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.1 (#37) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f8ad36c9..fbd21349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ghapi==1.0.5 -PyYAML==6.0 +PyYAML==6.0.1 greenery==4.0.0 networkx==3.2.1 beautifulsoup4==4.12.3 diff --git a/setup.cfg b/setup.cfg index 9df000f6..51a7a773 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ packages = find_namespace: include_package_data = True install_requires = ghapi==1.0.5 - PyYAML==6.0 + PyYAML==6.0.1 greenery==4.0.0 networkx==3.2.1 beautifulsoup4==4.12.3