Upgrade PyYAML.
This commit is contained in:
parent
c072678936
commit
c43b50b6e6
3 changed files with 5 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
||||||
|
1.5.14.dev0
|
||||||
|
*
|
||||||
|
|
||||||
1.5.13
|
1.5.13
|
||||||
* #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.
|
* #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.
|
* #404: Add support for ruamel.yaml 0.17.x YAML parsing library.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.5.13'
|
VERSION = '1.5.14.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
|
@ -20,7 +20,7 @@ pykwalify==1.7.0
|
||||||
pytest==6.1.2
|
pytest==6.1.2
|
||||||
pytest-cov==2.10.1
|
pytest-cov==2.10.1
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
PyYAML==5.3.1
|
PyYAML==5.4.1
|
||||||
regex; python_version >= '3.8'
|
regex; python_version >= '3.8'
|
||||||
requests==2.25.0
|
requests==2.25.0
|
||||||
ruamel.yaml>0.15.0,<0.18.0
|
ruamel.yaml>0.15.0,<0.18.0
|
||||||
|
|
Loading…
Reference in a new issue