diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-20 13:35:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 13:35:57 +0200 |
commit | 0416faec01b41c6245c1a0e7974a38433a5063ba (patch) | |
tree | 6db5df6940a1ea7d932acbdedee1a083f62139e0 | |
parent | 4b9a5faa2e6f440dc4a7f48c7886ae3001e8e391 (diff) |
build(deps): bump ruamel-yaml from 0.17.36 to 0.17.39
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.36 to 0.17.39.
---
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 6ec0aa3..e1ec822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.36 +ruamel.yaml==0.17.39 ruamel.yaml.clib==0.2.8 |