From bc9251dd253a94a2e83f26b190dbd0f8d9797aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:04:24 +0000 Subject: [PATCH] Bump pytaglib from 1.5.0 to 2.0.0 Bumps [pytaglib](https://github.com/supermihi/pytaglib) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/supermihi/pytaglib/releases) - [Changelog](https://github.com/supermihi/pytaglib/blob/main/CHANGELOG.md) - [Commits](https://github.com/supermihi/pytaglib/compare/v1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: pytaglib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e18474b..4b854c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ prompt-toolkit==3.0.38 -pytaglib==1.5.0 +pytaglib==2.0.0 appdirs==1.4.4