diff options
author | nico <nico@magicbroccoli.de> | 2023-10-04 16:37:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 16:37:43 +0200 |
commit | 414c74fd6199dc9f4cbbd379119a52deddcb75e4 (patch) | |
tree | 618e501817100cb4f530f60eb98b07ded10458b8 | |
parent | 69737ce45ae0a32ebbcd9ff92a2bbe033d7637a2 (diff) | |
parent | 7a276c51a3ae5afa2d42b11294d89a264870422f (diff) |
Merge pull request #42 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.35
build(deps): bump ruamel-yaml from 0.17.33 to 0.17.35
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b72b2fa..cf141b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.33 +ruamel.yaml==0.17.35 ruamel.yaml.clib==0.2.8 |