Skip to content

Commit

Permalink
Give pytest an upper bound <8.0.0 (#2281)
Browse files Browse the repository at this point in the history
* 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
goodlyrottenapple and devops authored Feb 2, 2024
1 parent 9f44d64 commit 6b113e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions kevm-pyk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>",
Expand All @@ -28,7 +28,7 @@ inotify = "*"
isort = "*"
mypy = "*"
pep8-naming = "*"
pytest = "*"
pytest = "^7"
pytest-timeout = "*"
pytest-cov = "*"
pytest-mock = "*"
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.437'
VERSION: Final = '1.0.438'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.437
1.0.438

0 comments on commit 6b113e2

Please sign in to comment.