diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-25 13:08:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 13:08:19 +0200 |
commit | 7276f9a2fb36a3c88716ac89f3d259acc49205d4 (patch) | |
tree | c51640be282a5115e8f930dabc4faeeaf089028c | |
parent | 84bce175125446de2c5d0f6944ecac49f41523b2 (diff) |
build(deps): bump ruamel-yaml-clib from 0.2.2 to 0.2.4
Bumps [ruamel-yaml-clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree) from 0.2.2 to 0.2.4.
---
updated-dependencies:
- dependency-name: ruamel-yaml-clib
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 a1ff8c9..81dc947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 ruamel.yaml==0.17.10 -ruamel.yaml.clib==0.2.2 +ruamel.yaml.clib==0.2.4 |