diff options
author | nico <nico@magicbroccoli.de> | 2023-11-09 08:34:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 08:34:12 +0100 |
commit | cde815c7ba16b47f37aa5e7014731ff919f43615 (patch) | |
tree | d1216493bd1ad62787a2437ac101094c385552d0 | |
parent | b485eab1bc501a9bf0529ada743ba58c1cd851a6 (diff) | |
parent | 5ca0949045f2f9c45d2ef68be2c1371eb6163516 (diff) |
build(deps): bump ruamel-yaml from 0.18.4 to 0.18.5
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d410da4..220e011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.18.4 +ruamel.yaml==0.18.5 ruamel.yaml.clib==0.2.8 |