diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-11 08:07:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 08:07:05 +0200 |
commit | 731235d5271f3d1a1d6325f73d5062781093ee05 (patch) | |
tree | c37606b0163c3165ad02cf9e3b5789f2191b7b24 | |
parent | 29d9a300532757397a20772795b302b67c757695 (diff) |
build(deps): bump ruamel-yaml from 0.17.8 to 0.17.9
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.8 to 0.17.9.
---
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 fce17b9..5828bda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.8 +ruamel.yaml==0.17.9 ruamel.yaml.clib==0.2.2 |