From c43b50b6e6384c9d3059ac0e5fd98353d78ded51 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 30 Mar 2021 22:29:20 -0700 Subject: [PATCH] Upgrade PyYAML. --- NEWS | 3 +++ setup.py | 2 +- test_requirements.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 36aabe8e7..2c2bed990 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.5.14.dev0 + * + 1.5.13 * #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption. * #404: Add support for ruamel.yaml 0.17.x YAML parsing library. diff --git a/setup.py b/setup.py index ad7f93744..c1e33b29f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.13' +VERSION = '1.5.14.dev0' setup( diff --git a/test_requirements.txt b/test_requirements.txt index b595f5bb6..006e74f8b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -20,7 +20,7 @@ pykwalify==1.7.0 pytest==6.1.2 pytest-cov==2.10.1 python-dateutil==2.8.1 -PyYAML==5.3.1 +PyYAML==5.4.1 regex; python_version >= '3.8' requests==2.25.0 ruamel.yaml>0.15.0,<0.18.0