diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-24 13:08:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 13:08:13 +0200 |
commit | e092649e129f9e74bbea32e179273d1486fda8a8 (patch) | |
tree | 72de2bb99d7f685b515d330278bdb3f526eaa4f7 | |
parent | 9724b80743d8241ec10946d6813b5e7d78538b3f (diff) |
build(deps): bump ruamel-yaml from 0.17.9 to 0.17.10
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.9 to 0.17.10.
---
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 5828bda..a1ff8c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.9 +ruamel.yaml==0.17.10 ruamel.yaml.clib==0.2.2 |