diff --git a/poetry.lock b/poetry.lock index 2b731f9..2730747 100644 --- a/poetry.lock +++ b/poetry.lock @@ -206,13 +206,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "hypothesis" -version = "6.108.2" +version = "6.112.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.108.2-py3-none-any.whl", hash = "sha256:2341d21d0e956bad8bd6269aa7d4f3233507f3ed52380c60ceb2f8b71f87a8e5"}, - {file = "hypothesis-6.108.2.tar.gz", hash = "sha256:62cf1c16bd98548b6a84007c5fb8cf6d9cb358dad870adb4f236c795ef162fdd"}, + {file = "hypothesis-6.112.0-py3-none-any.whl", hash = "sha256:1e6adbd9534c0d691690b5006904327ea37c851d4e15262a22094aa77879e84d"}, + {file = "hypothesis-6.112.0.tar.gz", hash = "sha256:06ea8857e1e711a1a6f24154a3c8c4eab04b041993206aaa267f98b859fd6ef5"}, ] [package.dependencies] @@ -222,10 +222,10 @@ sortedcontainers = ">=2.1.0,<3.0.0" tzdata = {version = ">=2024.1", optional = true, markers = "(sys_platform == \"win32\" or sys_platform == \"emscripten\") and extra == \"zoneinfo\""} [package.extras] -all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "crosshair-tool (>=0.0.61)", "django (>=3.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.7)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2024.1)"] +all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "crosshair-tool (>=0.0.70)", "django (>=3.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.13)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2024.1)"] cli = ["black (>=19.10b0)", "click (>=7.0)", "rich (>=9.0.0)"] codemods = ["libcst (>=0.3.16)"] -crosshair = ["crosshair-tool (>=0.0.61)", "hypothesis-crosshair (>=0.0.7)"] +crosshair = ["crosshair-tool (>=0.0.70)", "hypothesis-crosshair (>=0.0.13)"] dateutil = ["python-dateutil (>=1.4)"] django = ["django (>=3.2)"] dpcontracts = ["dpcontracts (>=0.4)"] @@ -798,4 +798,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "71288fe512b2669e3dec9578d4b4407feb195ae355b91e7635c0d7643019ed9a" +content-hash = "5f02e0b0843143387a2a75fccf6390516b7e615dc61fb2b622e024b8086a2047" diff --git a/pyproject.toml b/pyproject.toml index 8ad8a7e..9d92009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ bandit = "^1.7.9" flake8 = "^7.1.0" pytest = "^8.3.2" pre-commit = "^3.8.0" -hypothesis = {extras = ["zoneinfo"], version = "^6.108.2"} +hypothesis = {extras = ["zoneinfo"], version = "^6.112.0"} [build-system] requires = ["poetry-core>=1.0.0"]