diff --git a/python/poetry.lock b/python/poetry.lock index 3f07ce4..a6dc062 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "colorama" @@ -128,23 +128,23 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" -version = "8.0.2" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, - {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -193,4 +193,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0ba65f51cfe369b63021b7376ba578dac4891dbffe7b9125a870f016f7637ea8" +content-hash = "d249e898b97eba792bde132b28cc21d94e42912a9aed3ef6e70ea0e873f0369f" diff --git a/python/pyproject.toml b/python/pyproject.toml index 2c84644..1992287 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -11,7 +11,7 @@ packages = [{ include = "othello" }] [tool.poetry.dependencies] python = "^3.11" colorama = "^0.4.6" -pytest = "^8.0.2" +pytest = "^8.1.1" [tool.poetry.group.dev.dependencies] isort = "^5.13.2" @@ -19,7 +19,7 @@ ruff = "^0.3.0" [tool.poetry.group.test.dependencies] pytest-cov = "^4.1.0" -pytest = "^8.0.2" +pytest = "^8.1.1" [build-system] requires = ["poetry-core"]