From 4b8a4cc6e07ccac7eccdce885d39d52794fede1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:40:49 +0000 Subject: [PATCH] Bump tomli from 2.0.2 to 2.1.0 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ae5f6b..218dc99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1767,13 +1767,13 @@ widechars = ["wcwidth"] [[package]] name = "tomli" -version = "2.0.2" +version = "2.1.0" description = "A lil' TOML parser" optional = false python-versions = ">=3.8" files = [ - {file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"}, - {file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"}, + {file = "tomli-2.1.0-py3-none-any.whl", hash = "sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391"}, + {file = "tomli-2.1.0.tar.gz", hash = "sha256:3f646cae2aec94e17d04973e4249548320197cfabdf130015d023de4b74d8ab8"}, ] [[package]] @@ -1856,4 +1856,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a9febaf5507523c576022054f31472aa9a623a6422eea34f090b6916863cb2ea" +content-hash = "29599d9c00eb60ad0d2c8e82312ded6eaa4ed50601f649a5d4a66874eff0ddca" diff --git a/pyproject.toml b/pyproject.toml index a35ef8c..3cd243f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" python = ">=3.9,<3.13" kivy = "2.3.0" kivysome = "^0.2.1" -tomli = { version = "^2.0.1", python = "<3.11" } +tomli = { version = "^2.1.0", python = "<3.11" } pyserial = "^3.5" requests = "^2.31.0" pyzbar = "^0.1.9"