@@ -2639,10 +2639,9 @@ tests = ["chardet", "parameterized", "pytest", "pytest-cov", "pytest-xdist[psuti
26392639name = " pygments"
26402640version = " 2.19.1"
26412641description = " Pygments is a syntax highlighting package written in Python."
2642- optional = true
2642+ optional = false
26432643python-versions = " >=3.8"
26442644groups = [" main" ]
2645- markers = " extra == \" dev\" "
26462645files = [
26472646 {file = " pygments-2.19.1-py3-none-any.whl" , hash = " sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c" },
26482647 {file = " pygments-2.19.1.tar.gz" , hash = " sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" },
@@ -2740,26 +2739,27 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
27402739
27412740[[package ]]
27422741name = " pytest"
2743- version = " 8.3.5 "
2742+ version = " 8.4.1 "
27442743description = " pytest: simple powerful testing with Python"
27452744optional = false
2746- python-versions = " >=3.8 "
2745+ python-versions = " >=3.9 "
27472746groups = [" main" ]
27482747files = [
2749- {file = " pytest-8.3.5 -py3-none-any.whl" , hash = " sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 " },
2750- {file = " pytest-8.3.5 .tar.gz" , hash = " sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845 " },
2748+ {file = " pytest-8.4.1 -py3-none-any.whl" , hash = " sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7 " },
2749+ {file = " pytest-8.4.1 .tar.gz" , hash = " sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c " },
27512750]
27522751
27532752[package .dependencies ]
2754- colorama = {version = " * " , markers = " sys_platform == \" win32\" " }
2755- exceptiongroup = {version = " >=1.0.0rc8 " , markers = " python_version < \" 3.11\" " }
2756- iniconfig = " * "
2757- packaging = " * "
2753+ colorama = {version = " >=0.4 " , markers = " sys_platform == \" win32\" " }
2754+ exceptiongroup = {version = " >=1" , markers = " python_version < \" 3.11\" " }
2755+ iniconfig = " >=1 "
2756+ packaging = " >=20 "
27582757pluggy = " >=1.5,<2"
2758+ pygments = " >=2.7.2"
27592759tomli = {version = " >=1" , markers = " python_version < \" 3.11\" " }
27602760
27612761[package .extras ]
2762- dev = [" argcomplete" , " attrs (>=19.2)" , " hypothesis (>=3.56)" , " mock" , " pygments (>=2.7.2) " , " requests" , " setuptools" , " xmlschema" ]
2762+ dev = [" argcomplete" , " attrs (>=19.2)" , " hypothesis (>=3.56)" , " mock" , " requests" , " setuptools" , " xmlschema" ]
27632763
27642764[[package ]]
27652765name = " pytest-cov"
0 commit comments