Skip to content

Commit 941e28b

Browse files
Update cffi requirement in /bindings/python
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.12.0...v2.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 730da27 commit 941e28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pymongo[aws]>=4
2-
cffi>=1.12.0,<2
2+
cffi>=1.12.0,<3
33
cryptography>=2
44
pytest>=7.0
55
unasync

0 commit comments

Comments
 (0)