Skip to content

Commit b7e9f60

Browse files
authored
Merge pull request #3282 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents 7be786c + c9389b6 commit b7e9f60

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

requirements/coverage.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ attrs==21.4.0
1010
# pytest
1111
backports-zoneinfo==0.2.1
1212
# via -r requirements/coverage.in
13-
black==22.1.0
13+
black==22.3.0
1414
# via -r requirements/coverage.in
15-
click==8.0.4
15+
click==8.1.2
1616
# via
1717
# -r requirements/coverage.in
1818
# black
@@ -45,7 +45,7 @@ packaging==21.3
4545
# fakeredis
4646
# pytest
4747
# redis
48-
pandas==1.4.1
48+
pandas==1.4.2
4949
# via -r requirements/coverage.in
5050
pathspec==0.9.0
5151
# via black

requirements/tools.txt

+12-11
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bandit==1.7.4
2929
# via flake8-bandit
3030
beautifulsoup4==4.10.0
3131
# via sphinx-codeautolink
32-
black==22.1.0
32+
black==22.3.0
3333
# via shed
3434
bleach==4.1.0
3535
# via readme-renderer
@@ -39,16 +39,16 @@ cffi==1.15.0
3939
# via cryptography
4040
charset-normalizer==2.0.12
4141
# via requests
42-
click==8.0.4
42+
click==8.1.2
4343
# via
4444
# black
4545
# pip-tools
4646
codespell==2.1.0
4747
# via -r requirements/tools.in
48-
colorama==0.4.4
49-
# via twine
5048
com2ann==0.3.0
5149
# via shed
50+
commonmark==0.9.1
51+
# via rich
5252
coverage==6.3.2
5353
# via -r requirements/tools.in
5454
cryptography==36.0.2
@@ -121,7 +121,7 @@ flake8-pytest-style==1.6.0
121121
# via -r requirements/tools.in
122122
flake8-return==1.1.3
123123
# via -r requirements/tools.in
124-
flake8-simplify==0.18.2
124+
flake8-simplify==0.19.2
125125
# via -r requirements/tools.in
126126
flake8-strftime==0.3.2
127127
# via -r requirements/tools.in
@@ -140,7 +140,7 @@ importlib-metadata==4.11.3
140140
# twine
141141
iniconfig==1.1.1
142142
# via pytest
143-
ipython==8.1.1
143+
ipython==8.2.0
144144
# via -r requirements/tools.in
145145
isort==5.10.1
146146
# via shed
@@ -229,6 +229,7 @@ pygments==2.11.2
229229
# via
230230
# ipython
231231
# readme-renderer
232+
# rich
232233
# sphinx
233234
pyparsing==3.0.7
234235
# via packaging
@@ -258,6 +259,8 @@ restructuredtext-lint==1.4.0
258259
# via -r requirements/tools.in
259260
rfc3986==2.0.0
260261
# via twine
262+
rich==12.0.1
263+
# via twine
261264
secretstorage==3.3.1
262265
# via keyring
263266
shed==0.9.4
@@ -279,7 +282,7 @@ sortedcontainers==2.4.0
279282
# via hypothesis (hypothesis-python/setup.py)
280283
soupsieve==2.3.1
281284
# via beautifulsoup4
282-
sphinx==4.4.0
285+
sphinx==4.5.0
283286
# via
284287
# -r requirements/tools.in
285288
# sphinx-codeautolink
@@ -324,21 +327,19 @@ tomli==2.0.1
324327
# pytest
325328
tox==3.24.5
326329
# via -r requirements/tools.in
327-
tqdm==4.63.1
328-
# via twine
329330
traitlets==5.1.1
330331
# via
331332
# ipython
332333
# matplotlib-inline
333-
twine==3.8.0
334+
twine==4.0.0
334335
# via -r requirements/tools.in
335336
types-click==7.1.8
336337
# via -r requirements/tools.in
337338
types-pkg-resources==0.1.3
338339
# via -r requirements/tools.in
339340
types-pytz==2021.3.6
340341
# via -r requirements/tools.in
341-
types-redis==4.1.18
342+
types-redis==4.1.19
342343
# via -r requirements/tools.in
343344
typing-extensions==4.1.1
344345
# via

tooling/src/hypothesistooling/__main__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ def run_tox(task, version):
385385
PY39 = "3.9.12"
386386
PY310 = "3.10.4"
387387
PY311 = "3.11-dev"
388-
PYPY37 = "pypy3.7-7.3.8"
389-
PYPY38 = "pypy3.8-7.3.8"
388+
PYPY37 = "pypy3.7-7.3.9"
389+
PYPY38 = "pypy3.8-7.3.9"
390390

391391

392392
# ALIASES are the executable names for each Python version

0 commit comments

Comments
 (0)