Skip to content

Commit 9d98dc0

Browse files
chore(deps): update wrapt requirement in /store/backend (#1183)
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 02ba3bd commit 9d98dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"sqlalchemy-utils",
3535
"sqltap",
3636
"webargs~=8.7",
37-
"wrapt~=1.12",
37+
"wrapt~=2.0",
3838
"openapi-spec-validator~=0.3",
3939
"scipy~=1.9",
4040
"orjson~=3.8",

0 commit comments

Comments
 (0)