Browse Source

Upgrade PyYAML.

Dan Helfman 4 years ago
parent
commit
c43b50b6e6
3 changed files with 5 additions and 2 deletions
  1. 3 0
      NEWS
  2. 1 1
      setup.py
  3. 1 1
      test_requirements.txt

+ 3 - 0
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.

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.5.13'
+VERSION = '1.5.14.dev0'
 
 
 setup(

+ 1 - 1
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