Skip to content

Commit

Permalink
Merge pull request HypothesisWorks#3887 from HypothesisWorks/create-p…
Browse files Browse the repository at this point in the history
…ull-request/patch

Update pinned dependencies
  • Loading branch information
Zac-HD committed Feb 18, 2024
2 parents ae2ff82 + a80cd32 commit ed231ae
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.21.0
fakeredis==2.21.1
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -61,7 +61,7 @@ ptyprocess==0.7.0
# via pexpect
pyarrow==15.0.0
# via -r requirements/coverage.in
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-xdist
Expand Down
8 changes: 4 additions & 4 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.21.0
fakeredis==2.21.1
# via -r requirements/coverage.in
flask==3.0.2
# via dash
hypofuzz==24.2.2
# via -r requirements/fuzzing.in
hypothesis[cli]==6.98.4
hypothesis[cli]==6.98.6
# via
# hypofuzz
# hypothesis
Expand Down Expand Up @@ -110,7 +110,7 @@ pexpect==4.9.0
# via -r requirements/test.in
platformdirs==4.2.0
# via black
plotly==5.18.0
plotly==5.19.0
# via dash
pluggy==1.4.0
# via pytest
Expand All @@ -122,7 +122,7 @@ pyarrow==15.0.0
# via -r requirements/coverage.in
pygments==2.17.2
# via rich
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.in
# hypofuzz
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pluggy==1.4.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-xdist
Expand Down
14 changes: 8 additions & 6 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ com2ann==0.3.0
# via shed
coverage==7.4.1
# via -r requirements/tools.in
cryptography==42.0.2
cryptography==42.0.3
# via
# secretstorage
# types-pyopenssl
Expand Down Expand Up @@ -162,7 +162,7 @@ pelican[markdown]==4.9.1
# via -r requirements/tools.in
pexpect==4.9.0
# via ipython
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/tools.in
pkginfo==1.9.6
# via twine
Expand Down Expand Up @@ -195,10 +195,12 @@ pygments==2.17.2
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pyright==1.1.350
# via -r requirements/tools.in
pytest==8.0.0
pytest==8.0.1
# via -r requirements/tools.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -231,7 +233,7 @@ rich==13.7.0
# via
# pelican
# twine
ruff==0.2.1
ruff==0.2.2
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -299,7 +301,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tools.in
traitlets==5.14.1
# via
Expand Down
10 changes: 5 additions & 5 deletions tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,12 @@ def run_tox(task, version, *args):
"3.8": "3.8.18",
"3.9": "3.9.18",
"3.10": "3.10.13",
"3.11": "3.11.6",
"3.12": "3.12.0",
"3.13": "3.13.0a2",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.13": "3.13.0a3",
"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.15",
"pypy3.10": "pypy3.10-7.3.15",
}
ci_version = "3.10" # Keep this in sync with GH Actions main.yml and .readthedocs.yml

Expand Down

0 comments on commit ed231ae

Please sign in to comment.