Skip to content

Commit 50480a7

Browse files
Update pyinstrument requirement from 5.0.3 to 5.1.0 (#283)
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@v5.0.3...v5.1.0) --- updated-dependencies: - dependency-name: pyinstrument dependency-version: 5.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4785c74 commit 50480a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sphinx-rtd-theme = "~3.0"
4444
sphinxcontrib-napoleon = "~0.7"
4545
m2r = "~0.3"
4646
third-party-license-file-generator = "~2025.6"
47-
pyinstrument="5.0.3"
47+
pyinstrument="5.1.0"
4848

4949
[tool.pytest.ini_options]
5050
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)