Skip to content

Commit e24fce4

Browse files
Update wrapt requirement from ~=1.16.0 to >=1.16,<1.18
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.16.0...1.17.0) --- updated-dependencies: - dependency-name: wrapt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe93b4c commit e24fce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"semgrep>=1.97,<1.98",
2424
"toml~=0.10.2",
2525
"tomlkit~=0.13.0",
26-
"wrapt~=1.16.0",
26+
"wrapt>=1.16,<1.18",
2727
"chardet~=5.2.0",
2828
"setuptools~=75.0",
2929
]

0 commit comments

Comments
 (0)