Skip to content

Bump the test group with 1 updates and remove the attrs pin#9886

Merged
browniebroke merged 3 commits intomainfrom
dependabot/pip/test-7d2c5aa0a6
Feb 7, 2026
Merged

Bump the test group with 1 updates and remove the attrs pin#9886
browniebroke merged 3 commits intomainfrom
dependabot/pip/test-7d2c5aa0a6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Updates the requirements on attrs and importlib-metadata to permit the latest version.
Updates attrs from 22.1.0 to 25.4.0

Commits

Updates importlib-metadata to 8.7.1

Changelog

Sourced from importlib-metadata's changelog.

v8.7.1

Bugfixes

  • Fixed errors in FastPath under fork-multiprocessing. (#520)
  • Removed cruft from Python 3.8. (#524)

v8.7.0

Features

  • .metadata() (and Distribution.metadata) can now return None if the metadata directory exists but not metadata file is present. (#493)

Bugfixes

  • Raise consistent ValueError for invalid EntryPoint.value (#518)

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

v8.6.0

Features

  • python/cpython#119650

v8.5.0

Features

  • Deferred import of zipfile.Path (#502)

... (truncated)

Commits
  • 84e9028 Finalize
  • 36ed6f6 Merge pull request #521 from 2xB/fix520
  • f6eee56 Rely on passthrough to designate a wrapper for its side effect.
  • 3c9510b Prefer noop for degenerate behavior.
  • a36bab9 Avoid if block.
  • 8dd2937 Decouple clear_after_fork from lru_cache and then compose.
  • 1da3f45 Add news fragment.
  • a1c25d8 🧎‍♀️ Genuflect to the types.
  • 4e962a8 👹 Feed the hobgoblins (delint).
  • 6a30ab9 Allow initial currsize to be greater than one (as happens when running the te...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [attrs](https://github.com/sponsors/hynek) and [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.

Updates `attrs` from 22.1.0 to 25.4.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `importlib-metadata` to 8.7.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@0.1...v8.7.1)

---
updated-dependencies:
- dependency-name: attrs
  dependency-version: 25.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
- dependency-name: importlib-metadata
  dependency-version: 8.7.1
  dependency-type: direct:development
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2026
@p-r-a-v-i-n
Copy link
Contributor

PS : if we want to pin any version we can do that setup that if require.

refers:

ignoring-specific-dependencies

example

@browniebroke
Copy link
Member

Would be interesting to know why it was pinned in the first place 🤔

@browniebroke
Copy link
Member

Would be interesting to know why it was pinned in the first place 🤔

Tracked the pin to this PR:

Which was open as a result of:

Seems like there was some build failures that were caused by:

Looks like we no longer need the pin... Will try to remove and will merge if the build passes

@p-r-a-v-i-n
Copy link
Contributor

@browniebroke thanks for investigation.

@browniebroke browniebroke merged commit 1b63dce into main Feb 7, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/test-7d2c5aa0a6 branch February 7, 2026 13:26
@browniebroke browniebroke changed the title Bump the test group with 2 updates Bump the test group with 1 updates and remove the attrs pin Feb 7, 2026
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants