diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-28 13:52:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 13:52:00 +0200 |
commit | 04d471002924e6fc3b6b4f2fad134e7a42869c6a (patch) | |
tree | 4d9d5ac3f27ef14cf9cc47905eed01a36c97ac8d | |
parent | 248915ae70612f7a86d087ce4b7d0ddd427cfaf1 (diff) |
build(deps): bump ruamel-yaml from 0.17.32 to 0.17.33
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.32 to 0.17.33.
---
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 e584e15..d87bf84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.32 +ruamel.yaml==0.17.33 ruamel.yaml.clib==0.2.7 |