diff --git a/poetry.lock b/poetry.lock index 3dddb062..939fc939 100644 --- a/poetry.lock +++ b/poetry.lock @@ -444,20 +444,20 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pytest" -version = "7.4.0" +version = "8.0.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -719,4 +719,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe989a21aff8c0fe456ef1751f6bae24d71b218026197089ae33d00dedb6ce29" +content-hash = "ea0004034c78b64357f0c621685045f16b2c09b4b49498e35c20fb92d546d293" diff --git a/pyproject.toml b/pyproject.toml index 6f0f9c5a..29404535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pandas = "^2.1.3" pandera = "^0.17.2" [tool.poetry.group.dev.dependencies] -pytest = "7.4.0" +pytest = "8.0.0" pytest-cov = "4.1.0" black = "24.1.1" ruff = "0.1.15"