diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-21 07:22:49 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-21 08:38:48 +0100 |
| commit | de6b027ec705f77a4cdb526f586b6a33a5b4dbda (patch) | |
| tree | 64684c04de1e6d0763e7bfee0ab9ac7020af970c | |
| parent | f687306a9554395c74ccdb7aa70a403032494fbe (diff) | |
[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] <support@github.com>
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |