From eee090ce7b7f949a045664982a571f7e294e882f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:07:47 +0000 Subject: [PATCH] Bump tomli from 2.0.1 to 2.1.0 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.1.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.1.0) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- doc-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed1accb2..d10746078 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -138,7 +138,7 @@ six==1.16.0 # via python-dateutil sockjs==0.13.0 # via appdaemon (pyproject.toml) -tomli==2.0.1 +tomli==2.1.0 # via appdaemon (pyproject.toml) tomli-w==1.0.0 # via appdaemon (pyproject.toml) diff --git a/doc-requirements.txt b/doc-requirements.txt index b19a110df..3306fb1e4 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -154,7 +154,7 @@ sphinxcontrib-serializinghtml==2.0.0 # via sphinx starlette==0.38.5 # via sphinx-autobuild -tomli==2.0.1 +tomli==2.1.0 # via appdaemon (pyproject.toml) tomli-w==1.0.0 # via appdaemon (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 862fc9b75..5919a1495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ 'requests >= 2.28.2,< 2.33.0', 'sockjs >= 0.11,< 0.14', 'uvloop==0.20.0; sys_platform != "win32"', - 'tomli ~= 2.0.1', + 'tomli >= 2.0.1,< 2.2.0', 'tomli_w ~= 1.0.0' ] diff --git a/requirements.txt b/requirements.txt index b77dc29e4..d93549d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,7 +79,7 @@ six==1.16.0 # via python-dateutil sockjs==0.13.0 # via appdaemon (pyproject.toml) -tomli==2.0.1 +tomli==2.1.0 # via appdaemon (pyproject.toml) tomli-w==1.0.0 # via appdaemon (pyproject.toml)