diff --git a/poetry.lock b/poetry.lock index acc7633..1c5b2a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1354,7 +1354,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.19.2" +version = "7.23.0" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1968,7 +1968,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "8219d6b9ac54b4a8c7487e856dde1429d9a4613773d76d44ce265adbec2e1caf" +content-hash = "524a25b8badf58b79a9d4b425a2ae964844844ce83caefb8f36e0b502267e2ca" [metadata.files] alabaster = [ @@ -2644,8 +2644,8 @@ python-gitlab = [ {file = "python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.19.2.tar.gz", hash = "sha256:8ca0e5f72d31e7b0603b95caad6fb2d5315483ac1fadd86648771966d9ec6f2c"}, - {file = "python_semantic_release-7.19.2-py3-none-any.whl", hash = "sha256:b2c8bb16a643fee0831be4d06138bc1440ebd4f252c3397d41abde179ea56852"}, + {file = "python-semantic-release-7.23.0.tar.gz", hash = "sha256:48c33bf671dafa1257e7d955543856eb98486a3f976f586053556ae180d725da"}, + {file = "python_semantic_release-7.23.0-py3-none-any.whl", hash = "sha256:5bf7fcdb28e5e9888c9a15a1168afe53302116a6874d818580d4c58db60283ab"}, ] pytz = [ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, diff --git a/pyproject.toml b/pyproject.toml index 18b5242..4a64767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ allay = {git = "https://github.com/rx-modules/Allay", rev = "main"} pytest = "^6.2.5" black = "^21.10b0" isort = "^5.10.0" -python-semantic-release = "^7.19.2" +python-semantic-release = "^7.23.0" mudkip = "^0.4.12" pytest-insta = "^0.1.10" colour = "^0.1.5"