Skip to content

Commit

Permalink
chore(deps): update python-box requirement
Browse files Browse the repository at this point in the history
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](cdgriffith/Box@7.1.1...7.2.0)

---
updated-dependencies:
- dependency-name: python-box
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and CNSeniorious000 committed Nov 11, 2024
1 parent db4ed3b commit 013d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 013d1c1

@vercel
Copy link

@vercel vercel bot commented on 013d1c1 Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reasonify – ./

reasonify-git-main-promplate.vercel.app
reasonify-promplate.vercel.app
reasonify.vercel.app

Please sign in to comment.