diff --git a/poetry.lock b/poetry.lock index 88e92b3..2587da1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -557,7 +557,7 @@ python-versions = ">=3.6" [[package]] name = "twine" -version = "4.0.1" +version = "4.0.2" description = "Collection of utilities for publishing packages on PyPI" category = "dev" optional = false @@ -639,7 +639,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "19e091db3bf2cac6b1f5b384cf361b6e838566e7e6379466de043c29e1a0207a" +content-hash = "44323f57f6b44a22fb17aeec39b141cecf5c265c40b3182949a3536b06c28850" [metadata.files] attrs = [ @@ -1014,8 +1014,8 @@ tomli = [ {file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"}, ] twine = [ - {file = "twine-4.0.1-py3-none-any.whl", hash = "sha256:42026c18e394eac3e06693ee52010baa5313e4811d5a11050e7d48436cf41b9e"}, - {file = "twine-4.0.1.tar.gz", hash = "sha256:96b1cf12f7ae611a4a40b6ae8e9570215daff0611828f5fe1f37a16255ab24a0"}, + {file = "twine-4.0.2-py3-none-any.whl", hash = "sha256:929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8"}, + {file = "twine-4.0.2.tar.gz", hash = "sha256:9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8"}, ] types-toml = [ {file = "types-toml-0.10.8.1.tar.gz", hash = "sha256:171bdb3163d79a520560f24ba916a9fc9bff81659c5448a9fea89240923722be"}, diff --git a/pyproject.toml b/pyproject.toml index caac552..15d4da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest-cov = "^4.0.0" pytest-mypy = "^0.10.1" toml = "^0.10.2" types-toml = "^0.10.8" -twine = "^4.0.1" +twine = "^4.0.2" xenon = "^0.9.0" radon = "^5.1.0"