diff --git a/poetry.lock b/poetry.lock index df0b70b..a221dc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,14 +491,14 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3. [[package]] name = "hypothesis" -version = "6.138.13" +version = "6.139.2" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "hypothesis-6.138.13-py3-none-any.whl", hash = "sha256:09f1130deb08e5d12fb3b59b55c113fd79debaaab9b224ffac17be8341de4326"}, - {file = "hypothesis-6.138.13.tar.gz", hash = "sha256:2bea91629b8b3bb103a5b51442b1037cede3aae26e56ec063c52b9d5d8eaf70b"}, + {file = "hypothesis-6.139.2-py3-none-any.whl", hash = "sha256:6f466780b7d1db074fb473af14e3111a5dd4fe36c47fcd776cd7c480ae0a02f2"}, + {file = "hypothesis-6.139.2.tar.gz", hash = "sha256:2dc2ff36ea977a9cb7fb68f24a5dbf5d673b88a2e502212676eafe09b699f511"}, ] [package.dependencies] @@ -2021,4 +2021,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "5c51ff3e7f907c7b6ccdef2e62f511776a967adea83425ca5314f9fc861ea21c" +content-hash = "3eca391f3224e90428c4d8c4627bc2781a03f117e891dbfd1989eaeedab4e59a" diff --git a/pyproject.toml b/pyproject.toml index 7dfe9e1..fe73334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ smart-open = {extras = ["s3"], version = ">=6.4,<8.0"} [tool.poetry.group.dev.dependencies] cheroot = "10.0.1" -hypothesis = "6.138.13" +hypothesis = "6.139.2" moto = {extras = ["s3"], version = "5.1.11"} mypy = "1.17.1" pdbpp = "0.11.7"