Skip to content

Commit

Permalink
Merge pull request #3137 from HypothesisWorks/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Nov 7, 2021
2 parents e080055 + 1ced3b5 commit b5b613c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Expand Up @@ -28,7 +28,7 @@ mypy-extensions==0.4.3
# via
# black
# typing-inspect
numpy==1.21.3
numpy==1.21.4
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -54,7 +54,7 @@ pyyaml==6.0
# via libcst
redis==3.5.3
# via fakeredis
regex==2021.10.23
regex==2021.11.2
# via black
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Expand Up @@ -20,7 +20,7 @@ pluggy==1.0.0
# via pytest
ptyprocess==0.7.0
# via pexpect
py==1.10.0
py==1.11.0
# via
# pytest
# pytest-forked
Expand Down
22 changes: 11 additions & 11 deletions requirements/tools.txt
Expand Up @@ -59,7 +59,7 @@ decorator==5.1.0
# via ipython
distlib==0.3.3
# via virtualenv
django==3.2.8
django==3.2.9
# via -r requirements/tools.in
docutils==0.17.1
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ flake8-datetimez==20.10.0
# via -r requirements/tools.in
flake8-docstrings==1.6.0
# via -r requirements/tools.in
flake8-helper==0.1.1
flake8-helper==0.2.0
# via flake8-strftime
flake8-mutable==1.2.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -128,7 +128,7 @@ iniconfig==1.1.1
# via pytest
ipython==7.29.0
# via -r requirements/tools.in
isort==5.9.3
isort==5.10.0
# via shed
jedi==0.18.0
# via ipython
Expand Down Expand Up @@ -169,7 +169,7 @@ parso==0.8.2
# via jedi
pathspec==0.9.0
# via black
pbr==5.6.0
pbr==5.7.0
# via stevedore
pep517==0.12.0
# via pip-tools
Expand All @@ -189,19 +189,19 @@ pluggy==1.0.0
# via
# pytest
# tox
prompt-toolkit==3.0.21
prompt-toolkit==3.0.22
# via ipython
ptyprocess==0.7.0
# via pexpect
py==1.10.0
py==1.11.0
# via
# pytest
# tox
pycodestyle==2.8.0
# via
# flake8
# flake8-bandit
pycparser==2.20
pycparser==2.21
# via cffi
pydocstyle==6.1.1
# via flake8-docstrings
Expand Down Expand Up @@ -232,7 +232,7 @@ pyyaml==6.0
# libcst
readme-renderer==30.0
# via twine
regex==2021.10.23
regex==2021.11.2
# via black
requests==2.26.0
# via
Expand Down Expand Up @@ -265,7 +265,7 @@ snowballstemmer==2.1.0
# sphinx
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.2.1
soupsieve==2.3
# via beautifulsoup4
sphinx==4.2.0
# via
Expand Down Expand Up @@ -316,7 +316,7 @@ traitlets==5.1.1
# via
# ipython
# matplotlib-inline
twine==3.4.2
twine==3.5.0
# via -r requirements/tools.in
types-click==7.1.7
# via -r requirements/tools.in
Expand All @@ -338,7 +338,7 @@ typing-inspect==0.7.1
# via libcst
urllib3==1.26.7
# via requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions tooling/src/hypothesistooling/__main__.py
Expand Up @@ -391,8 +391,8 @@ def run_tox(task, version):
PY39 = "3.9.7"
PY310 = "3.10.0"
PYPY36 = "pypy3.6-7.3.3"
PYPY37 = "pypy3.7-7.3.6"
PYPY38 = "pypy3.8-7.3.6"
PYPY37 = "pypy3.7-7.3.7"
PYPY38 = "pypy3.8-7.3.7"


# ALIASES are the executable names for each Python version
Expand Down

0 comments on commit b5b613c

Please sign in to comment.