Skip to content

Commit 9ee112d

Browse files
BUILD: Update cffi requirement from <1.17,>=1.16.0 to >=1.16.0,<1.18 (#718)
Updates the requirements on [cffi](https://github.com/python-cffi/cffi) to permit the latest version. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Morais <[email protected]>
1 parent 8de5478 commit 9ee112d

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
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626

2727
dependencies = [
28-
"cffi>=1.16.0,<1.17; platform_system=='Linux'",
28+
"cffi>=1.16.0,<1.18; platform_system=='Linux'",
2929
"pywin32 >= 303;platform_system=='Windows'",
3030
"ansys-pythonnet >= 3.1.0rc3",
3131
"dotnetcore2 ==3.1.23;platform_system=='Linux'",

0 commit comments

Comments
 (0)