Skip to content

chore(deps): bump wrapt from 2.1.1 to 2.1.2#308

Merged
BrianLusina merged 1 commit intomainfrom
dependabot/pip/wrapt-2.1.2
Mar 9, 2026
Merged

chore(deps): bump wrapt from 2.1.1 to 2.1.2#308
BrianLusina merged 1 commit intomainfrom
dependabot/pip/wrapt-2.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2026

Bumps wrapt from 2.1.1 to 2.1.2.

Release notes

Sourced from wrapt's releases.

wrapt-2.1.2

See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.1.2/ for more information.

Changelog

Sourced from wrapt's changelog.

Version 2.1.2

Bugs Fixed

  • Building of Python wheels for riscv64 Linux platform had been accidentally removed from the build configuration. This has now been added back in.

  • When a weak function proxy was created for a bound method and the instance it was bound to was garbage collected, calling the proxy would silently call the function as unbound instead of raising a ReferenceError.

  • When deleting an attribute named __annotations__ on an object proxy, the attribute was only being deleted from the proxy and not also from the wrapped object.

Commits
  • 1381ae8 Merge branch 'release/2.1.2'
  • 26ab4fd Update ready for 2.1.2 release.
  • fbdbef4 Handle pypy which raises different exception type.
  • 87baf75 Add tests for deletion of qualname and annotations.
  • b48debf Decided only needed a patch level update,
  • 06c698f Update release notes for annotation deletion bug.
  • 6e6ed87 Merge pull request #313 from bysiber/fix/delattr-annotations
  • 4fc2c23 Add test to call proxy after weakref cleared.
  • 9e53a71 Add change notes for ReferenceError fix.
  • 2cda4e6 Merge pull request #312 from bysiber/fix/weakfunctionproxy-expired-instance
  • 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 [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: wrapt
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2026

Assignees

The following users could not be added as assignees: dependabot. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: chore, dependencies, pip, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from BrianLusina as a code owner March 8, 2026 04:03
@BrianLusina BrianLusina merged commit 9ec4574 into main Mar 9, 2026
9 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/pip/wrapt-2.1.2 branch March 9, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant