diff --git a/poetry.lock b/poetry.lock index 5d6825f..f5bb047 100644 --- a/poetry.lock +++ b/poetry.lock @@ -415,13 +415,13 @@ lxml = ["lxml"] [[package]] name = "hypothesis" -version = "6.123.1" +version = "6.123.2" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.123.1-py3-none-any.whl", hash = "sha256:acf177faeff578f02afef2744c00b9ec3ce03f3b72ffbb6d7013f7baeebaac5e"}, - {file = "hypothesis-6.123.1.tar.gz", hash = "sha256:eb2bf646537ad818270feff6428c34f57813a4ef78781861ec1693b0840ab1d8"}, + {file = "hypothesis-6.123.2-py3-none-any.whl", hash = "sha256:0a8bf07753f1436f1b8697a13ea955f3fef3ef7b477c2972869b1d142bcdb30e"}, + {file = "hypothesis-6.123.2.tar.gz", hash = "sha256:02c25552783764146b191c69eef69d8375827b58a75074055705ab8fdbc95fc5"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 20d1efe..33aafde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmdkit" -version = "2.7.6" +version = "2.7.7" description = "A command-line utility toolkit for Python." readme = "README.rst" license = "Apache-2.0"