From deb4a7960f1ebf10460400cd658994c5884531a1 Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Thu, 7 Mar 2024 15:42:12 +0000 Subject: [PATCH] bump changelog generator Signed-off-by: Grant Ramsay --- poetry.lock | 10 +++++----- pyproject.toml | 1 + requirements-dev.txt | 2 +- requirements.txt | 27 +++++++++++++++++++++++++++ 4 files changed, 34 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa76535..9b13d4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -502,13 +502,13 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[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] @@ -516,7 +516,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]] @@ -2052,4 +2052,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d3db7858a883da0304d2c836fcba53f04728caf9b886bce99f9964d743b0d6a8" +content-hash = "b5d811dae7ed49dd530089e4f3c6e41de15db94c929d965f89c4bc4521dc7628" diff --git a/pyproject.toml b/pyproject.toml index a1b1ced..f000b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" rtoml = "^0.9.0" +github-changelog-md = "0.9.2" [build-system] requires = ["poetry-core"] diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a0fd84..8c4855e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ execnet==2.0.2 ; python_version >= "3.9" and python_version < "4.0" faker==23.1.0 ; python_version >= "3.9" and python_version < "4.0" filelock==3.12.4 ; python_version >= "3.9" and python_version < "4.0" ghp-import==2.1.0 ; 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" htmlmin2==0.1.13 ; python_version >= "3.9" and python_version < "4.0" identify==2.5.30 ; python_version >= "3.9" and python_version < "4.0" idna==3.4 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index c35236c..b169d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,28 @@ +annotated-types==0.6.0 ; python_version >= "3.9" and python_version < "4.0" +certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0" +cffi==1.16.0 ; python_version >= "3.9" and python_version < "4.0" +charset-normalizer==3.3.0 ; python_version >= "3.9" and python_version < "4.0" +click==8.1.7 ; python_version >= "3.9" and python_version < "4.0" +colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" +cryptography==42.0.4 ; python_version >= "3.9" and python_version < "4.0" +deprecated==1.2.14 ; python_version >= "3.9" and python_version < "4.0" +github-changelog-md==0.9.2 ; python_version >= "3.9" and python_version < "4.0" +idna==3.4 ; python_version >= "3.9" and python_version < "4.0" +markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0" +mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0" +pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0" +pydantic-core==2.10.1 ; python_version >= "3.9" and python_version < "4.0" +pydantic==2.4.2 ; python_version >= "3.9" and python_version < "4.0" +pygithub==2.1.1 ; python_version >= "3.9" and python_version < "4.0" +pygments==2.17.2 ; python_version >= "3.9" and python_version < "4.0" +pyjwt[crypto]==2.8.0 ; python_version >= "3.9" and python_version < "4.0" +pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4.0" +python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0" +requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" +rich==13.6.0 ; python_version >= "3.9" and python_version < "4.0" rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0" +six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" +typer==0.9.0 ; 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.0.7 ; python_version >= "3.9" and python_version < "4.0" +wrapt==1.15.0 ; python_version >= "3.9" and python_version < "4.0"