diff options
author | nico <nico@magicbroccoli.de> | 2023-05-26 20:50:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 20:50:01 +0200 |
commit | bdbfc279ea0c711127c3fb0b521fa712f6179d21 (patch) | |
tree | ba0f8c2403ced3fa6b233986d5fd4415e7583faf | |
parent | 3f9b8879ebe2d0136070ea3189718a322c29acb1 (diff) | |
parent | 465c8d16f3718533325893b886ebbe5f5208c890 (diff) |
Merge pull request #36 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.28
build(deps): bump ruamel-yaml from 0.17.26 to 0.17.28
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ed3a330..ccb1d1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.26 +ruamel.yaml==0.17.28 ruamel.yaml.clib==0.2.7 |