diff --git a/poetry.lock b/poetry.lock index b0dbf1ef..e5d85932 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1989,13 +1989,13 @@ build = ["black", "coverage", "coveralls", "flake8", "ipython", "isort (>=5.1,<6 [[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]] @@ -2251,4 +2251,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7edcb9435b63eda8b4dbcdd20d007ed30448416bb010922b0712ac26bd3e819c" +content-hash = "2a5fa8e6a1f037d93da9c01bac6bb4be9095c13f0c9542fc42350d0045fabead" diff --git a/pyproject.toml b/pyproject.toml index c8ee4a98..86e2401a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytz = "2024.2" python-hcl2 = "^5.1.1" pydantic = "^2.9.2" semver = ">=3.0.0.dev2" -tomli = "^2.0.2" +tomli = "^2.1.0" tomli-w = "^1.1.0" wildcard-matcher = "^0.0.3" fastapi = "0.115.4"