diff --git a/poetry.lock b/poetry.lock index 761c48a..32371db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1992,13 +1992,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]] @@ -2254,4 +2254,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "608c1b738918ab2aaf9b9a477a0babd25fa7461d527209a05e654c509f71f215" +content-hash = "31d61881ee160bbed54d3b88fa56074fd5d79bf350fe3b3437c5d3e4edde7bba" diff --git a/pyproject.toml b/pyproject.toml index 7d8d130..f010909 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.5"