From eb447d8198aa800e22c552eed3c1eec06c0c075c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:49:37 +0000 Subject: [PATCH] Bump hypothesis from 6.88.1 to 6.88.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.88.1 to 6.88.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.88.1...hypothesis-python-6.88.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 26 +++++++++++++++++++++++--- requirements.unit.txt | 4 +++- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 48df1ba8..90081af6 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -193,6 +193,12 @@ distlib==0.3.6 \ --hash=sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46 \ --hash=sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e # via virtualenv +exceptiongroup==1.1.3 \ + --hash=sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9 \ + --hash=sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3 + # via + # hypothesis + # pytest filelock==3.9.0 \ --hash=sha256:7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de \ --hash=sha256:f58d535af89bb9ad5cd4df046f741f8553a418c01a7856bf0d173bbc9f6bd16d @@ -201,9 +207,9 @@ freezegun==1.2.2 \ --hash=sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446 \ --hash=sha256:ea1b963b993cb9ea195adbd893a48d573fda951b0da64f60883d7e988b606c9f # via pytest-freezegun -hypothesis==6.88.1 \ - --hash=sha256:b45b8a651dfe4ce26f900ce6ccbce997d4fbec39ba03dd243516bf81fea8c0b8 \ - --hash=sha256:f4c2c004b9ec3e0e25332ad2cb6b91eba477a855557a7b5c6e79068809ff8b51 +hypothesis==6.88.3 \ + --hash=sha256:5cfda253e34726c98ab04b9595fca15677ee9f4f6055146aea25a6278d71f6f1 \ + --hash=sha256:781ce6fd35e11ca77ad132a20cebe66fd215f56678f8efd6b87013b14500151b # via -r requirements.dev.in identify==2.5.17 \ --hash=sha256:7d526dd1283555aafcc91539acc061d8f6f59adb0a7bba462735b0a318bff7ed \ @@ -359,10 +365,24 @@ sortedcontainers==2.4.0 \ --hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 \ --hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0 # via hypothesis +tomli==2.0.1 \ + --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ + --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f + # via + # black + # build + # check-manifest + # pip-tools + # pyproject-hooks + # pytest types-pyyaml==6.0.12.9 \ --hash=sha256:5aed5aa66bd2d2e158f75dda22b059570ede988559f030cf294871d3b647e3e8 \ --hash=sha256:c51b1bd6d99ddf0aa2884a7a328810ebf70a4262c292195d3f4f9a0005f9eeb6 # via responses +typing-extensions==4.8.0 \ + --hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \ + --hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef + # via black urllib3==1.26.14 \ --hash=sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72 \ --hash=sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1 diff --git a/requirements.unit.txt b/requirements.unit.txt index 6a9a448f..068f2203 100644 --- a/requirements.unit.txt +++ b/requirements.unit.txt @@ -6,7 +6,9 @@ # attrs==22.2.0 # via hypothesis -hypothesis==6.88.1 +exceptiongroup==1.1.3 + # via hypothesis +hypothesis==6.88.3 # via -r requirements.unit.in sortedcontainers==2.4.0 # via hypothesis