diff options
author | nico <nico@magicbroccoli.de> | 2023-10-23 14:34:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 14:34:29 +0200 |
commit | c218d5300fa44720f1050d28c993eb4c1396cccd (patch) | |
tree | ed22f5d144d554c8d4ad70105519b2dcf3bae6a1 | |
parent | 9a28ef0dd15894ec48b9c352fc62efa5d48a25ab (diff) | |
parent | 8a558bfde8d2e43f00a619d8c3e46a43c37970b3 (diff) |
Merge pull request #45 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.40
build(deps): bump ruamel-yaml from 0.17.39 to 0.17.40
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e1ec822..dcc46b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.39 +ruamel.yaml==0.17.40 ruamel.yaml.clib==0.2.8 |