diff --git a/poetry.lock b/poetry.lock index 2707bf6..ced0632 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1200,18 +1200,18 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "10.5.3" +version = "10.6.1" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = "~=3.8" groups = ["main"] files = [ - {file = "python_semantic_release-10.5.3-py3-none-any.whl", hash = "sha256:1be0e07c36fa1f1ec9da4f438c1f6bbd7bc10eb0d6ac0089b0643103708c2823"}, - {file = "python_semantic_release-10.5.3.tar.gz", hash = "sha256:de4da78635fa666e5774caaca2be32063cae72431eb75e2ac23b9f2dfd190785"}, + {file = "python_semantic_release-10.6.1-py3-none-any.whl", hash = "sha256:36f7319515f218719d0972bc9535813a930f04cd19556767599e9863242efcdc"}, + {file = "python_semantic_release-10.6.1.tar.gz", hash = "sha256:ee6369238f72e75a009b3724481232c8b813416191be099bc0266e375fd02b2b"}, ] [package.dependencies] -click = ">=8.1.0,<8.2.0" +click = ">=8.1.0,<9.0.0" click-option-group = ">=0.5,<1.0" Deprecated = ">=1.2,<2.0" dotty-dict = ">=1.3,<2.0" @@ -1219,7 +1219,7 @@ gitpython = ">=3.0,<4.0" importlib-resources = ">=6.0,<7.0" jinja2 = ">=3.1,<4.0" pydantic = ">=2.0,<3.0" -python-gitlab = ">=4.0.0,<7.0.0" +python-gitlab = ">=4.0.0,<9.0.0" requests = ">=2.25,<3.0" rich = ">=14.0,<15.0" shellingham = ">=1.5,<2.0" @@ -1227,10 +1227,10 @@ tomlkit = ">=0.13.0,<0.14.0" [package.extras] build = ["build (>=1.2,<2.0)", "tomlkit (>=0.13.0,<0.14.0)"] -dev = ["pre-commit (>=4.3,<5.0)", "ruff (==0.6.1)", "tox (>=4.11,<5.0)"] +dev = ["pre-commit (>=3.5.0,<5.0.0)", "ruff (==0.6.1)", "tox (>=4.11,<5.0)"] docs = ["Sphinx (>=7.4,<8.0)", "furo (>=2025.9,<2026.0)", "sphinx-autobuild (==2024.2.4)", "sphinxcontrib-apidoc (==0.6.0)"] -mypy = ["mypy (==1.16.1)", "types-Deprecated (>=1.2,<2.0)", "types-pyyaml (>=6.0,<7.0)", "types-requests (>=2.32.0,<2.33.0)"] -test = ["coverage[toml] (>=7.0,<8.0)", "filelock (>=3.15,<4.0)", "flatdict (>=4.0,<5.0)", "freezegun (>=1.5,<2.0)", "pytest (>=8.3,<9.0)", "pytest-clarity (>=1.0,<2.0)", "pytest-cov (>=5.0.0,<8.0.0)", "pytest-env (>=1.0,<2.0)", "pytest-lazy-fixtures (>=1.4,<2.0)", "pytest-mock (>=3.0,<4.0)", "pytest-order (>=1.3,<2.0)", "pytest-pretty (>=1.2,<2.0)", "pytest-xdist (>=3.0,<4.0)", "pyyaml (>=6.0,<7.0)", "requests-mock (>=1.10,<2.0)", "responses (>=0.25.0,<0.26.0)"] +mypy = ["mypy (>=1.14.1,<2.0.0)", "types-Deprecated (>=1.2,<2.0)", "types-pyyaml (>=6.0,<7.0)", "types-requests (>=2.32.0,<2.33.0)"] +test = ["coverage[toml] (>=7.0,<8.0)", "filelock (>=3.15,<4.0)", "flatdict (>=4.0,<5.0)", "freezegun (>=1.5,<2.0)", "pytest (>=8.3,<10.0)", "pytest-clarity (>=1.0,<2.0)", "pytest-cov (>=5.0.0,<8.0.0)", "pytest-env (>=1.0,<2.0)", "pytest-lazy-fixtures (>=1.4,<2.0)", "pytest-mock (>=3.0,<4.0)", "pytest-order (>=1.3,<2.0)", "pytest-pretty (>=1.2,<2.0)", "pytest-xdist (>=3.0,<4.0)", "pyyaml (>=6.0,<7.0)", "requests-mock (>=1.10,<2.0)", "responses (>=0.26.2,<0.27.0)"] [[package]] name = "pywin32-ctypes" @@ -1702,4 +1702,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "d816ca210362820bf16e168335cba3e27428138624142e5b87d59fdcf2015a88" +content-hash = "963468091e41d429c3e175cec49081b07635957d10102991b5de2c40aa15ec2e" diff --git a/pyproject.toml b/pyproject.toml index f8e1235..323e316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" click = "^8.0.3" -python-semantic-release = "10.5.3" +python-semantic-release = "10.6.1" [tool.poetry.dev-dependencies] black = "^24.8"