Skip to content

Commit e47eff3

Browse files
bump various dependencies (#5551)
1 parent f562713 commit e47eff3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# fail action if exit code isn't zero or one
4545
(
4646
mypy_primer \
47-
--new c605579af8 --old c605579af8 \
47+
--new 61c346230cf4960c976 --old 61c346230cf4960c976 \
4848
--custom-typeshed-repo typeshed_to_test \
4949
--new-typeshed $GITHUB_SHA --old-typeshed upstream_master \
5050
--num-shards 2 --shard-index ${{ matrix.shard-index }} \

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v2
8585
- uses: jakebailey/pyright-action@v1
8686
with:
87-
version: 1.1.142 # Must match pyright_test.py.
87+
version: 1.1.144 # Must match pyright_test.py.
8888
python-platform: ${{ matrix.python-platform }}
8989
python-version: ${{ matrix.python-version }}
9090
no-comments: ${{ matrix.python-version != '3.9' || matrix.python-platform != 'Linux' }} # Having each job create the same comment is too noisy.

requirements-tests-py3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# typeshed is released on PyPI.
33
git+https://github.com/python/mypy.git@master
44
typed-ast>=1.0.4
5-
black==21.4b1
5+
black==21.5b1
66
flake8==3.8.4
77
flake8-bugbear==20.1.4
88
flake8-pyi==20.10.0
99
isort==5.5.3
10-
pytype>=2021.5.11
10+
pytype>=2021.5.25

tests/pyright_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from pathlib import Path
77

8-
_PYRIGHT_VERSION = "1.1.142" # Must match tests.yml.
8+
_PYRIGHT_VERSION = "1.1.144" # Must match tests.yml.
99
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")
1010

1111

0 commit comments

Comments
 (0)