Skip to content

Commit 64b0e31

Browse files
Update pyaaf2 requirement from ~=1.4.0 to >=1.4,<1.7 (#1355)
Updates the requirements on [pyaaf2](https://github.com/markreidvfx/pyaaf2) to permit the latest version. - [Release notes](https://github.com/markreidvfx/pyaaf2/releases) - [Commits](markreidvfx/pyaaf2@v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: pyaaf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7d2946 commit 64b0e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_otio():
336336
python_requires='>2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.9.0', # noqa: E501
337337

338338
install_requires=[
339-
'pyaaf2~=1.4.0',
339+
'pyaaf2>=1.4,<1.7',
340340
'backports.tempfile; python_version<"3.0"',
341341
# Enables the builtins module in the XGES adapter
342342
'future; python_version<"3.0"',

0 commit comments

Comments
 (0)