diff options
author | nico <nico@magicbroccoli.de> | 2023-10-30 16:49:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 16:49:48 +0100 |
commit | c30b8d3ece8647d6a6d5cb5c6d890e078ec03f33 (patch) | |
tree | 44fb5338d70a329c27dfdb5dd8aead334829ac91 | |
parent | c218d5300fa44720f1050d28c993eb4c1396cccd (diff) | |
parent | 0912ca013131479368ffb1d877118f79609636a2 (diff) |
Merge pull request #48 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.18.3
build(deps): bump ruamel-yaml from 0.17.40 to 0.18.3
-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 |