Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update pyinstrument requirement from ^4.5 to >=4.5,<6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pyinstrument](https://github.com/joerick/pyinstrument) to permit the latest version.
- [Release notes](https://github.com/joerick/pyinstrument/releases)
- [Commits](joerick/pyinstrument@v4.5.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pyinstrument
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Oct 14, 2024
1 parent ce94f41 commit 13eb953
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
@@ -27,7 +27,7 @@ rich = "^13.5"
loguru = "^0.7"
pydantic-settings = "^2.0, <2.9.0"
pydantic = "^2.3"
pyinstrument = { version = "^4.5", optional = true }
pyinstrument = { version = ">=4.5,<6.0", optional = true }
toml = "^0.10"
tomlkit = "^0.12"
jinja2 = "^3.1.3"

0 comments on commit 13eb953

Please sign in to comment.