diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-26 13:57:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 13:57:17 +0200 |
commit | 465c8d16f3718533325893b886ebbe5f5208c890 (patch) | |
tree | ba0f8c2403ced3fa6b233986d5fd4415e7583faf | |
parent | 3f9b8879ebe2d0136070ea3189718a322c29acb1 (diff) |
build(deps): bump ruamel-yaml from 0.17.26 to 0.17.28
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.26 to 0.17.28.
---
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 ed3a330..ccb1d1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.26 +ruamel.yaml==0.17.28 ruamel.yaml.clib==0.2.7 |