diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-26 13:08:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 13:08:43 +0200 |
commit | a1b65efde2543dbd4e41a4540eac9daadc1fc5c1 (patch) | |
tree | 9fe55dd3e994d7d3345da2048cc47dacca22b1aa | |
parent | 181a549369dbfbd5ff9ffba8ac55301b845258b6 (diff) |
build(deps): bump ruamel-yaml from 0.17.11 to 0.17.14
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.11 to 0.17.14.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6d36b01..fa0339f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.26.0 -ruamel.yaml==0.17.11 +ruamel.yaml==0.17.14 ruamel.yaml.clib==0.2.6 |