From 3781129a9b61ee68155af94b2c462b7e657eb07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:39:05 +0000 Subject: [PATCH 1/2] build(deps): bump simple-toml-settings from 0.4.0 to 0.5.0 Bumps [simple-toml-settings](https://github.com/seapagan/simple-toml-settings) from 0.4.0 to 0.5.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.4.0...0.5.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 | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 27d3adf8..608d7c0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -516,13 +516,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "github-changelog-md" -version = "0.9.1" +version = "0.9.2" description = "Generate a Markdown Changelog from your Github repository." optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "github_changelog_md-0.9.1-py3-none-any.whl", hash = "sha256:f0bcd5320d7f85136922f2a45d512dd62ccb0150b195f6ce335a063c96453e5c"}, - {file = "github_changelog_md-0.9.1.tar.gz", hash = "sha256:2b40f653c8ee62b7622002d564dd663c628f19c2e26ae3b0ff4bd51817eacf59"}, + {file = "github_changelog_md-0.9.2-py3-none-any.whl", hash = "sha256:a2e74843c03ba448ac0deec5a1ecd728d255fd8be184e2e8366d1048d4d476ba"}, + {file = "github_changelog_md-0.9.2.tar.gz", hash = "sha256:e5b9c3e1596c9d975e1eec83bae44f9a399e4be867e7d511c6c38019fc4e092e"}, ] [package.dependencies] @@ -530,7 +530,7 @@ pydantic = ">=2.3.0,<3.0.0" pygithub = ">=1.59.1,<3.0.0" rich = ">=13.6.0,<14.0.0" rtoml = ">=0.9.0,<0.10.0" -simple-toml-settings = ">=0.4.0,<0.5.0" +simple-toml-settings = ">=0.4.0,<1.0.0" typer = ">=0.9.0,<0.10.0" [[package]] @@ -1862,16 +1862,17 @@ files = [ [[package]] name = "simple-toml-settings" -version = "0.4.0" +version = "0.5.0" description = "A Python library to save your settings in a TOML file." optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "simple_toml_settings-0.4.0-py3-none-any.whl", hash = "sha256:b9f357ccc6978e866e01575ab84d5d885e4ea54d4f103351279a9bce3b842965"}, - {file = "simple_toml_settings-0.4.0.tar.gz", hash = "sha256:71f8fb66a73b498a4c9c9b7754b32faa12594bb85780f70b68d7fc0bae80babe"}, + {file = "simple_toml_settings-0.5.0-py3-none-any.whl", hash = "sha256:753cab02f5a64311cdfba0a522980d7fb5a9e88cf953eecc02845e8cb4a7a898"}, + {file = "simple_toml_settings-0.5.0.tar.gz", hash = "sha256:c74c3e303affcca2eea1f45a5e890d789dcbcaac9f4fc33d783f320b43c4427e"}, ] [package.dependencies] +github-changelog-md = "0.9.2" rtoml = ">=0.9.0,<0.10.0" [[package]] @@ -2167,4 +2168,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "4e84ffd358725d38479e91dbbcd546454ca35decb85579f5fa5b29cdf641ada1" +content-hash = "94656079e0053029a28d45b848a8adfad7a40a842031ccf4117942b07d73559d" diff --git a/pyproject.toml b/pyproject.toml index 39cde844..4df08277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ rich = "^13.7.1" rtoml = "^0.9.0" requests = "^2.31.0" pygithub = "^2.2.0" -simple-toml-settings = "^0.4" +simple-toml-settings = ">=0.4,<0.6" [build-system] requires = ["poetry-core"] From f281d6016e3bdd4b3c96841d05b453469382286c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:40:33 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements-dev.txt | 4 ++-- requirements.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3a66bf85..4a931bc9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ faker==24.0.0 ; python_version >= "3.9" and python_version < "4.0" filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.9" and python_version < "4.0" gitdb==4.0.11 ; python_version >= "3.9" and python_version < "4.0" -github-changelog-md==0.9.1 ; python_version >= "3.9" and python_version < "4.0" +github-changelog-md==0.9.2 ; python_version >= "3.9" and python_version < "4.0" gitpython==3.1.42 ; python_version >= "3.9" and python_version < "4.0" htmlmin2==0.1.13 ; python_version >= "3.9" and python_version < "4.0" identify==2.5.35 ; python_version >= "3.9" and python_version < "4.0" @@ -81,7 +81,7 @@ rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0" ruff==0.3.1 ; python_version >= "3.9" and python_version < "4.0" setuptools==69.1.1 ; 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.4.0 ; python_version >= "3.9" and python_version < "4.0" +simple-toml-settings==0.5.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.4.0 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 61c33ea2..5e5da19a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" cryptography==42.0.5 ; python_version >= "3.9" and python_version < "4.0" deprecated==1.2.14 ; python_version >= "3.9" and python_version < "4.0" gitdb==4.0.11 ; python_version >= "3.9" and python_version < "4.0" +github-changelog-md==0.9.2 ; python_version >= "3.9" and python_version < "4.0" gitpython==3.1.42 ; python_version >= "3.9" and python_version < "4.0" idna==3.6 ; python_version >= "3.9" and python_version < "4.0" jinja2==3.1.3 ; python_version >= "3.9" and python_version < "4.0" @@ -24,8 +25,9 @@ requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0" rtoml==0.9.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.4.0 ; python_version >= "3.9" and python_version < "4.0" +simple-toml-settings==0.5.0 ; python_version >= "3.9" and python_version < "4.0" smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0" +typer==0.9.0 ; python_version >= "3.9" and python_version < "4.0" typer[all]==0.9.0 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.10.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0"