From 013d1c1407db0afab72853e6251ccc9f7bef7e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:34:48 +0000 Subject: [PATCH] chore(deps): update python-box requirement Updates the requirements on [python-box](https://github.com/cdgriffith/Box) to permit the latest version. - [Release notes](https://github.com/cdgriffith/Box/releases) - [Changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst) - [Commits](https://github.com/cdgriffith/Box/compare/7.1.1...7.2.0) --- updated-dependencies: - dependency-name: python-box 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 0f8a6a2..959a2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" dependencies = [ "useful-coderunner~=1.0 ; sys_platform != 'emscripten'", "promplate~=0.3.4.7", - "python-box~=7.1.1", + "python-box>=7.1.1,<7.3.0", "promptools[validation]~=0.1.3.4", "promplate-recipes~=0.2.2.1", "pyyaml~=6.0.1",