diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-19 13:57:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 13:57:38 +0200 |
commit | 2ab3560388db6155fe2988fdddffa972547af238 (patch) | |
tree | 94b8793f93144f417a3056484590b6aedb41f3c8 | |
parent | 679eea521220858cbebc354b798955325614d2b0 (diff) |
build(deps): bump ruamel-yaml from 0.17.31 to 0.17.32
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.31 to 0.17.32.
---
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 5b62e94..e584e15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.31 +ruamel.yaml==0.17.32 ruamel.yaml.clib==0.2.7 |