diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-30 13:06:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 13:06:26 +0200 |
commit | f4692ca3c83018ab99e58ab94328bfd141cea3f9 (patch) | |
tree | 7311087536d2dc130dc61d941a34d13255805615 | |
parent | c4584706dddda047840b7bb22c8566849d11b636 (diff) |
build(deps): bump ruamel-yaml from 0.17.14 to 0.17.16
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.14 to 0.17.16.
---
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 fa0339f..ae68ccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.26.0 -ruamel.yaml==0.17.14 +ruamel.yaml==0.17.16 ruamel.yaml.clib==0.2.6 |