From c53e3ae5c6fb895746129eaf42f146ed8536ba42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:32:51 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea72fb6..1ec85e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ celery==5.3.6 -PyYAML==5.3.1 +PyYAML==5.4 tinydb==4.8.0 typing_extensions==4.0.1 diff --git a/setup.py b/setup.py index 7fe3e50..be3a18c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ scripts=["scripts/fikkie"], install_requires=[ "celery==5.3.6", - "PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724 + "PyYAML==5.4", # Issue: https://github.com/yaml/pyyaml/issues/724 "tinydb==4.8.0", "typing_extensions==4.0.1", ],