Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump hypothesis from 6.82.7 to 6.88.1 in /requirements #749

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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