From 7f4e37860ce8c8622b37c710d84a1b2f637a7a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:18:52 +0000 Subject: [PATCH] Bump tinydb from 4.8.0 to 4.8.2 Bumps [tinydb](https://github.com/msiemens/tinydb) from 4.8.0 to 4.8.2. - [Release notes](https://github.com/msiemens/tinydb/releases) - [Changelog](https://github.com/msiemens/tinydb/blob/master/docs/changelog.rst) - [Commits](https://github.com/msiemens/tinydb/compare/v4.8.0...v4.8.2) --- updated-dependencies: - dependency-name: tinydb dependency-version: 4.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 258da19..f14933a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -15,7 +15,7 @@ pyvim==3.0.3 pyvmomi==9.0.0.0 requests>=2.32.4 six==1.16.0 -tinydb==4.8.0 +tinydb==4.8.2 typing_extensions>=4.12.2 urllib3>=2.6.3 wcwidth==0.2.8