diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-31 13:57:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 13:57:22 +0200 |
commit | 901809c6e7858890a5a0e5c9978703474be52ef1 (patch) | |
tree | cbdb85882d4113f071ce3be632c31b27c3889c44 | |
parent | ef101e7d9ed0e6ac9314291409dfcb3732164a7c (diff) |
build(deps): bump ruamel-yaml from 0.17.29 to 0.17.31
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.29 to 0.17.31.
---
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 2b80c65..5b62e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.29 +ruamel.yaml==0.17.31 ruamel.yaml.clib==0.2.7 |