From f9813df89ce28c1a23588fe0ba0a1e5ac5bdb588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:50:38 +0000 Subject: [PATCH] chore: update prettytable requirement from <=3.14.0 to <=3.15.1 Updates the requirements on [prettytable](https://github.com/prettytable/prettytable) to permit the latest version. - [Release notes](https://github.com/prettytable/prettytable/releases) - [Changelog](https://github.com/prettytable/prettytable/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettytable/prettytable/compare/0.7.0...3.15.1) --- updated-dependencies: - dependency-name: prettytable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f300a8..384b027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "numpy", "numpyro>=0.16.1,<=0.17.0", "optimistix>=0.0.8,<=0.0.10", - "prettytable<=3.14.0", + "prettytable<=3.15.1", "quadax>=0.2.1,<=0.2.6", "scipy>=1.11.0,<=1.12.0; python_version < '3.10'", "scipy>=1.11.0,<=1.15.2; python_version >= '3.10'",