Bump pyyaml from 5.3.1 to 5.4.1

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-09 05:16:34 +00:00 committed by Gene Hoffman
parent 59c0ef1a52
commit 8bd328a157
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ pytest-asyncio>=0.14.0
setuptools_scm>=4.1.2
# No Dependencies
PyYAML~=5.3.1
PyYAML~=5.4.1
cbor2~=5.2.0
colorlog~=4.7.2
keyring~=21.5.0

View file

@ -20,7 +20,7 @@ dependencies = [
"cryptography==3.3.2", # Python cryptography library for TLS
"keyring==21.5.0", # Store keys in MacOS Keychain, Windows Credential Locker
"keyrings.cryptfile==1.3.4", # Secure storage for keys on Linux (Will be replaced)
"PyYAML==5.3.1", # Used for config file format
"PyYAML==5.4.1", # Used for config file format
"setproctitle==1.2.2", # Gives the chia processes readable names
"sortedcontainers==2.3.0", # For maintaining sorted mempools
"websockets==8.1.0", # For use in wallet RPC and electron UI