Skip to content

Commit

Permalink
Merge pull request #3600 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 committed Mar 27, 2023
2 parents 70b713a + 8a10706 commit 51705da
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 33 deletions.
4 changes: 4 additions & 0 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RELEASE_TYPE: patch

This patch updates our vendored `list of top-level domains <https://www.iana.org/domains/root/db>`__,
which is used by the provisional :func:`~hypothesis.provisional.domains` strategy.
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def local_file(name):
# zoneinfo is an odd one: every dependency is conditional, because they're
# only necessary on old versions of Python or Windows systems.
"zoneinfo": [
"tzdata>=2022.7 ; sys_platform == 'win32'",
"tzdata>=2023.2 ; sys_platform == 'win32'",
"backports.zoneinfo>=0.2.1 ; python_version<'3.9'",
],
# We only support Django versions with upstream support - see
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2023031100, Last Updated Sat Mar 11 07:07:01 2023 UTC
# Version 2023032500, Last Updated Sat Mar 25 07:07:02 2023 UTC
AAA
AARP
ABARTH
Expand Down Expand Up @@ -708,7 +708,6 @@ LILLY
LIMITED
LIMO
LINCOLN
LINDE
LINK
LIPSY
LIVE
Expand Down
16 changes: 8 additions & 8 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ click==8.1.3
# via
# -r requirements/coverage.in
# black
coverage==7.2.1
coverage==7.2.2
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.1.0 ; python_version < "3.11"
exceptiongroup==1.1.1 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
execnet==1.9.0
# via pytest-xdist
fakeredis==2.10.0
fakeredis==2.10.2
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand All @@ -48,11 +48,11 @@ packaging==23.0
# pytest
pandas==1.5.3
# via -r requirements/coverage.in
pathspec==0.11.0
pathspec==0.11.1
# via black
pexpect==4.8.0
# via -r requirements/test.in
platformdirs==3.1.1
platformdirs==3.2.0
# via black
pluggy==1.0.0
# via pytest
Expand All @@ -62,19 +62,19 @@ pytest==7.2.2
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.2.0
pytest-xdist==3.2.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/coverage.in
# pandas
pytz==2022.7.1
pytz==2023.2
# via
# -r requirements/coverage.in
# pandas
pyyaml==6.0
# via libcst
redis==4.5.1
redis==4.5.3
# via fakeredis
six==1.16.0
# via python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==22.2.0
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
exceptiongroup==1.1.0 ; python_version < "3.11"
exceptiongroup==1.1.1 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand All @@ -28,7 +28,7 @@ pytest==7.2.2
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.2.0
pytest-xdist==3.2.1
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
Expand Down
40 changes: 20 additions & 20 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ backcall==0.2.0
# via ipython
bandit==1.7.5
# via flake8-bandit
beautifulsoup4==4.11.2
beautifulsoup4==4.12.0
# via sphinx-codeautolink
black==23.1.0
# via shed
Expand Down Expand Up @@ -53,9 +53,9 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.2.1
coverage==7.2.2
# via -r requirements/tools.in
cryptography==39.0.2
cryptography==40.0.1
# via
# secretstorage
# types-pyopenssl
Expand All @@ -74,13 +74,13 @@ docutils==0.18.1
# sphinx-rtd-theme
dpcontracts==0.6.0
# via -r requirements/tools.in
exceptiongroup==1.1.0 ; python_version < "3.11"
exceptiongroup==1.1.1 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
executing==1.2.0
# via stack-data
filelock==3.9.0
filelock==3.10.5
# via
# tox
# virtualenv
Expand All @@ -101,19 +101,19 @@ flake8-2020==1.7.0
# via -r requirements/tools.in
flake8-bandit==4.1.1
# via -r requirements/tools.in
flake8-bugbear==23.2.13
flake8-bugbear==23.3.23
# via -r requirements/tools.in
flake8-builtins==2.1.0
# via -r requirements/tools.in
flake8-comprehensions==3.10.1
flake8-comprehensions==3.11.1
# via -r requirements/tools.in
flake8-datetimez==20.10.0
# via -r requirements/tools.in
flake8-docstrings==1.7.0
# via -r requirements/tools.in
flake8-mutable==1.2.0
# via -r requirements/tools.in
flake8-noqa==1.3.0
flake8-noqa==1.3.1
# via -r requirements/tools.in
flake8-pie==0.16.0
# via -r requirements/tools.in
Expand All @@ -135,7 +135,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# via
# keyring
# twine
Expand Down Expand Up @@ -194,7 +194,7 @@ packaging==23.0
# tox
parso==0.8.3
# via jedi
pathspec==0.11.0
pathspec==0.11.1
# via black
pbr==5.11.1
# via stevedore
Expand All @@ -206,7 +206,7 @@ pip-tools==6.12.3
# via -r requirements/tools.in
pkginfo==1.9.6
# via twine
platformdirs==3.1.1
platformdirs==3.2.0
# via
# black
# tox
Expand Down Expand Up @@ -237,11 +237,11 @@ pygments==2.14.0
# readme-renderer
# rich
# sphinx
pyproject-api==1.5.0
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.298
pyright==1.1.300
# via -r requirements/tools.in
pytest==7.2.2
# via -r requirements/tools.in
Expand Down Expand Up @@ -296,6 +296,7 @@ sphinx==6.1.3
# sphinx-codeautolink
# sphinx-hoverxref
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-codeautolink==0.14.1
# via -r requirements/tools.in
sphinx-hoverxref==1.3.0
Expand All @@ -310,7 +311,7 @@ sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jquery==2.0.0
sphinxcontrib-jquery==4.1
# via
# sphinx-hoverxref
# sphinx-rtd-theme
Expand Down Expand Up @@ -338,7 +339,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.4.6
tox==4.4.7
# via -r requirements/tools.in
traitlets==5.9.0
# via
Expand All @@ -350,11 +351,11 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==23.0.0.4
types-pyopenssl==23.1.0.0
# via types-redis
types-pytz==2022.7.1.2
# via -r requirements/tools.in
types-redis==4.5.1.5
types-redis==4.5.3.0
# via -r requirements/tools.in
typing-extensions==4.5.0
# via
Expand All @@ -370,13 +371,13 @@ urllib3==1.26.15
# via
# requests
# twine
virtualenv==20.20.0
virtualenv==20.21.0
# via tox
wcwidth==0.2.6
# via prompt-toolkit
webencodings==0.5.1
# via bleach
wheel==0.38.4
wheel==0.40.0
# via pip-tools
zipp==3.15.0
# via importlib-metadata
Expand All @@ -388,4 +389,3 @@ setuptools==67.6.0
# via
# nodeenv
# pip-tools
# sphinxcontrib-jquery

0 comments on commit 51705da

Please sign in to comment.