Skip to content

Commit

Permalink
build(deps): update pyinstrument requirement from ^4.5 to >=4.5,<6.0 (#…
Browse files Browse the repository at this point in the history
…214)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 575c4a9 commit d618659
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 @@ -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,<0.14"
jinja2 = "^3.1.3"
Expand Down

0 comments on commit d618659

Please sign in to comment.