diff --git a/poetry.lock b/poetry.lock index cb0e0b88..a54bd485 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "appdirs" @@ -181,13 +181,13 @@ files = [ [[package]] name = "git-changelog" -version = "2.5.1" +version = "2.5.2" description = "Automatic Changelog generator using Jinja2 templates." optional = false python-versions = ">=3.8" files = [ - {file = "git_changelog-2.5.1-py3-none-any.whl", hash = "sha256:530697365de63c1af3532f82d879440573d7dc15e5b79febd99394510d7f6fad"}, - {file = "git_changelog-2.5.1.tar.gz", hash = "sha256:14a800858184493608de98f1c4964f6351335046b48c326b2fa260ae4e6c8d2c"}, + {file = "git_changelog-2.5.2-py3-none-any.whl", hash = "sha256:82eca31bd80fbd85e6b252fece82fe450706a7796b92c9d2c7f17c5944fe9ca7"}, + {file = "git_changelog-2.5.2.tar.gz", hash = "sha256:b71a404a524dc0b14a34f92d306ae011a05c5fcf7c78ee5b484af50ac44ced65"}, ] [package.dependencies] @@ -926,4 +926,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c0266b5d69404916a92ef9f6df6432c3fa599741925e508bd08eb6080bb6d8d3" +content-hash = "12e454c87019e5f3f113bfa6534af7e1dca1f0d7a1f96969e1c567d333c96620" diff --git a/pyproject.toml b/pyproject.toml index 098f4fe5..a8dd7549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ psutil = "^5.9.8" [tool.poetry.group.dev.dependencies] pytest = "^8.1.1" pytest-dotenv = "^0.5.2" -git-changelog = "^2.5.1" +git-changelog = "^2.5.2" pyperclip = "^1.8.2" [build-system]