diff options
author | nico <nico@magicbroccoli.de> | 2023-09-28 16:07:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 16:07:19 +0200 |
commit | d53e00cdf4db658e8216dc605d3a4f95089f130c (patch) | |
tree | 4d9d5ac3f27ef14cf9cc47905eed01a36c97ac8d | |
parent | 248915ae70612f7a86d087ce4b7d0ddd427cfaf1 (diff) | |
parent | 04d471002924e6fc3b6b4f2fad134e7a42869c6a (diff) |
Merge pull request #40 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.33
build(deps): bump ruamel-yaml from 0.17.32 to 0.17.33
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e584e15..d87bf84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.32 +ruamel.yaml==0.17.33 ruamel.yaml.clib==0.2.7 |