Skip to content

Commit

Permalink
build(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 Nov 11, 2024
1 parent f36d089 commit f993003
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 @@ -2,7 +2,7 @@
name = "promplate-recipes"
dynamic = ["version"]
authors = [{ name = "Muspi Merol", email = "[email protected]" }]
dependencies = ["promplate~=0.3.4", "python-box~=7.1.1"]
dependencies = ["promplate~=0.3.4", "python-box>=7.1.1,<7.3.0"]
requires-python = ">=3.10"
license = { text = "MIT" }
readme = "README.md"
Expand Down

0 comments on commit f993003

Please sign in to comment.