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 Dec 17, 2023
1 parent 6a6c1cf commit 8d1999e
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 70 deletions.
4 changes: 4 additions & 0 deletions hypothesis-python/RELEASE.rst
@@ -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.
@@ -1,4 +1,4 @@
# Version 2023112500, Last Updated Sat Nov 25 07:07:01 2023 UTC
# Version 2023121600, Last Updated Sat Dec 16 07:07:01 2023 UTC
AAA
AARP
ABB
Expand Down Expand Up @@ -1016,7 +1016,6 @@ SB
SBI
SBS
SC
SCA
SCB
SCHAEFFLER
SCHMIDT
Expand Down
34 changes: 27 additions & 7 deletions requirements/coverage.txt
Expand Up @@ -4,19 +4,27 @@
#
# ./build.sh upgrade-requirements
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via -r requirements/coverage.in
async-timeout==4.0.3
# via redis
# via
# aiohttp
# redis
attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
black==23.11.0
# via
# aiohttp
# hypothesis (hypothesis-python/setup.py)
black==23.12.0
# via -r requirements/coverage.in
click==8.1.7
# via
# -r requirements/coverage.in
# black
coverage==7.3.2
coverage==7.3.3
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand All @@ -26,14 +34,24 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.20.0
fakeredis==2.20.1
# via -r requirements/coverage.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
iniconfig==2.0.0
# via pytest
lark==1.1.8
# via -r requirements/coverage.in
libcst==1.1.0
# via -r requirements/coverage.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via
# black
Expand All @@ -48,7 +66,7 @@ packaging==23.2
# pytest
pandas==2.1.4
# via -r requirements/coverage.in
pathspec==0.12.0
pathspec==0.12.1
# via black
pexpect==4.9.0
# via -r requirements/test.in
Expand Down Expand Up @@ -86,7 +104,7 @@ tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/coverage.in
# black
Expand All @@ -96,3 +114,5 @@ typing-inspect==0.9.0
# via libcst
tzdata==2023.3
# via pandas
yarl==1.9.4
# via aiohttp
37 changes: 28 additions & 9 deletions requirements/fuzzing.txt
Expand Up @@ -4,17 +4,24 @@
#
# ./build.sh upgrade-requirements
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via -r requirements/coverage.in
ansi2html==1.8.0
ansi2html==1.9.1
# via dash
async-timeout==4.0.3
# via redis
# via
# aiohttp
# redis
attrs==23.1.0
# via
# aiohttp
# hypothesis
# hypothesis (hypothesis-python/setup.py)
black==23.11.0
black==23.12.0
# via
# -r requirements/coverage.in
# hypofuzz
Expand All @@ -31,7 +38,7 @@ click==8.1.7
# black
# flask
# hypothesis
coverage==7.3.2
coverage==7.3.3
# via
# -r requirements/coverage.in
# hypofuzz
Expand All @@ -52,18 +59,24 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.20.0
fakeredis==2.20.1
# via -r requirements/coverage.in
flask==3.0.0
# via dash
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
hypofuzz==23.12.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.91.2
hypothesis[cli]==6.92.1
# via
# hypofuzz
# hypothesis
idna==3.6
# via requests
# via
# requests
# yarl
importlib-metadata==7.0.0
# via dash
iniconfig==2.0.0
Expand All @@ -86,6 +99,10 @@ markupsafe==2.1.3
# werkzeug
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via
# black
Expand All @@ -105,7 +122,7 @@ pandas==2.1.4
# via
# -r requirements/coverage.in
# hypofuzz
pathspec==0.12.0
pathspec==0.12.1
# via black
pexpect==4.9.0
# via -r requirements/test.in
Expand Down Expand Up @@ -163,7 +180,7 @@ tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/coverage.in
# black
Expand All @@ -180,6 +197,8 @@ werkzeug==3.0.1
# via
# dash
# flask
yarl==1.9.4
# via aiohttp
zipp==3.17.0
# via importlib-metadata

Expand Down

0 comments on commit 8d1999e

Please sign in to comment.