diff options
author | nico <nico@magicbroccoli.de> | 2023-05-23 14:43:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 14:43:16 +0200 |
commit | 3f9b8879ebe2d0136070ea3189718a322c29acb1 (patch) | |
tree | b991b1cc17ca29550a44726d7120da15ad35f9c2 | |
parent | 420802ea507abfa669916e8910a424b6a99c4ae6 (diff) | |
parent | a6f8ca9bc0c486ac2f2aec2f90b0a530f5b07d5d (diff) |
Merge pull request #34 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.26
build(deps): bump ruamel-yaml from 0.17.21 to 0.17.26
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2649cf0..ed3a330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 requests==2.31.0 -ruamel.yaml==0.17.21 +ruamel.yaml==0.17.26 ruamel.yaml.clib==0.2.7 |