diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index b3dc6321ba..f7bae19ff9 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "attrs" @@ -860,13 +860,13 @@ files = [ [[package]] name = "pytest" -version = "8.0.0" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -874,7 +874,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" +pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -1099,4 +1099,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "485558f36ab1a815303cdc23cf6b08c23ba8fe0bfaf790ac514295fe0b3516bb" +content-hash = "7e71eef9475f8218e249cbe56db1d8286dc0ccf03d28a16ca6a782901f9aa741" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index c2ec586f43..24a9c6bdcd 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -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. ", @@ -28,7 +28,7 @@ inotify = "*" isort = "*" mypy = "*" pep8-naming = "*" -pytest = "*" +pytest = "^7" pytest-timeout = "*" pytest-cov = "*" pytest-mock = "*" diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index e9d639e946..5082a673b9 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -VERSION: Final = '1.0.437' +VERSION: Final = '1.0.438' diff --git a/package/version b/package/version index ac06f41f35..1ab72e2315 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.437 +1.0.438