Skip to content

Commit

Permalink
Merge pull request #3541 from HypothesisWorks/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update pinned dependencies
  • Loading branch information
Zac-HD authored Jan 8, 2023
2 parents 88d9d7b + f0b1252 commit 679ce87
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.1.3
# via
# -r requirements/coverage.in
# black
coverage==7.0.1
coverage==7.0.4
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand All @@ -28,7 +28,7 @@ execnet==1.9.0
# via pytest-xdist
fakeredis==2.4.0
# via -r requirements/coverage.in
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
lark==1.1.5
# via -r requirements/coverage.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exceptiongroup==1.1.0 ; python_version < "3.11"
# pytest
execnet==1.9.0
# via pytest-xdist
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
packaging==22.0
# via pytest
Expand Down
46 changes: 22 additions & 24 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ com2ann==0.3.0
# via shed
commonmark==0.9.1
# via rich
coverage==7.0.1
coverage==7.0.4
# via -r requirements/tools.in
cryptography==38.0.4
cryptography==39.0.0
# via secretstorage
decorator==5.1.1
# via ipython
distlib==0.3.6
# via virtualenv
django==4.1.4
django==4.1.5
# via -r requirements/tools.in
docutils==0.19
# via
Expand Down Expand Up @@ -133,13 +133,13 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==5.2.0
importlib-metadata==6.0.0
# via
# keyring
# twine
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
ipython==8.7.0
ipython==8.8.0
# via -r requirements/tools.in
isort==5.11.4
# via shed
Expand Down Expand Up @@ -197,9 +197,11 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip==22.3.1
# via pip-tools
pip-tools==6.12.1
# via -r requirements/tools.in
pkginfo==1.9.2
pkginfo==1.9.5
# via twine
platformdirs==2.6.2
# via
Expand All @@ -220,21 +222,21 @@ pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pydocstyle==6.1.1
pydocstyle==6.2.2
# via flake8-docstrings
pyflakes==3.0.1
# via
# autoflake
# flake8
pygments==2.13.0
pygments==2.14.0
# via
# ipython
# readme-renderer
# rich
# sphinx
pyproject-api==1.2.1
pyproject-api==1.4.0
# via tox
pyright==1.1.286
pyright==1.1.287
# via -r requirements/tools.in
pytest==7.2.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -262,10 +264,15 @@ restructuredtext-lint==1.4.0
# via -r requirements/tools.in
rfc3986==2.0.0
# via twine
rich==13.0.0
rich==13.0.1
# via twine
secretstorage==3.3.3
# via keyring
setuptools==65.6.3
# via
# nodeenv
# pip-tools
# sphinxcontrib-jquery
shed==0.10.8
# via -r requirements/tools.in
six==1.16.0
Expand All @@ -283,7 +290,7 @@ sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==6.0.0
sphinx==6.1.2
# via
# -r requirements/tools.in
# sphinx-codeautolink
Expand Down Expand Up @@ -329,7 +336,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.1.2
tox==4.2.6
# via -r requirements/tools.in
traitlets==5.8.0
# via
Expand All @@ -343,7 +350,7 @@ types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pytz==2022.7.0.0
# via -r requirements/tools.in
types-redis==4.3.21.7
types-redis==4.4.0.0
# via -r requirements/tools.in
typing-extensions==4.4.0
# via
Expand All @@ -369,12 +376,3 @@ wheel==0.38.4
# via pip-tools
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1
# via pip-tools
setuptools==65.6.3
# via
# nodeenv
# pip-tools
# sphinxcontrib-jquery
2 changes: 1 addition & 1 deletion whole-repo-tests/test_mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from hypothesistooling.projects.hypothesispython import PYTHON_SRC
from hypothesistooling.scripts import pip_tool, tool_path

PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11"]


def test_mypy_passes_on_hypothesis():
Expand Down

0 comments on commit 679ce87

Please sign in to comment.