diff --git a/poetry.lock b/poetry.lock index 516419a..d4db17a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -858,26 +858,47 @@ type = "legacy" url = "https://mdsol.jfrog.io/artifactory/api/pypi/pypi-prod-virtual/simple" reference = "mdsol" +[[package]] +name = "pygments" +version = "2.20.0" +description = "Pygments is a syntax highlighting package written in Python." +optional = false +python-versions = ">=3.9" +groups = ["dev", "test"] +files = [ + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, +] + +[package.extras] +windows-terminal = ["colorama (>=0.4.6)"] + +[package.source] +type = "legacy" +url = "https://mdsol.jfrog.io/artifactory/api/pypi/pypi-prod-virtual/simple" +reference = "mdsol" + [[package]] name = "pytest" -version = "7.4.4" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["dev", "test"] files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -iniconfig = "*" -packaging = "*" -pluggy = ">=0.12,<2.0" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +iniconfig = ">=1.0.1" +packaging = ">=22" +pluggy = ">=1.5,<2" +pygments = ">=2.7.2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [package.source] type = "legacy" @@ -1247,4 +1268,4 @@ reference = "mdsol" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "17121a250b07d00009145e34e12fe076578da00e18a24eb4a9acf7957ac045ba" +content-hash = "82ed9c8a49cc8f08ca7870effa1ffbecd1999728135df3ff8c86bb704ac34013" diff --git a/pyproject.toml b/pyproject.toml index 8bfd070..ae7990a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ optional = true [tool.poetry.group.dev.dependencies] mypy = "^1.20.2" pre-commit = "^3.3.2" -pytest = "^7.3.2" +pytest = ">=7.3.2,<10.0.0" pytest-cov = ">=4.1,<8.0" ruff = "0.15.12" @@ -50,7 +50,7 @@ ruff = "0.15.12" optional = true [tool.poetry.group.test.dependencies] -pytest = "^7.3.2" +pytest = ">=7.3.2,<10.0.0" pytest-xdist = "^3.3.1" pytest-cov = ">=4.1,<8.0" pytest-benchmark = "^4.0.0"