diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-01 12:09:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 12:09:06 +0100 |
commit | 2248b879cf4b69dbb0e424f5c58ed2443d9b65b4 (patch) | |
tree | 22ed97c39117283f82302820ad82f432ba77bb76 | |
parent | 7f50abef20b305499b4301c2b415e09404fbc314 (diff) |
build(deps): bump ruamel-yaml from 0.17.16 to 0.17.17
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.16 to 0.17.17.
---
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 ae68ccb..dfd2e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.26.0 -ruamel.yaml==0.17.16 +ruamel.yaml==0.17.17 ruamel.yaml.clib==0.2.6 |