diff --git a/poetry.lock b/poetry.lock index 262d269c..834f7b4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1296,7 +1296,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.25.0" +version = "7.25.2" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1897,7 +1897,7 @@ image = ["Pillow"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "406f23dd8bcb29114e8fa9a8eb5789089a738a87fc7589e81c3a56468c05ac53" +content-hash = "0b6d833804c43db44ce08c22ec60b4602cd962f65f47ed04397198831a36041c" [metadata.files] alabaster = [ @@ -2634,8 +2634,8 @@ python-gitlab = [ {file = "python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.25.0.tar.gz", hash = "sha256:12cee174e0a5552772b69c243f028a3a97d33d3b56a9ff281570e2afdcf937b3"}, - {file = "python_semantic_release-7.25.0-py3-none-any.whl", hash = "sha256:ed1a74fb7bd6bf9d9e3d1d2da6b5288ee910fe805e68b97f67b49ea3cc1717b8"}, + {file = "python-semantic-release-7.25.2.tar.gz", hash = "sha256:134294d3ee02a3aa464bf3c00c7777b0c84c6b3332fe234e8b7a087cbf3866d2"}, + {file = "python_semantic_release-7.25.2-py3-none-any.whl", hash = "sha256:8b21bf503486bf13db048501da60362f9ab5adb88435fa431186bcbf24d431ef"}, ] pytz = [ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, diff --git a/pyproject.toml b/pyproject.toml index ccb0a1ce..dbfa6bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = "^6.2.5" pytest-minecraft = "^0.1.1" isort = "^5.10.1" pytest-insta = "^0.1.10" -python-semantic-release = "^7.25.0" +python-semantic-release = "^7.25.2" mudkip = "^0.4.14" furo = "^2021.11.23"