diff options
author | nico <nico@magicbroccoli.de> | 2023-11-02 13:59:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:59:56 +0100 |
commit | b485eab1bc501a9bf0529ada743ba58c1cd851a6 (patch) | |
tree | ecb749695e11f9f0c1af3f106c818002eb1c893f | |
parent | c30b8d3ece8647d6a6d5cb5c6d890e078ec03f33 (diff) | |
parent | 78f55eebdbdf35289a0603480a546edf6f549fd7 (diff) |
Merge pull request #50 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.18.4
build(deps): bump ruamel-yaml from 0.18.3 to 0.18.4
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 298c116..d410da4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.18.3 +ruamel.yaml==0.18.4 ruamel.yaml.clib==0.2.8 |