Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via -r requirements/coverage.in
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via hypothesis (hypothesis-python/setup.py)
black==24.8.0
# via -r requirements/coverage.in
Expand Down Expand Up @@ -76,7 +76,7 @@ pytz==2024.1
# via
# -r requirements/coverage.in
# pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via libcst
redis==5.0.8
# via fakeredis
Expand Down
6 changes: 3 additions & 3 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via -r requirements/coverage.in
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via
# hypothesis
# hypothesis (hypothesis-python/setup.py)
Expand Down Expand Up @@ -56,7 +56,7 @@ flask==3.0.3
# via dash
hypofuzz==24.2.3
# via -r requirements/fuzzing.in
hypothesis[cli]==6.108.9
hypothesis[cli]==6.110.1
# via hypofuzz
idna==3.7
# via requests
Expand Down Expand Up @@ -136,7 +136,7 @@ pytz==2024.1
# via
# -r requirements/coverage.in
# pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via libcst
redis==5.0.8
# via fakeredis
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# ./build.sh upgrade-requirements
#
attrs==24.1.0
attrs==24.2.0
# via hypothesis (hypothesis-python/setup.py)
exceptiongroup==1.2.2 ; python_version < "3.11"
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via django
asttokens==2.4.1
# via stack-data
attrs==24.1.0
attrs==24.2.0
# via hypothesis (hypothesis-python/setup.py)
autoflake==2.3.1
# via shed
babel==2.15.0
babel==2.16.0
# via sphinx
backports-tarfile==1.2.0
# via jaraco-context
Expand All @@ -32,7 +32,7 @@ cachetools==5.4.0
# via tox
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
chardet==5.2.0
# via tox
Expand All @@ -59,7 +59,7 @@ decorator==5.1.1
# via ipython
distlib==0.3.8
# via virtualenv
django==5.0.7
django==5.1
# via -r requirements/tools.in
docutils==0.20.1
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ matplotlib-inline==0.1.7
# via ipython
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -207,7 +207,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyright==1.1.374
pyright==1.1.375
# via -r requirements/tools.in
pytest==8.3.2
# via -r requirements/tools.in
Expand All @@ -219,7 +219,7 @@ pytz==2024.1
# via feedgenerator
pyupgrade==3.17.0
# via shed
pyyaml==6.0.1
pyyaml==6.0.2
# via
# libcst
# sphinx-jsonschema
Expand All @@ -242,7 +242,7 @@ rich==13.7.1
# via
# pelican
# twine
ruff==0.5.6
ruff==0.5.7
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -310,7 +310,7 @@ tomli==2.0.1
# pytest
# sphinx
# tox
tox==4.17.0
tox==4.17.1
# via -r requirements/tools.in
traitlets==5.14.3
# via
Expand Down Expand Up @@ -346,7 +346,7 @@ urllib3==2.2.2
# twine
virtualenv==20.26.3
# via tox
watchfiles==0.22.0
watchfiles==0.23.0
# via pelican
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def run_tox(task, version, *args):
"3.9": "3.9.19",
"3.10": "3.10.14",
"3.11": "3.11.9",
"3.12": "3.12.4",
"3.12": "3.12.5",
"3.13": "3.13.0rc1",
"3.13t": "3.13t-dev",
"3.14": "3.14-dev",
Expand Down