From 776ec62728c4798e70a06159c29d517ab536137c Mon Sep 17 00:00:00 2001 From: Bhushan Lodha Date: Mon, 1 Apr 2024 17:10:50 +0700 Subject: [PATCH] updated pyyaml to latest version --- CHANGELOG.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44cd31..9d02b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased ### Changed -* Updated `pyyaml` version to `5.4` to fix a vulnerability. +* Updated `pyyaml` version to fix a vulnerability. ## v2.14.0 * Adds support for cross-space references diff --git a/requirements.txt b/requirements.txt index 5dd6519..fc5fc5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pyflakes==2.2.0 Pygments==2.7.3 python-dateutil==2.8.2 pytz==2020.5 -PyYAML==5.4 +PyYAML==6.0.1 requests==2.25.1 six==1.15.0 snowballstemmer==2.0.0