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.3.0 to 6.60.0 #174

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
build(deps): bump hypothesis from 6.3.0 to 6.60.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.3.0 to 6.60.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.3.0...hypothesis-python-6.60.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 5, 2022
commit f0c7ed8adae43999284848eb576934404f8c5c63
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansi2html==1.6.0
flake8==3.8.4
flake8-quotes==3.2.0
hypothesis==6.3.0
hypothesis==6.60.0
markdown-include==0.6.0
mdx-truly-sane-lists==1.2
mkdocs==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-linting.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==20.8b1
flake8==3.8.4
flake8-quotes==3.2.0
hypothesis==6.3.0
hypothesis==6.60.0
isort==5.7.0
mypy==0.812
pycodestyle==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==5.5
hypothesis==6.3.0
hypothesis==6.60.0
# 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.812
Expand Down