diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-30 12:35:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 12:35:10 +0100 |
commit | 0912ca013131479368ffb1d877118f79609636a2 (patch) | |
tree | 44fb5338d70a329c27dfdb5dd8aead334829ac91 | |
parent | c218d5300fa44720f1050d28c993eb4c1396cccd (diff) |
build(deps): bump ruamel-yaml from 0.17.40 to 0.18.3
Bumps [ruamel-yaml]() from 0.17.40 to 0.18.3.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 dcc46b0..298c116 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.40 +ruamel.yaml==0.18.3 ruamel.yaml.clib==0.2.8 |