Skip to content

Commit

Permalink
Merge pull request #3034 from HypothesisWorks/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update pinned dependencies
  • Loading branch information
Zac-HD authored Jul 18, 2021
2 parents 3759eeb + eb17c16 commit b5af560
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
3 changes: 3 additions & 0 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RELEASE_TYPE: patch

This patch updates our autoformatting tools, improving our code style without any API changes.
1 change: 1 addition & 0 deletions hypothesis-python/src/hypothesis/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#
# END HEADER


class HypothesisException(Exception):
"""Generic parent class for exceptions thrown by Hypothesis."""

Expand Down
1 change: 1 addition & 0 deletions hypothesis-python/src/hypothesis/executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#
# END HEADER


def default_executor(function): # pragma: nocover
raise NotImplementedError() # We don't actually use this any more

Expand Down
1 change: 1 addition & 0 deletions hypothesis-python/src/hypothesis/internal/intervalsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#
# END HEADER


class IntervalSet:
def __init__(self, intervals):
self.intervals = tuple(intervals)
Expand Down
1 change: 1 addition & 0 deletions hypothesis-python/src/hypothesis/internal/lazyformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#
# END HEADER


class lazyformat:
"""A format string that isn't evaluated until it's needed."""

Expand Down
1 change: 1 addition & 0 deletions hypothesis-python/src/hypothesis/utils/conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#
# END HEADER


class UniqueIdentifier:
"""A factory for sentinel objects with nice reprs."""

Expand Down
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ numpy==1.21.0
# pandas
pandas==1.3.0
# via -r requirements/coverage.in
python-dateutil==2.8.1
python-dateutil==2.8.2
# via pandas
pytz==2021.1
# via
Expand Down
35 changes: 19 additions & 16 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
alabaster==0.7.12
# via sphinx
appdirs==1.4.4
# via
# black
# virtualenv
# via black
asgiref==3.4.1
# via django
attrs==21.2.0
Expand All @@ -23,21 +21,23 @@ babel==2.9.1
# via sphinx
backcall==0.2.0
# via ipython
backports.entry-points-selectable==1.1.0
# via virtualenv
bandit==1.7.0
# via flake8-bandit
black==21.6b0
black==21.7b0
# via
# blacken-docs
# shed
blacken-docs==1.10.0
# via -r requirements/tools.in
bleach==3.3.0
bleach==3.3.1
# via readme-renderer
certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
chardet==4.0.0
charset-normalizer==2.0.3
# via requests
click==7.1.2
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ gitdb==4.0.7
# via gitpython
gitpython==3.1.18
# via bandit
idna==2.10
idna==3.2
# via requests
imagesize==1.2.0
# via sphinx
Expand Down Expand Up @@ -169,6 +169,8 @@ pip-tools==6.2.0
# via -r requirements/tools.in
pkginfo==1.7.1
# via twine
platformdirs==2.0.2
# via virtualenv
pluggy==0.13.1
# via
# pytest
Expand Down Expand Up @@ -207,13 +209,13 @@ pyparsing==2.4.7
# via packaging
pytest==6.2.4
# via -r requirements/tools.in
python-dateutil==2.8.1
python-dateutil==2.8.2
# via -r requirements/tools.in
pytz==2021.1
# via
# babel
# django
pyupgrade==2.21.0
pyupgrade==2.21.2
# via shed
pyyaml==5.4.1
# via
Expand All @@ -223,7 +225,7 @@ readme-renderer==29.0
# via twine
regex==2021.7.6
# via black
requests==2.25.1
requests==2.26.0
# via
# -r requirements/tools.in
# requests-toolbelt
Expand All @@ -237,7 +239,7 @@ rfc3986==1.5.0
# via twine
secretstorage==3.3.1
# via keyring
shed==0.3.6
shed==0.3.7
# via -r requirements/tools.in
six==1.16.0
# via
Expand All @@ -256,11 +258,11 @@ snowballstemmer==2.1.0
# sphinx
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
sphinx==4.0.3
sphinx==4.1.1
# via
# -r requirements/tools.in
# sphinx-rtd-theme
sphinx-hoverxref==0.6b1
sphinx-hoverxref==0.7b1
# via -r requirements/tools.in
sphinx-rtd-theme==0.5.2
# via -r requirements/tools.in
Expand All @@ -287,12 +289,13 @@ tokenize-rt==4.1.0
toml==0.10.2
# via
# -r requirements/tools.in
# black
# mypy
# pep517
# pytest
# tox
tox==3.23.1
tomli==1.0.4
# via black
tox==3.24.0
# via -r requirements/tools.in
tqdm==4.61.2
# via twine
Expand All @@ -319,7 +322,7 @@ typing-inspect==0.7.1
# via libcst
urllib3==1.26.6
# via requests
virtualenv==20.4.7
virtualenv==20.6.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
Expand Down

0 comments on commit b5af560

Please sign in to comment.