diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-01 08:52:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 08:52:00 +0200 |
commit | 6e6fa8ae56b3a549409bbe4fe7fee84fc6aafad9 (patch) | |
tree | 8b613d9c1519e78d3fdd11d9d6ddd015afca684a | |
parent | 08bcd704d003836047874f4d22c89ae3017c8656 (diff) |
build(deps): bump ruamel-yaml from 0.17.6 to 0.17.7
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.6 to 0.17.7.
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 aac3352..4eade01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.6 +ruamel.yaml==0.17.7 ruamel.yaml.clib==0.2.2 |