Skip to content

chore(deps-dev): bump sphobjinv from 2.3.1.3 to 2.4#1161

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/sphobjinv-2.4
Closed

chore(deps-dev): bump sphobjinv from 2.3.1.3 to 2.4#1161
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/sphobjinv-2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Bumps sphobjinv from 2.3.1.3 to 2.4.

Release notes

Sourced from sphobjinv's releases.

sphobjinv v2.4

What's Changed

Full Changeset: bskinn/sphobjinv@v2.3.1.3...v2.4

Changelog

Sourced from sphobjinv's changelog.

[2.4] - 2026-03-23

Added

  • Add sphobjinv-textconv CLI entrypoint (#331).
    • Takes a single required argument, the path to a local inventory file, and emits the plaintext inventory to stdout.
    • The target use-case is as a Git textconv, primarily intended for compressed objects.inv files; but, it will work with any valid type of input file.

Tests

  • Remove flake8_ext test file and machinery (#336).

    • pytest environment now can easily de-sync from the flake8 environment since flake8 is running in tox now.
    • It was really always over-cautious, too.
  • Exclude setup.py from coverage (#336).

    • Necessary due to a change in coverage.py behavior, maybe?
    • Definitely is not expected to run during execution of the test suite.
  • Remove unused ensure_doc_scratch fixture from conftest.py (#336).

    • Obsolete now that the README shell examples aren't doctested.
  • Add 3.13t and 3.14t to tox test matrix (#333).

    • Also add report of the current GIL status to the tox env output.
  • Filter newly emerged ResourceWarning emitted from implicit cleanup of tempfile resources (#333).

  • Add tests exercising the new sphobjinv-textconv CLI entrypoint (#331).

    • Required generalizing the run_cmdline_test fixture so that tests can choose between the core and textconv entrypoints.
  • Update tox env test matrix for py310 to py314 (#325).

  • Update test path calculations to always be relative to __file__ (#325).

  • Relocate conftest.py into tests (#325).

    • Since the new HTTP server fixtures are going in their own source file, it made the most sense to pull conftest.py into the tests/ directory also.
    • Required some updates to paths in fixtures &c.
  • Convert HTTP/URL nonloc tests to use a transient local HTTP server (#325).

    • See tests/fixtures_http.py.
    • With the increased caution many sites, including GitHub, are applying to incoming traffic, using 'raw' GitHub assets in the sphobjinv repository has become too flaky.

... (truncated)

Commits
  • 551658b Merge pull request #336 from bskinn/release-2.4
  • f4a2a28 Bump v2.4 date in CHANGELOG
  • d42583c Update CHANGELOG & fix typo
  • c841682 Fix to correct reST italics in textconv.rst
  • 823f452 Add tests/resource/objects_pdfminer* to MANIFEST.in
  • 77ae00b Remove superfluous packages from req'ts files
  • ae31b9d Add 'build' tox env
  • d3bcb83 Update CHANGELOG
  • 40ed2d7 Remove obsolete fixture for doc scratch
  • b49356b Don't cover setup.py
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sphobjinv](https://github.com/bskinn/sphobjinv) from 2.3.1.3 to 2.4.
- [Release notes](https://github.com/bskinn/sphobjinv/releases)
- [Changelog](https://github.com/bskinn/sphobjinv/blob/main/CHANGELOG.md)
- [Commits](bskinn/sphobjinv@v2.3.1.3...v2.4)

---
updated-dependencies:
- dependency-name: sphobjinv
  dependency-version: '2.4'
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 26, 2026
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Performance review

Commit 3c98d44 - Merge f6b0ac7 into 5753ff2

Statistically significant changes

  • basic_herding:
    • OLD: compilation 0.2422 units ± 0.01349 units; execution 0.1022 units ± 0.003786 units
    • NEW: compilation 0.2615 units ± 0.01043 units; execution 0.07626 units ± 0.002623 units
    • Significant decrease in execution time (-25.37%, p=5.595e-12)
  • basic_rpc:
    • OLD: compilation 0.285 units ± 0.006341 units; execution 0.02421 units ± 0.0001641 units
    • NEW: compilation 0.3191 units ± 0.006164 units; execution 0.02314 units ± 0.0001571 units
    • Significant increase in compilation time (11.98%, p=3.87e-10)
  • basic_stein:
    • OLD: compilation 1.107 units ± 0.03699 units; execution 0.3487 units ± 0.01276 units
    • NEW: compilation 1.168 units ± 0.05513 units; execution 0.2934 units ± 0.01929 units
    • Significant decrease in execution time (-15.87%, p=1.326e-06)

Normalisation values for new data:
Compilation: 1 unit = 1.28 s
Execution: 1 unit = 764.25 ms

Last updated: Thu, 26 Mar 2026 18:38:58 GMT

@tm91236
Copy link
Copy Markdown
Member

tm91236 commented Apr 16, 2026

@dependabot close

@tm91236 tm91236 closed this Apr 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/sphobjinv-2.4 branch April 16, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant