From 3fb830954636093f478ea156ba151f0a58e50593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:45:40 +0000 Subject: [PATCH] build(deps): bump pyyaml from 4.2b1 to 5.4 in /dotfiles Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/commits/5.4) Signed-off-by: dependabot[bot] --- dotfiles/requirements-dev.txt | 2 +- dotfiles/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/requirements-dev.txt b/dotfiles/requirements-dev.txt index a6e2569..c131746 100644 --- a/dotfiles/requirements-dev.txt +++ b/dotfiles/requirements-dev.txt @@ -1,5 +1,5 @@ Jinja2==2.10.1 -PyYAML==4.2b1 +PyYAML==5.4 MarkupSafe==1.1.1 shutilwhich==1.1.0 exdoc==0.0.6.post0 diff --git a/dotfiles/requirements.txt b/dotfiles/requirements.txt index 058aae5..6dfd680 100644 --- a/dotfiles/requirements.txt +++ b/dotfiles/requirements.txt @@ -1,5 +1,5 @@ Jinja2==2.10.1 -PyYAML==4.2b1 +PyYAML==5.4 MarkupSafe==1.1.1 shutilwhich==1.1.0 exdoc==0.0.6.post0