From de6b027ec705f77a4cdb526f586b6a33a5b4dbda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:22:49 +0000 Subject: [PATCH] [upd] pypi: Bump tomli from 2.0.2 to 2.2.1 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.2.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.2.1) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ec35ffde..a87f881d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ setproctitle==1.3.5 redis==5.0.8 markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 -tomli==2.0.2; python_version < '3.11' +tomli==2.2.1; python_version < '3.11' msgspec==0.19.0 typer-slim==0.15.2 isodate==0.7.2