Skip to content

Commit

Permalink
Merge pull request #3669 from HypothesisWorks/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD authored Jun 4, 2023
2 parents 8cce2db + 260c5dc commit c58cb0f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
# - check-py312-cover
# - check-py312-nocover
# - check-py312-niche
# - check-py313-cover
- check-quality
## Skip all the (inactive/old) Rust and Ruby tests pending fixes
# - lint-ruby
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,py37,38,py38,39,py39,310,311,312}-{brief,full,cover,nocover,niche,custom}
envlist = py{37,py37,38,py38,39,py39,310,311,312,313}-{brief,full,cover,nocover,niche,custom}
toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
Expand Down
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.3
# via
# -r requirements/coverage.in
# black
coverage==7.2.6
coverage==7.2.7
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand Down Expand Up @@ -44,7 +44,7 @@ packaging==23.1
# via
# black
# pytest
pandas==2.0.1
pandas==2.0.2
# via -r requirements/coverage.in
pathspec==0.11.1
# via black
Expand Down Expand Up @@ -84,7 +84,7 @@ tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# -r requirements/coverage.in
# libcst
Expand Down
16 changes: 8 additions & 8 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.2.6
coverage==7.2.7
# via -r requirements/tools.in
cryptography==40.0.2
cryptography==41.0.1
# via
# secretstorage
# types-pyopenssl
Expand Down Expand Up @@ -87,7 +87,7 @@ importlib-metadata==6.6.0
# twine
iniconfig==2.0.0
# via pytest
ipython==8.13.2
ipython==8.14.0
# via -r requirements/tools.in
isort==5.12.0
# via shed
Expand All @@ -111,7 +111,7 @@ libcst==1.0.0
# shed
markdown-it-py==2.2.0
# via rich
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
matplotlib-inline==0.1.6
# via ipython
Expand Down Expand Up @@ -177,7 +177,7 @@ pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.310
pyright==1.1.311
# via -r requirements/tools.in
pytest==7.3.1
# via -r requirements/tools.in
Expand All @@ -201,7 +201,7 @@ restructuredtext-lint==1.4.0
# via -r requirements/tools.in
rfc3986==2.0.0
# via twine
rich==13.3.5
rich==13.4.1
# via twine
ruff==0.0.270
# via -r requirements/tools.in
Expand Down Expand Up @@ -279,13 +279,13 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==23.1.0.3
types-pyopenssl==23.2.0.0
# via types-redis
types-pytz==2023.3.0.0
# via -r requirements/tools.in
types-redis==4.5.5.2
# via -r requirements/tools.in
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# -r requirements/tools.in
# asgiref
Expand Down
1 change: 1 addition & 0 deletions tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def run_tox(task, version, *args):
"3.10": "3.10.11",
"3.11": "3.11.3",
"3.12": "3.12-dev",
"3.13": "3.13-dev",
"pypy3.7": "pypy3.7-7.3.9",
"pypy3.8": "pypy3.8-7.3.11",
"pypy3.9": "pypy3.9-7.3.11",
Expand Down

0 comments on commit c58cb0f

Please sign in to comment.