diff --git a/poetry.lock b/poetry.lock index 46283ae..8cf3780 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1723,13 +1723,13 @@ files = [ [[package]] name = "simple-toml-settings" -version = "0.6.1" +version = "0.7.0" description = "A Python library to save your settings in a TOML file." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "simple_toml_settings-0.6.1-py3-none-any.whl", hash = "sha256:7e9dcdfdfa3a62d968a455daced1b79f3c02db02c122898805ccc608b846d9da"}, - {file = "simple_toml_settings-0.6.1.tar.gz", hash = "sha256:49416d2ec7dfbf1afaff58f875c23005ff8f2d3d2fc7473e9b8cfd818b01baad"}, + {file = "simple_toml_settings-0.7.0-py3-none-any.whl", hash = "sha256:d388b59ec3605a238ce2481415a3f50e9963eaf033e6fb98a1c655d61fc3fb24"}, + {file = "simple_toml_settings-0.7.0.tar.gz", hash = "sha256:c603ed567ccd322cdaca333a4b474ea46be5dee42a0c3a27093a7f26a2ce091d"}, ] [package.dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index effa79f..48f5f24 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -77,7 +77,7 @@ rtoml==0.11.0 ; python_version >= "3.9" and python_version < "4.0" ruff==0.6.1 ; python_version >= "3.9" and python_version < "4.0" setuptools==70.0.0 ; python_version >= "3.9" and python_version < "4.0" shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0" -simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0" +simple-toml-settings==0.7.0 ; python_version >= "3.9" and python_version < "4.0" six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0" termcolor==2.3.0 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 6d228b9..c8f5a1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0" rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0" rtoml==0.11.0 ; python_version >= "3.9" and python_version < "4.0" shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0" -simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0" +simple-toml-settings==0.7.0 ; python_version >= "3.9" and python_version < "4.0" typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0"