From 963b0109b37f29206458c12dc1e63716e516b64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 00:59:50 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.17.21 to 0.17.22 Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.21 to 0.17.22. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9c9bc5..3335c38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ pre-commit==3.3.0 qbittorrent-api==2023.4.47 requests==2.29.0 retrying==1.3.4 -ruamel.yaml==0.17.21 +ruamel.yaml==0.17.22 schedule==1.2.0