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): bump hypothesis from 6.54.3 to 6.54.4 #4464

Merged
merged 1 commit into from Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -2,7 +2,7 @@ autoflake==1.4
ansi2html==1.8.0
flake8==5.0.4
flake8-quotes==3.3.1
hypothesis==6.54.3
hypothesis==6.54.4
markdown-include==0.7.0
mdx-truly-sane-lists==1.3
mkdocs==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-linting.txt
@@ -1,7 +1,7 @@
black==22.6.0
flake8==5.0.4
flake8-quotes==3.3.1
hypothesis==6.54.3
hypothesis==6.54.4
isort==5.10.1
pyupgrade==2.37.3
mypy==0.971
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-testing.txt
@@ -1,5 +1,5 @@
coverage==6.4.4
hypothesis==6.54.3
hypothesis==6.54.4
# pin importlib-metadata as upper versions need typing-extensions to work if on Python < 3.8
importlib-metadata==3.1.0;python_version<"3.8"
mypy==0.971
Expand Down