Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pinned dependencies #4178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
NODE_VERSION: 18
# Note that the versions below must be updated in sync; we've automated
# that with `update_pyodide_versions()` in our weekly cronjob.
PYODIDE_VERSION: 0.26.3
PYODIDE_VERSION: 0.26.4
PYTHON_VERSION: 3.12.1
EMSCRIPTEN_VERSION: 3.1.58
steps:
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def local_file(name):
"pytest": ["pytest>=4.6"],
"dpcontracts": ["dpcontracts>=0.4"],
"redis": ["redis>=3.0.0"],
"crosshair": ["hypothesis-crosshair>=0.0.18", "crosshair-tool>=0.0.77"],
"crosshair": ["hypothesis-crosshair>=0.0.18", "crosshair-tool>=0.0.78"],
# zoneinfo is an odd one: every dependency is platform-conditional.
"zoneinfo": [
"tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'",
Expand Down
12 changes: 6 additions & 6 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ async-timeout==5.0.1
# via redis
attrs==24.1.0
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kinda annoying, I might add a bit more of a rewrite to keep it short.

# hypothesis (hypothesis-python/setup.py)
black==24.10.0
# via -r requirements/coverage.in
click==8.1.7
# via
# -r requirements/coverage.in
# black
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via pytest-cov
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand Down Expand Up @@ -51,7 +51,7 @@ pandas==2.2.3
pathspec==0.12.1
# via black
pexpect==4.9.0
# via -r requirements/test.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
platformdirs==4.3.6
# via black
pluggy==1.5.0
Expand All @@ -62,13 +62,13 @@ pyarrow==18.0.0
# via -r requirements/coverage.in
pytest==8.3.3
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
# pytest-cov
# pytest-xdist
pytest-cov==6.0.0
# via -r requirements/coverage.in
pytest-xdist==3.6.1
# via -r requirements/test.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
python-dateutil==2.9.0.post0
# via
# -r requirements/coverage.in
Expand All @@ -87,7 +87,7 @@ sortedcontainers==2.4.0
# via
# fakeredis
# hypothesis (hypothesis-python/setup.py)
tomli==2.0.2
tomli==2.1.0
# via
# black
# coverage
Expand Down
46 changes: 23 additions & 23 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
# ./build.sh upgrade-requirements
#
annotated-types==0.7.0
# via -r requirements/coverage.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
async-timeout==5.0.1
# via redis
attrs==24.1.0
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
# hypothesis
# hypothesis (hypothesis-python/setup.py)
black==24.10.0
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# hypofuzz
# hypothesis
blinker==1.9.0
Expand All @@ -26,11 +26,11 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# black
# flask
# hypothesis
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# hypofuzz
# pytest-cov
Expand All @@ -43,7 +43,7 @@ dash-html-components==2.0.0
dash-table==5.0.0
# via dash
dpcontracts==0.6.0
# via -r requirements/coverage.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
exceptiongroup==1.2.2 ; python_version < "3.11"
# via
# hypothesis
Expand All @@ -52,12 +52,12 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
execnet==2.1.1
# via pytest-xdist
fakeredis==2.26.1
# via -r requirements/coverage.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
flask==3.0.3
# via dash
hypofuzz==24.9.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.118.6
hypothesis[cli]==6.119.1
# via hypofuzz
idna==3.10
# via requests
Expand All @@ -70,10 +70,10 @@ itsdangerous==2.2.0
jinja2==3.1.4
# via flask
lark==1.2.2
# via -r requirements/coverage.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
libcst==1.5.0
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# hypofuzz
markdown-it-py==3.0.0
# via rich
Expand All @@ -89,7 +89,7 @@ nest-asyncio==1.6.0
# via dash
numpy==2.1.3
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# pandas
packaging==24.2
# via
Expand All @@ -98,12 +98,12 @@ packaging==24.2
# pytest
pandas==2.2.3
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# hypofuzz
pathspec==0.12.1
# via black
pexpect==4.9.0
# via -r requirements/test.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
platformdirs==4.3.6
# via black
plotly==5.24.1
Expand All @@ -115,26 +115,26 @@ psutil==6.1.0
ptyprocess==0.7.0
# via pexpect
pyarrow==18.0.0
# via -r requirements/coverage.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
pygments==2.18.0
# via rich
pytest==8.3.3
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
# hypofuzz
# pytest-cov
# pytest-xdist
pytest-cov==6.0.0
# via -r requirements/coverage.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
pytest-xdist==3.6.1
# via -r requirements/test.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
python-dateutil==2.9.0.post0
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# pandas
pytz==2024.2
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# pandas
pyyaml==6.0.2
# via libcst
Expand All @@ -159,14 +159,14 @@ sortedcontainers==2.4.0
# hypothesis (hypothesis-python/setup.py)
tenacity==9.0.0
# via plotly
tomli==2.0.2
tomli==2.1.0
# via
# black
# coverage
# pytest
typing-extensions==4.12.2
# via
# -r requirements/coverage.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/coverage.in
# black
# dash
# fakeredis
Expand All @@ -179,9 +179,9 @@ werkzeug==3.0.6
# via
# dash
# flask
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0
setuptools==75.5.0
# via dash
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pytest-xdist==3.6.1
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
tomli==2.0.2
tomli==2.1.0
# via pytest
28 changes: 14 additions & 14 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asttokens==2.4.1
# via stack-data
attrs==24.1.0
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
# hypothesis (hypothesis-python/setup.py)
autoflake==2.3.1
# via shed
Expand Down Expand Up @@ -50,7 +50,7 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.6.4
coverage==7.6.7
# via -r requirements/tools.in
cryptography==43.0.3
# via
Expand Down Expand Up @@ -111,7 +111,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jedi==0.19.1
jedi==0.19.2
# via ipython
jeepney==0.8.0
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ pelican[markdown]==4.10.1
# via -r requirements/tools.in
pexpect==4.9.0
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
# ipython
pip-tools==7.4.1
# via -r requirements/tools.in
Expand Down Expand Up @@ -213,14 +213,14 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pyright==1.1.388
pyright==1.1.389
# via -r requirements/tools.in
pytest==8.3.3
# via
# -r requirements/test.in
# -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
# pytest-xdist
pytest-xdist==3.6.1
# via -r requirements/test.in
# via -r /home/runner/work/hypothesis/hypothesis/requirements/test.in
python-dateutil==2.9.0.post0
# via
# -r requirements/tools.in
Expand Down Expand Up @@ -252,7 +252,7 @@ rich==13.9.4
# via
# pelican
# twine
ruff==0.7.3
ruff==0.7.4
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -283,7 +283,7 @@ sphinx-hoverxref==1.4.1
# via -r requirements/tools.in
sphinx-jsonschema==1.19.1
# via -r requirements/tools.in
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via -r requirements/tools.in
sphinx-selective-exclude==1.0.3
# via -r requirements/tools.in
Expand All @@ -303,13 +303,13 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stack-data==0.6.3
# via ipython
tokenize-rt==6.1.0
# via pyupgrade
tomli==2.0.2
tomli==2.1.0
# via
# autoflake
# black
Expand Down Expand Up @@ -338,7 +338,7 @@ types-pytz==2024.2.0.20241003
# via -r requirements/tools.in
types-redis==4.6.0.20241004
# via -r requirements/tools.in
types-setuptools==75.3.0.20241107
types-setuptools==75.5.0.20241116
# via types-cffi
typing-extensions==4.12.2
# via
Expand All @@ -365,11 +365,11 @@ wcwidth==0.2.13
# via prompt-toolkit
wheel==0.45.0
# via pip-tools
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.3.0
setuptools==75.5.0
# via pip-tools
Loading