diff options
author | nico wellpott <nico@magicbroccoli.de> | 2022-02-15 22:20:41 +0100 |
---|---|---|
committer | nico wellpott <nico@magicbroccoli.de> | 2022-02-15 22:24:14 +0100 |
commit | 4dee91b83b9ef3437c47f41197b066a5544ae878 (patch) | |
tree | 795a7d04d54ea8f57a12e5139c4f45fcb024cf83 | |
parent | 2248b879cf4b69dbb0e424f5c58ed2443d9b65b4 (diff) | |
parent | 03fd011f03e5941cc630a13e2abd888157836dff (diff) |
Merge branch 'dependabot/pip/requests-2.27.1'
Merge branch 'dependabot/pip/ruamel-yaml-0.17.21'
Signed-off-by: nico wellpott <nico@magicbroccoli.de>
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index dfd2e2e..c096e1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 -requests==2.26.0 -ruamel.yaml==0.17.17 +requests==2.27.1 +ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.6 |