diff options
author | nico <nico@magicbroccoli.de> | 2021-06-14 18:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 18:40:07 +0200 |
commit | 9724b80743d8241ec10946d6813b5e7d78538b3f (patch) | |
tree | c37606b0163c3165ad02cf9e3b5789f2191b7b24 | |
parent | 29d9a300532757397a20772795b302b67c757695 (diff) | |
parent | 731235d5271f3d1a1d6325f73d5062781093ee05 (diff) |
Merge pull request #9 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.9
build(deps): bump ruamel-yaml from 0.17.8 to 0.17.9
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fce17b9..5828bda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.8 +ruamel.yaml==0.17.9 ruamel.yaml.clib==0.2.2 |