From 8426f3cc2a48d5d9cf1e9e69d6d7e4002bfab3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:28:58 +0000 Subject: [PATCH 1/2] build(deps): bump simple-toml-settings from 0.6.1 to 0.8.0 Bumps [simple-toml-settings](https://github.com/seapagan/simple-toml-settings) from 0.6.1 to 0.8.0. - [Release notes](https://github.com/seapagan/simple-toml-settings/releases) - [Changelog](https://github.com/seapagan/simple-toml-settings/blob/main/CHANGELOG.md) - [Commits](https://github.com/seapagan/simple-toml-settings/compare/0.6.1...0.8.0) --- updated-dependencies: - dependency-name: simple-toml-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 46283ae..97ce05e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1723,13 +1723,13 @@ files = [ [[package]] name = "simple-toml-settings" -version = "0.6.1" +version = "0.8.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.8.0-py3-none-any.whl", hash = "sha256:924f0be9ad926685716e10e09416a49572bfc9d554bfeba69a0d94bf0efce4c2"}, + {file = "simple_toml_settings-0.8.0.tar.gz", hash = "sha256:a04b65ea9ad2d32a18f34ccd4139f7c68b1f38988b582e03c4de65e60c4ff2b5"}, ] [package.dependencies] From 467d1c3e9cdf72e1cfde01181e60a5c655bc2a89 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:29:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index effa79f..735c551 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.8.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..e7beea5 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.8.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"