Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Sep 29, 2024
1 parent 879225d commit 7fdad0b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 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.
4 changes: 2 additions & 2 deletions hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ def local_file(name):
"pytest": ["pytest>=4.6"],
"dpcontracts": ["dpcontracts>=0.4"],
"redis": ["redis>=3.0.0"],
"crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.71"],
"crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.72"],
# zoneinfo is an odd one: every dependency is conditional, because they're
# only necessary on old versions of Python or Windows systems or emscripten.
"zoneinfo": [
"tzdata>=2024.1 ; sys_platform == 'win32' or sys_platform == 'emscripten'",
"tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'",
"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 2024071300, Last Updated Sat Jul 13 07:07:01 2024 UTC
# Version 2024092800, Last Updated Sat Sep 28 07:07:01 2024 UTC
AAA
AARP
ABB
Expand Down Expand Up @@ -297,7 +297,6 @@ CY
CYMRU
CYOU
CZ
DABUR
DAD
DANCE
DATA
Expand Down
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
# pytest
execnet==2.1.1
# via pytest-xdist
fakeredis==2.24.1
fakeredis==2.25.0
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -80,7 +80,7 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via libcst
redis==5.0.8
redis==5.1.0
# via fakeredis
six==1.16.0
# via python-dateutil
Expand All @@ -98,5 +98,5 @@ typing-extensions==4.12.2
# -r requirements/coverage.in
# black
# fakeredis
tzdata==2024.1
tzdata==2024.2
# via pandas
8 changes: 4 additions & 4 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
# pytest
execnet==2.1.1
# via pytest-xdist
fakeredis==2.24.1
fakeredis==2.25.0
# via -r requirements/coverage.in
flask==3.0.3
# via dash
hypofuzz==24.2.3
hypofuzz==24.9.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.112.1
# via hypofuzz
Expand Down Expand Up @@ -139,7 +139,7 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via libcst
redis==5.0.8
redis==5.1.0
# via fakeredis
requests==2.32.3
# via
Expand Down Expand Up @@ -171,7 +171,7 @@ typing-extensions==4.12.2
# black
# dash
# fakeredis
tzdata==2024.1
tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
Expand Down
13 changes: 7 additions & 6 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jedi==0.19.1
# via ipython
Expand Down Expand Up @@ -167,7 +167,7 @@ parso==0.8.4
# via jedi
pathspec==0.12.1
# via black
pelican[markdown]==4.10.0
pelican[markdown]==4.10.1
# via -r requirements/tools.in
pexpect==4.9.0
# via ipython
Expand All @@ -184,7 +184,7 @@ pluggy==1.5.0
# via
# pytest
# tox
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand All @@ -207,7 +207,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyright==1.1.381
pyright==1.1.382.post1
# via -r requirements/tools.in
pytest==8.3.3
# via -r requirements/tools.in
Expand Down Expand Up @@ -242,7 +242,7 @@ rich==13.8.1
# via
# pelican
# twine
ruff==0.6.7
ruff==0.6.8
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -338,13 +338,14 @@ typing-extensions==4.12.2
# black
# ipython
# mypy
# pyright
unidecode==1.3.8
# via pelican
urllib3==2.2.3
# via
# requests
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
watchfiles==0.24.0
# via pelican
Expand Down

0 comments on commit 7fdad0b

Please sign in to comment.