Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2022
1 parent f1fb4f2 commit 2add8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -2,7 +2,7 @@ autoflake==1.5.3
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

0 comments on commit 2add8a9

Please sign in to comment.