chore(deps): bump wrapt from 2.2.1 to 2.2.2 in /lockfiles/py311#1297
Merged
github-actions[bot] merged 1 commit intoJun 26, 2026
Merged
Conversation
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
932152b to
3a0e939
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps wrapt from 2.2.1 to 2.2.2.
Release notes
Sourced from wrapt's releases.
... (truncated)
Changelog
Sourced from wrapt's changelog.
Commits
0ae09fdMerge branch 'release/2.2.2'86db7a9Update to 2.2.2 for final release.6deda43Update to 2.2.2rc3.9c48a1eConstrain lru_cache proxy detection to BaseObjectProxy subclasses.4053838Update version to 2.2.2rc2.99bf4efStore lru_cache per-instance cache on object proxy not wrapped object.0e862fbDocument pickling instances with lru_cache decorated methods.73dca57Add lru_cache tests for overridden methods calling super().beead5cFix lru_cache recursion for overridden methods calling super().fbf2fc1Document pure Python failure mode for ObjectProxy + ABCMeta mixin.