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 Mar 17, 2024
1 parent 35b5e3d commit 5c27a90
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 33 deletions.
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.1", "crosshair-tool>=0.0.50"],
"crosshair": ["hypothesis-crosshair>=0.0.2", "crosshair-tool>=0.0.51"],
# 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": [
Expand Down
1 change: 0 additions & 1 deletion hypothesis-python/src/hypothesis/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.


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

Expand Down
1 change: 0 additions & 1 deletion hypothesis-python/src/hypothesis/utils/conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.


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

Expand Down
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ async-timeout==4.0.3
# via redis
attrs==23.2.0
# via hypothesis (hypothesis-python/setup.py)
black==24.2.0
black==24.3.0
# via -r requirements/coverage.in
click==8.1.7
# via
# -r requirements/coverage.in
# black
coverage==7.4.3
coverage==7.4.4
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand All @@ -26,7 +26,7 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.21.2
fakeredis==2.21.3
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand Down
14 changes: 7 additions & 7 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.2.0
# via
# hypothesis
# hypothesis (hypothesis-python/setup.py)
black==24.2.0
black==24.3.0
# via
# -r requirements/coverage.in
# hypofuzz
Expand All @@ -29,7 +29,7 @@ click==8.1.7
# black
# flask
# hypothesis
coverage==7.4.3
coverage==7.4.4
# via
# -r requirements/coverage.in
# hypofuzz
Expand All @@ -50,13 +50,13 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.21.2
fakeredis==2.21.3
# via -r requirements/coverage.in
flask==3.0.2
# via dash
hypofuzz==24.2.3
# via -r requirements/fuzzing.in
hypothesis[cli]==6.99.1
hypothesis[cli]==6.99.6
# via hypofuzz
idna==3.6
# via requests
Expand Down Expand Up @@ -108,7 +108,7 @@ pexpect==4.9.0
# via -r requirements/test.in
platformdirs==4.2.0
# via black
plotly==5.19.0
plotly==5.20.0
# via dash
pluggy==1.4.0
# via pytest
Expand Down Expand Up @@ -179,9 +179,9 @@ werkzeug==3.0.1
# via
# dash
# flask
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.1.1
setuptools==69.2.0
# via dash
35 changes: 15 additions & 20 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ asttokens==2.4.1
# via stack-data
attrs==23.2.0
# via hypothesis (hypothesis-python/setup.py)
autoflake==2.3.0
# via shed
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.3
# via sphinx-codeautolink
black==24.2.0
black==24.3.0
# via shed
blinker==1.7.0
# via pelican
Expand All @@ -46,7 +44,7 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.4.3
coverage==7.4.4
# via -r requirements/tools.in
cryptography==42.0.5
# via
Expand Down Expand Up @@ -97,8 +95,6 @@ iniconfig==2.0.0
# via pytest
ipython==8.22.2
# via -r requirements/tools.in
isort==5.13.2
# via shed
jaraco-classes==3.3.1
# via keyring
jedi==0.19.1
Expand All @@ -121,7 +117,7 @@ libcst==1.2.0
# via
# -r requirements/tools.in
# shed
markdown==3.5.2
markdown==3.6
# via pelican
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -185,8 +181,6 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.21
# via cffi
pyflakes==3.2.0
# via autoflake
pygments==2.17.2
# via
# ipython
Expand All @@ -200,7 +194,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pyright==1.1.353
pyright==1.1.354
# via -r requirements/tools.in
pytest==8.1.1
# via -r requirements/tools.in
Expand Down Expand Up @@ -235,11 +229,13 @@ rich==13.7.1
# via
# pelican
# twine
ruff==0.3.2
# via -r requirements/tools.in
ruff==0.3.3
# via
# -r requirements/tools.in
# shed
secretstorage==3.3.3
# via keyring
shed==2024.1.1
shed==2024.3.1
# via -r requirements/tools.in
six==1.16.0
# via
Expand Down Expand Up @@ -294,7 +290,6 @@ tokenize-rt==5.2.0
# via pyupgrade
tomli==2.0.1
# via
# autoflake
# black
# build
# mypy
Expand All @@ -305,7 +300,7 @@ tomli==2.0.1
# tox
tox==4.14.1
# via -r requirements/tools.in
traitlets==5.14.1
traitlets==5.14.2
# via
# ipython
# matplotlib-inline
Expand All @@ -315,11 +310,11 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==24.0.0.20240228
types-pyopenssl==24.0.0.20240311
# via types-redis
types-pytz==2024.1.0.20240203
# via -r requirements/tools.in
types-redis==4.6.0.20240218
types-redis==4.6.0.20240311
# via -r requirements/tools.in
typing-extensions==4.10.0
# via
Expand All @@ -344,15 +339,15 @@ watchfiles==0.21.0
# via pelican
wcwidth==0.2.13
# via prompt-toolkit
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.1.1
setuptools==69.2.0
# via
# nodeenv
# pip-tools

0 comments on commit 5c27a90

Please sign in to comment.