diff --git a/poetry.lock b/poetry.lock index cf16a3bb514..92a2f36792c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2816,18 +2816,18 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pytablewriter" -version = "1.2.0" +version = "1.2.1" description = "pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV / YAML." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytablewriter-1.2.0-py3-none-any.whl", hash = "sha256:4a30e2bb4bf5bc1069b1d2b2bc41947577c4517ab0875b23a5b194d296f543d8"}, - {file = "pytablewriter-1.2.0.tar.gz", hash = "sha256:0204a4bb684a22140d640f2599f09e137bcdc18b3dd49426f4a555016e246b46"}, + {file = "pytablewriter-1.2.1-py3-none-any.whl", hash = "sha256:e906ff7ff5151d70a5f66e0f7b75642a7f2dce8d893c265b79cc9cf6bc04ddb4"}, + {file = "pytablewriter-1.2.1.tar.gz", hash = "sha256:7bd0f4f397e070e3b8a34edcf1b9257ccbb18305493d8350a5dbc9957fced959"}, ] [package.dependencies] -DataProperty = ">=1.0.1,<2" +DataProperty = ">=1.1.0,<2" mbstrdecoder = ">=1.0.0,<2" pathvalidate = ">=2.3.0,<4" setuptools = ">=38.3.0" @@ -2837,7 +2837,7 @@ typepy = {version = ">=1.3.2,<2", extras = ["datetime"]} [package.extras] all = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.3.2,<2)", "XlsxWriter (>=0.9.6,<4)", "dominate (>=2.1.5,<3)", "elasticsearch (>=8.0.1,<9)", "loguru (>=0.4.1,<1)", "pandas (>=0.25.3,<3)", "pytablereader (>=0.31.3,<2)", "pytablewriter-altcol-theme (>=0.1.0,<1)", "pytablewriter-altrow-theme (>=0.2.0,<1)", "simplejson (>=3.8.1,<4)", "toml (>=0.9.3,<1)", "xlwt"] -docs = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.3.2,<2)", "Sphinx (>=2.4)", "XlsxWriter (>=0.9.6,<4)", "dominate (>=2.1.5,<3)", "elasticsearch (>=8.0.1,<9)", "loguru (>=0.4.1,<1)", "pandas (>=0.25.3,<3)", "pytablereader (>=0.31.3,<2)", "pytablewriter-altcol-theme (>=0.1.0,<1)", "pytablewriter-altrow-theme (>=0.2.0,<1)", "simplejson (>=3.8.1,<4)", "sphinx-rtd-theme (>=1.2.2)", "toml (>=0.9.3,<1)", "xlwt"] +docs = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.3.2,<2)", "Sphinx (>=2.4)", "XlsxWriter (>=0.9.6,<4)", "dominate (>=2.1.5,<3)", "elasticsearch (>=8.0.1,<9)", "loguru (>=0.4.1,<1)", "pandas (>=0.25.3,<3)", "pytablereader (>=0.31.3,<2)", "pytablewriter-altcol-theme (>=0.1.0,<1)", "pytablewriter-altrow-theme (>=0.2.0,<1)", "simplejson (>=3.8.1,<4)", "sphinx_rtd_theme (>=1.2.2)", "toml (>=0.9.3,<1)", "xlwt"] es = ["elasticsearch (>=8.0.1,<9)"] es8 = ["elasticsearch (>=8.0.1,<9)"] excel = ["XlsxWriter (>=0.9.6,<4)", "xlwt"] @@ -2846,7 +2846,7 @@ html = ["dominate (>=2.1.5,<3)"] logging = ["loguru (>=0.4.1,<1)"] pandas = ["pandas (>=0.25.3,<3)"] sqlite = ["SimpleSQLite (>=1.3.2,<2)"] -test = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.3.2,<2)", "XlsxWriter (>=0.9.6,<4)", "beautifulsoup4 (>=4.10)", "dominate (>=2.1.5,<3)", "elasticsearch (>=8.0.1,<9)", "loguru (>=0.4.1,<1)", "pandas (>=0.25.3,<3)", "pytablereader (>=0.31.3,<2)", "pytablereader[excel,sqlite] (>=0.31.3)", "pytablewriter-altcol-theme (>=0.1.0,<1)", "pytablewriter-altrow-theme (>=0.2.0,<1)", "pytest (>=6.0.1)", "pytest-md-report (>=0.4.1)", "simplejson (>=3.8.1,<4)", "sqliteschema (>=1.3.0)", "tablib (>=3.2.0)", "toml (>=0.9.3,<1)", "xlwt"] +test = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.3.2,<2)", "XlsxWriter (>=0.9.6,<4)", "beautifulsoup4 (>=4.10)", "dominate (>=2.1.5,<3)", "elasticsearch (>=8.0.1,<9)", "loguru (>=0.4.1,<1)", "pandas (>=0.25.3,<3)", "pytablereader (>=0.31.3,<2)", "pytablereader[excel,sqlite] (>=0.31.3)", "pytablewriter-altcol-theme (>=0.1.0,<1)", "pytablewriter-altrow-theme (>=0.2.0,<1)", "pytest (>=6.0.1)", "pytest-md-report (>=0.6.2)", "simplejson (>=3.8.1,<4)", "sqliteschema (>=2)", "tablib (>=3.2.0)", "toml (>=0.9.3,<1)", "xlwt"] theme = ["pytablewriter-altcol-theme (>=0.1.0,<1)", "pytablewriter-altrow-theme (>=0.2.0,<1)"] toml = ["toml (>=0.9.3,<1)"] yaml = ["PyYAML (>=3.11,<7)"] @@ -4422,4 +4422,4 @@ testing = ["pytest", "pytest-cov", "pytest-xdist"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "d223e84d1828be3833ff03ea589f8860a061fa023236b9ee5bc2a6e76bcffb3b" +content-hash = "53c0fe85553bcd07048c064bd822faf0df765444cabb295a9c08c94aaa9e4c36" diff --git a/pyproject.toml b/pyproject.toml index 7e7147f605d..7bbdaa2cb2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "numexpr==2.10.1", "peft==0.13.2", "pybind11==2.13.6", - "pytablewriter==1.2.0", + "pytablewriter==1.2.1", "rouge-score==0.1.2", "sacrebleu==2.4.3", "scikit-learn==1.5.2", diff --git a/requirements.txt b/requirements.txt index 1dff994784f..e508f9ffa55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ pybind11==2.13.6 ; python_version >= "3.11" and python_version < "3.13" pycparser==2.22 ; python_version >= "3.11" and python_version < "3.13" and platform_python_implementation == "PyPy" pydantic-core==2.33.2 ; python_version >= "3.11" and python_version < "3.13" pydantic==2.11.10 ; python_version >= "3.11" and python_version < "3.13" -pytablewriter==1.2.0 ; python_version >= "3.11" and python_version < "3.13" +pytablewriter==1.2.1 ; python_version >= "3.11" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.13" pytz==2025.2 ; python_version >= "3.11" and python_version < "3.13" pywin32==310 ; python_version >= "3.11" and python_version < "3.13" and platform_system == "Windows"