diff --git a/poetry.lock b/poetry.lock index c202bbb..c831e1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1116,7 +1116,7 @@ six = "*" [[package]] name = "python-semantic-release" -version = "7.19.1" +version = "7.25.2" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1668,7 +1668,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "123748b59c0a2461234390d63d461a7115f01f1d207a2662d8150147e180847c" +content-hash = "497895f41a664630179b98a75ea3b47f129723400b252a2371ec20fa13772d86" [metadata.files] alabaster = [ @@ -2155,8 +2155,8 @@ python-gitlab = [ {file = "python_gitlab-1.15.0-py3-none-any.whl", hash = "sha256:51ad36873b5c20cd21d9373db0936fb99c521575668320025d0fb519398d2e17"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.19.1.tar.gz", hash = "sha256:43f52f9a97677c029009063807f1fec9ffaabf049bd02f3fd898f0edf1ce5155"}, - {file = "python_semantic_release-7.19.1-py3-none-any.whl", hash = "sha256:8f5bfe18e78d44dc296966376f2bae2177ea881b628473d685b46f09a75ea92b"}, + {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-2020.4-py2.py3-none-any.whl", hash = "sha256:5c55e189b682d420be27c6995ba6edce0c0a77dd67bfbe2ae6607134d5851ffd"}, diff --git a/pyproject.toml b/pyproject.toml index bc4c71e..935247a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-benchmark = "^3.4.1" black = "^21.8b0" mudkip = "^0.4.10" pytest-minecraft = "^0.1.1" -python-semantic-release = "^7.19.1" +python-semantic-release = "^7.25.2" [tool.poetry.scripts] nbt = 'nbtlib.cli:main'