diff options
author | nico <nico@magicbroccoli.de> | 2023-10-20 17:36:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 17:36:56 +0200 |
commit | 9a28ef0dd15894ec48b9c352fc62efa5d48a25ab (patch) | |
tree | 6db5df6940a1ea7d932acbdedee1a083f62139e0 | |
parent | 4b9a5faa2e6f440dc4a7f48c7886ae3001e8e391 (diff) | |
parent | 0416faec01b41c6245c1a0e7974a38433a5063ba (diff) |
Merge pull request #44 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.39
build(deps): bump ruamel-yaml from 0.17.36 to 0.17.39
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6ec0aa3..e1ec822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.36 +ruamel.yaml==0.17.39 ruamel.yaml.clib==0.2.8 |