diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-02 12:40:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 12:40:27 +0100 |
commit | 78f55eebdbdf35289a0603480a546edf6f549fd7 (patch) | |
tree | ecb749695e11f9f0c1af3f106c818002eb1c893f | |
parent | c30b8d3ece8647d6a6d5cb5c6d890e078ec03f33 (diff) |
build(deps): bump ruamel-yaml from 0.18.3 to 0.18.4
Bumps [ruamel-yaml]() from 0.18.3 to 0.18.4.
---
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 298c116..d410da4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.18.3 +ruamel.yaml==0.18.4 ruamel.yaml.clib==0.2.8 |