diff options
author | nico <nico@magicbroccoli.de> | 2023-05-31 21:39:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 21:39:00 +0200 |
commit | 679eea521220858cbebc354b798955325614d2b0 (patch) | |
tree | cbdb85882d4113f071ce3be632c31b27c3889c44 | |
parent | ef101e7d9ed0e6ac9314291409dfcb3732164a7c (diff) | |
parent | 901809c6e7858890a5a0e5c9978703474be52ef1 (diff) |
Merge pull request #38 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.31
build(deps): bump ruamel-yaml from 0.17.29 to 0.17.31
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2b80c65..5b62e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.29 +ruamel.yaml==0.17.31 ruamel.yaml.clib==0.2.7 |