diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-19 13:06:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 13:06:51 +0200 |
commit | 2e0e6dfae98e1fdabbd44771ac59950c7a4befe9 (patch) | |
tree | 0ba6290aafbfd5c104d1fe0f6194b953e884512a | |
parent | a0ac0b2cea27cc63037a4ca3f2b45e8ad2d0c1fb (diff) |
build(deps): bump ruamel-yaml from 0.17.10 to 0.17.11
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.10 to 0.17.11.
---
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 6cc52ed..6d36b01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.26.0 -ruamel.yaml==0.17.10 +ruamel.yaml==0.17.11 ruamel.yaml.clib==0.2.6 |