diff options
author | nico wellpott <nico@magicbroccoli.de> | 2021-09-01 16:12:13 +0200 |
---|---|---|
committer | nico wellpott <nico@magicbroccoli.de> | 2021-09-01 16:12:13 +0200 |
commit | 7f50abef20b305499b4301c2b415e09404fbc314 (patch) | |
tree | 7311087536d2dc130dc61d941a34d13255805615 | |
parent | c4584706dddda047840b7bb22c8566849d11b636 (diff) | |
parent | f4692ca3c83018ab99e58ab94328bfd141cea3f9 (diff) |
Merge branch 'dependabot/pip/ruamel-yaml-0.17.16'
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fa0339f..ae68ccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.26.0 -ruamel.yaml==0.17.14 +ruamel.yaml==0.17.16 ruamel.yaml.clib==0.2.6 |