diff --git a/poetry.lock b/poetry.lock index bfc12a1..6651dbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -200,26 +200,29 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "5.1.0" +version = "5.41.2" description = "A library for property-based testing" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] attrs = ">=19.2.0" sortedcontainers = ">=2.1.0,<3.0.0" [package.extras] -all = ["django (>=1.11)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=4.3)", "python-dateutil (>=1.4)", "pytz (>=2014.1)"] +all = ["black (>=19.10b0)", "click (>=7.0)", "django (>=2.2)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=4.3)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)"] +cli = ["click (>=7.0)", "black (>=19.10b0)"] dateutil = ["python-dateutil (>=1.4)"] -django = ["pytz (>=2014.1)", "django (>=1.11)"] +django = ["pytz (>=2014.1)", "django (>=2.2)"] dpcontracts = ["dpcontracts (>=0.4)"] +ghostwriter = ["black (>=19.10b0)"] lark = ["lark-parser (>=0.6.5)"] numpy = ["numpy (>=1.9.0)"] pandas = ["pandas (>=0.19)"] pytest = ["pytest (>=4.3)"] pytz = ["pytz (>=2014.1)"] +redis = ["redis (>=3.0.0)"] [[package]] name = "idna" @@ -445,7 +448,7 @@ name = "pytz" version = "2020.4" description = "World timezone definitions, modern and historical" category = "main" -optional = false +optional = true python-versions = "*" [[package]] @@ -697,7 +700,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "toml"] [metadata] lock-version = "1.1" python-versions = ">= 3.6" -content-hash = "4f867a769f23c8248c054a7bbc489f242dd74d26135874e36704483fd9c4b560" +content-hash = "5202fb160a281a3fb75e03f60cdb45219be2a752fb8dc9df82101de82b4b83d5" [metadata.files] alabaster = [ @@ -813,8 +816,8 @@ gitpython = [ {file = "GitPython-3.1.11.tar.gz", hash = "sha256:befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8"}, ] hypothesis = [ - {file = "hypothesis-5.1.0-py3-none-any.whl", hash = "sha256:6abd5740ed05dff9efe0df18f0f7013eb4aa99c143f7177fbefb603888a990d0"}, - {file = "hypothesis-5.1.0.tar.gz", hash = "sha256:1b03916e72265655378c5e67f27663adb1e6175fe1ad906d58997b7a04ce99ad"}, + {file = "hypothesis-5.41.2-py3-none-any.whl", hash = "sha256:868be828390ae2d8bb90ba77271fd05269b9e0bc8d4ebb246a579edfcacfc4e7"}, + {file = "hypothesis-5.41.2.tar.gz", hash = "sha256:f8c281355aaba1da696e40f1488c2bb47c42660424f5750daea45a85e2d047b3"}, ] idna = [ {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"}, diff --git a/pyproject.toml b/pyproject.toml index 1ad326f..6f33615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ toml = { version = "^0.10.0", optional = true } [tool.poetry.dev-dependencies] pytest = "^6.1" -hypothesis = "^5.1" +hypothesis = "^5.41" isort = "^4.3" flake8 = "^3.8" black = "^19.3b0"