Skip to content

Commit d04b516

Browse files
[pyright updated to 1.1.399] Update Version (#344)
* Pyright NPM Package update to 1.1.399 * chore(internal): try bumping coverage --------- Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
1 parent e4cccb9 commit d04b516

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also setup pyright to run automatically before each commit by setting up
4848
```yaml
4949
repos:
5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.398
51+
rev: v1.1.399
5252
hooks:
5353
- id: pyright
5454
```

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ twine<=5.0.0
33
wheel
44
ruff==0.6.6
55
pytest==7.4.0
6-
coverage==5.3.1
6+
coverage==6.5.0
77
pytest-subprocess==1.5.0
88

99
-e .[all]

src/pyright/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.1.398'
2-
__pyright_version__ = '1.1.398'
1+
__version__ = '1.1.399'
2+
__pyright_version__ = '1.1.399'

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands =
2929
skip_install = True
3030

3131
deps =
32-
coverage==5.3.1
32+
coverage==6.5.0
3333

3434
setenv =
3535
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}{:}.coverage.{envname}}
@@ -50,7 +50,7 @@ commands =
5050
[testenv:report]
5151
skip_install = true
5252
deps =
53-
coverage==5.3.1
53+
coverage==6.5.0
5454

5555
setenv =
5656
COVERAGE_FILE={toxworkdir}{:}.coverage

0 commit comments

Comments
 (0)