-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give pytest an upper bound <8.0.0 (#2281)
* Give pytest an upper bound <8.0.0 * Set Version: 1.0.436 * Set Version: 1.0.438 --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
9f44d64
commit 6b113e2
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kevm-pyk" | ||
version = "1.0.437" | ||
version = "1.0.438" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ inotify = "*" | |
isort = "*" | ||
mypy = "*" | ||
pep8-naming = "*" | ||
pytest = "*" | ||
pytest = "^7" | ||
pytest-timeout = "*" | ||
pytest-cov = "*" | ||
pytest-mock = "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
from typing import Final | ||
|
||
|
||
VERSION: Final = '1.0.437' | ||
VERSION: Final = '1.0.438' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.437 | ||
1.0.438 |