diff options
author | nico <nico@magicbroccoli.de> | 2021-06-10 10:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 10:28:38 +0200 |
commit | 29d9a300532757397a20772795b302b67c757695 (patch) | |
tree | 2c6eab7286ca3a074cc6d716582dc4402d2c8009 | |
parent | 26b3fe820952bfd4d14ec90ea60dc231621b3297 (diff) | |
parent | 185fcf9546d1deb7010f6e075b892b2d59306087 (diff) |
Merge pull request #8 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.8
build(deps): bump ruamel-yaml from 0.17.7 to 0.17.8
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4eade01..fce17b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.25.1 -ruamel.yaml==0.17.7 +ruamel.yaml==0.17.8 ruamel.yaml.clib==0.2.2 |