Skip to content

Commit c3af69a

Browse files
committed
fix(dev-deps): update pytest to ^7.0 to resolve py10+win pyreadline crash
ref: pytest-dev/pytest#8733 ref: pyreadline/pyreadline#65
1 parent 8e904cd commit c3af69a

File tree

2 files changed

+50
-47
lines changed

2 files changed

+50
-47
lines changed

poetry.lock

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ bump2version = "^0.5.11"
6969
coveralls = "^3.0"
7070
isort = "^5.8"
7171
pylint = "^2.7"
72-
pytest = "^6.2"
73-
pytest-cov = "^2.11"
72+
pytest = "^7.0"
73+
pytest-cov = "^3.0"
7474
pytest-datadir = "^1.3"
7575
pytest-mock = "^3.5"
76-
pytest-runner = "^5.3"
77-
pytest-testmon = "^1.0"
76+
pytest-runner = "^6.0"
77+
pytest-testmon = "^1.3"
7878
pytest-watch = "^4.2"
79-
pytest-xdist = "^1.30"
79+
pytest-xdist = "^2.5"
8080
rope = "^0.19.0"
8181
tox = "^3.23"
8282
tox-gh-actions = "^0.3.0"

0 commit comments

Comments
 (0)