build(deps-dev): bump wrapt from 2.0.1 to 2.2.2 - #2112
Conversation
PR SummaryLow Risk Overview Refreshes Reviewed by Cursor Bugbot for commit d954311. Bugbot is set up for automated code reviews on this repo. Configure here. |
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.0.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.0.1...2.2.2) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
53b0117 to
d954311
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d954311. Configure here.
| "version": "==2.0.1" | ||
| "index": "pypi", | ||
| "markers": "python_version >= '3.9'", | ||
| "version": "==2.2.2" |
There was a problem hiding this comment.
Conflicting wrapt lock entries
Medium Severity
Pipfile.lock now pins wrapt to ==2.2.2 in develop while default still pins ==2.0.1. pipenv sync --dev installs both sections, so dev environment setup can fail or leave the wrong wrapt version installed.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit d954311. Configure here.


Bumps wrapt from 2.0.1 to 2.2.2.
Release notes
Sourced from wrapt's releases.
... (truncated)
Changelog
Sourced from wrapt's changelog.
... (truncated)
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.