Skip to content

Commit

Permalink
build(deps-dev): bump hypothesis from 6.82.7 to 6.88.1 in /requirements
Browse files Browse the repository at this point in the history
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.7 to 6.88.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.82.7...hypothesis-python-6.88.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent c123101 commit c13cddc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ commonmark==0.9.1
# rich
configargparse==1.5.3
# via locust
exceptiongroup==1.1.3
# via
# anyio
# hypothesis
# pytest
execnet==1.9.0
# via pytest-xdist
fancycompleter==0.9.1
Expand Down Expand Up @@ -84,14 +89,20 @@ geventhttpclient==2.0.9
# via locust
greenlet==3.0.0rc3
# via gevent
hypothesis==6.82.7
hypothesis==6.88.1
# via -r requirements-dev.in
idna==3.4
# via
# -r requirements.txt
# anyio
# requests
# yarl
importlib-metadata==6.8.0
# via flask
importlib-resources==6.1.0
# via
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
# via pytest
isodate==0.6.1
Expand Down Expand Up @@ -132,6 +143,8 @@ packaging==23.1
# pytest
pdbpp==0.10.3
# via -r requirements-dev.in
pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.2.0
# via pytest
protobuf==3.20.3
Expand Down Expand Up @@ -197,10 +210,13 @@ sortedcontainers==2.4.0
# via hypothesis
tenacity==8.2.3
# via -r requirements.txt
tomli==2.0.1
# via pytest
typing-extensions==4.6.3
# via
# -r requirements.txt
# locust
# rich
ujson==5.8.0
# via -r requirements.txt
urllib3==2.0.7
Expand All @@ -221,6 +237,10 @@ yarl==1.9.2
# via
# -r requirements.txt
# aiohttp
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==6.0
Expand Down

0 comments on commit c13cddc

Please sign in to comment.