diff options
author | nico <nico@magicbroccoli.de> | 2023-05-30 14:00:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 14:00:06 +0200 |
commit | ef101e7d9ed0e6ac9314291409dfcb3732164a7c (patch) | |
tree | 5a9946534754d9bfc7299eaa7e93de9c6c49f664 | |
parent | bdbfc279ea0c711127c3fb0b521fa712f6179d21 (diff) | |
parent | 01a6c958b497af2599f50572c0bdefd7b3e1eda0 (diff) |
Merge pull request #37 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.29
build(deps): bump ruamel-yaml from 0.17.28 to 0.17.29
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ccb1d1b..2b80c65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.28 +ruamel.yaml==0.17.29 ruamel.yaml.clib==0.2.7 |