diff options
author | nico <nico@magicbroccoli.de> | 2021-06-24 23:33:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 23:33:37 +0200 |
commit | 84bce175125446de2c5d0f6944ecac49f41523b2 (patch) | |
tree | 72de2bb99d7f685b515d330278bdb3f526eaa4f7 | |
parent | 9724b80743d8241ec10946d6813b5e7d78538b3f (diff) | |
parent | e092649e129f9e74bbea32e179273d1486fda8a8 (diff) |
Merge pull request #10 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.10
build(deps): bump ruamel-yaml from 0.17.9 to 0.17.10
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5828bda..a1ff8c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.9 +ruamel.yaml==0.17.10 ruamel.yaml.clib==0.2.2 |