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 Jan 7, 2024
1 parent 6da7c6f commit 585f0a4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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>=2023.3 ; sys_platform == 'win32'",
"tzdata>=2023.4 ; sys_platform == 'win32'",
"backports.zoneinfo>=0.2.1 ; python_version<'3.9'",
],
# We only support Django versions with upstream support - see
Expand Down
10 changes: 5 additions & 5 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ annotated-types==0.6.0
# via -r requirements/coverage.in
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.0
# via hypothesis (hypothesis-python/setup.py)
black==23.12.1
# via -r requirements/coverage.in
click==8.1.7
# via
# -r requirements/coverage.in
# black
coverage==7.3.4
coverage==7.4.0
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand All @@ -38,7 +38,7 @@ mypy-extensions==1.0.0
# via
# black
# typing-inspect
numpy==1.26.2
numpy==1.26.3
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -58,7 +58,7 @@ pluggy==1.3.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-xdist
Expand Down Expand Up @@ -94,5 +94,5 @@ typing-extensions==4.9.0
# typing-inspect
typing-inspect==0.9.0
# via libcst
tzdata==2023.3
tzdata==2023.4
# via pandas
12 changes: 6 additions & 6 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ansi2html==1.9.1
# via dash
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.0
# via
# hypothesis
# hypothesis (hypothesis-python/setup.py)
Expand All @@ -31,7 +31,7 @@ click==8.1.7
# black
# flask
# hypothesis
coverage==7.3.4
coverage==7.4.0
# via
# -r requirements/coverage.in
# hypofuzz
Expand All @@ -58,7 +58,7 @@ flask==3.0.0
# via dash
hypofuzz==23.12.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.92.1
hypothesis[cli]==6.92.2
# via
# hypofuzz
# hypothesis
Expand Down Expand Up @@ -92,7 +92,7 @@ mypy-extensions==1.0.0
# typing-inspect
nest-asyncio==1.5.8
# via dash
numpy==1.26.2
numpy==1.26.3
# via
# -r requirements/coverage.in
# pandas
Expand Down Expand Up @@ -121,7 +121,7 @@ ptyprocess==0.7.0
# via pexpect
pygments==2.17.2
# via rich
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# hypofuzz
Expand Down Expand Up @@ -172,7 +172,7 @@ typing-extensions==4.9.0
# typing-inspect
typing-inspect==0.9.0
# via libcst
tzdata==2023.3
tzdata==2023.4
# via pandas
urllib3==2.1.0
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# ./build.sh upgrade-requirements
#
attrs==23.1.0
attrs==23.2.0
# via hypothesis (hypothesis-python/setup.py)
exceptiongroup==1.2.0 ; python_version < "3.11"
# via
Expand All @@ -22,7 +22,7 @@ pluggy==1.3.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-xdist
Expand Down
22 changes: 11 additions & 11 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.7.2
# via django
asttokens==2.4.1
# via stack-data
attrs==23.1.0
attrs==23.2.0
# via hypothesis (hypothesis-python/setup.py)
autoflake==2.2.1
# via shed
Expand Down Expand Up @@ -42,7 +42,7 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.3.4
coverage==7.4.0
# via -r requirements/tools.in
cryptography==41.0.7
# via
Expand All @@ -53,7 +53,7 @@ decorator==5.1.1
# via ipython
distlib==0.3.8
# via virtualenv
django==5.0
django==5.0.1
# via -r requirements/tools.in
docutils==0.20.1
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.21
# via cffi
pyflakes==3.1.0
pyflakes==3.2.0
# via autoflake
pygments==2.17.2
# via
Expand All @@ -177,9 +177,9 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.342
pyright==1.1.344
# via -r requirements/tools.in
pytest==7.4.3
pytest==7.4.4
# via -r requirements/tools.in
python-dateutil==2.8.2
# via -r requirements/tools.in
Expand All @@ -206,7 +206,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
ruff==0.1.9
ruff==0.1.11
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -279,7 +279,7 @@ tomli==2.0.1
# tox
tox==4.11.4
# via -r requirements/tools.in
traitlets==5.14.0
traitlets==5.14.1
# via
# ipython
# matplotlib-inline
Expand All @@ -289,11 +289,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.3.0.0
types-pyopenssl==23.3.0.20240106
# via types-redis
types-pytz==2023.3.1.1
# via -r requirements/tools.in
types-redis==4.6.0.11
types-redis==4.6.0.20240106
# via -r requirements/tools.in
typing-extensions==4.9.0
# via
Expand All @@ -311,7 +311,7 @@ urllib3==2.1.0
# twine
virtualenv==20.25.0
# via tox
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
wheel==0.42.0
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ def run_tox(task, version, *args):
"3.12": "3.12.1",
"3.13": "3.13.0a2",
"pypy3.8": "pypy3.8-7.3.11",
"pypy3.9": "pypy3.9-7.3.13",
"pypy3.10": "pypy3.10-7.3.13",
"pypy3.9": "pypy3.9-7.3.14",
"pypy3.10": "pypy3.10-7.3.14",
}
ci_version = "3.10" # Keep this in sync with GH Actions main.yml and .readthedocs.yml

Expand Down

0 comments on commit 585f0a4

Please sign in to comment.