diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-23 14:42:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 14:42:22 +0200 |
commit | a6f8ca9bc0c486ac2f2aec2f90b0a530f5b07d5d (patch) | |
tree | b991b1cc17ca29550a44726d7120da15ad35f9c2 | |
parent | 420802ea507abfa669916e8910a424b6a99c4ae6 (diff) |
build(deps): bump ruamel-yaml from 0.17.21 to 0.17.26
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.21 to 0.17.26.
---
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 2649cf0..ed3a330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.21 +ruamel.yaml==0.17.26 ruamel.yaml.clib==0.2.7 |