diff --git a/poetry.lock b/poetry.lock index 40385e79..100622e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1319,13 +1319,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.8.3" +version = "9.8.5" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.8.3-py3-none-any.whl", hash = "sha256:da90401ebce238bb71cc6c2506852fd8266b3e608946cbbae0bb0bda216a459a"}, - {file = "python_semantic_release-9.8.3.tar.gz", hash = "sha256:c4d83296917476ce6fb53ffdd52f254b9fd0de04cc1b255426f209f8f7984189"}, + {file = "python_semantic_release-9.8.5-py3-none-any.whl", hash = "sha256:910c8875482ea234fa7e063916fa21431aa761dc1db48fed98487fca62b5030c"}, + {file = "python_semantic_release-9.8.5.tar.gz", hash = "sha256:47c0f1365db96ccabc3bd7c76b081ac7ca3cdbc4d1f508719e5d7fc4f40e34c7"}, ] [package.dependencies] @@ -1344,9 +1344,9 @@ tomlkit = ">=0.11,<1.0" [package.extras] build = ["build (>=1.2,<2.0)"] -dev = ["pre-commit (>=3.5,<4.0)", "ruff (==0.4.9)", "tox (>=4.11,<5.0)"] +dev = ["pre-commit (>=3.5,<4.0)", "ruff (==0.5.0)", "tox (>=4.11,<5.0)"] docs = ["Sphinx (>=6.0,<7.0)", "furo (>=2024.1,<2025.0)", "sphinx-autobuild (==2024.2.4)", "sphinxcontrib-apidoc (==0.5.0)"] -mypy = ["mypy (==1.10.0)", "types-requests (>=2.31.0,<2.32.0)"] +mypy = ["mypy (==1.10.1)", "types-requests (>=2.32.0,<2.33.0)"] test = ["coverage[toml] (>=7.0,<8.0)", "pytest (>=7.0,<8.0)", "pytest-clarity (>=1.0,<2.0)", "pytest-cov (>=5.0,<6.0)", "pytest-env (>=1.0,<2.0)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3.0,<4.0)", "pytest-pretty (>=1.2,<2.0)", "pytest-xdist (>=3.0,<4.0)", "requests-mock (>=1.10,<2.0)", "responses (>=0.25.0,<0.26.0)", "types-pytest-lazy-fixture (>=0.6.3,<0.7.0)"] [[package]] @@ -2032,4 +2032,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "67c0e6f2bf94ef9d73f39c8ef6e151c8e33c3c1f01e6b71757c356c32e52b55a" +content-hash = "43701e624283ccc58fb13d0536e2b2022c019ece0f521e84c24a604ba535b291" diff --git a/pyproject.toml b/pyproject.toml index fa3c1bf1..3fd543a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ typing-extensions = "^4.2.0" python-dateutil = "^2.8.2" [tool.poetry.dev-dependencies] -python-semantic-release = "^9.8.3" +python-semantic-release = "^9.8.5" black = "^24.4.2" isort = "^5.12.0" pre-commit = "^3.5.0"