Skip to content

Commit 02ba3bd

Browse files
chore(deps): update wrapt requirement in /compose/backend (#1184)
Updates the requirements on [wrapt](https://github.com/GrahamDumpleton/wrapt) to permit the latest version. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@1.12.0...2.0.0) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ece13f8 commit 02ba3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"sqlalchemy~=2.0",
3636
"sqlalchemy-utils~=0.36",
3737
"webargs~=8.7",
38-
"wrapt~=1.12",
38+
"wrapt~=2.0",
3939
"NiMARE==0.6.1",
4040
"pynv @ git+https://github.com/NeuroVault/pynv.git#egg=pynv",
4141
"neurostore-sdk @ git+https://github.com/neurostuff/neurostore-python-sdk.git#egg=neurostore-sdk"

0 commit comments

Comments
 (0)