diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-31 09:42:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 09:42:47 +0200 |
commit | a16257f8799bd870946573777557d97e2c35f213 (patch) | |
tree | b72e5c54e727eb817a7a4dc2a8191c67e54202b1 | |
parent | 79f5e59adc2059700bd7651c17df7c827d7e9ac4 (diff) |
build(deps): bump ruamel-yaml from 0.17.4 to 0.17.6
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.4 to 0.17.6.
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 c54bb52..0c26b55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.4 +ruamel.yaml==0.17.6 ruamel.yaml.clib==0.2.2 urllib3==1.26.4 |