From a639288472de00e2aa91340ef3adf9af06160544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 19:19:03 +0000 Subject: [PATCH] build(deps): Update tomli requirement from ~=1.2 to ~=2.0 Updates the requirements on [tomli](https://github.com/hukkin/tomli) to permit the latest version. - [Release notes](https://github.com/hukkin/tomli/releases) - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/1.2.0...2.0.0) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- registry/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/requirements.txt b/registry/requirements.txt index 2cddf4a..fe31810 100644 --- a/registry/requirements.txt +++ b/registry/requirements.txt @@ -1,3 +1,3 @@ -tomli~=1.2 +tomli~=2.0 tqdm~=4.62 seaborn~=0.11 \ No newline at end of file