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