From 7331b6e94e482872feeacb01ba2fd5a8017ccd6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 06:24:44 +0000 Subject: [PATCH] Update pyaaf2 requirement from ~=1.4.0 to >=1.4,<1.6 Updates the requirements on [pyaaf2](https://github.com/markreidvfx/pyaaf2) to permit the latest version. - [Release notes](https://github.com/markreidvfx/pyaaf2/releases) - [Commits](https://github.com/markreidvfx/pyaaf2/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: pyaaf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index dac4bb20a1..dc3286beb3 --- a/setup.py +++ b/setup.py @@ -336,7 +336,7 @@ def test_otio(): python_requires='>2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.9.0', # noqa: E501 install_requires=[ - 'pyaaf2~=1.4.0', + 'pyaaf2>=1.4,<1.6', 'backports.tempfile; python_version<"3.0"', # Enables the builtins module in the XGES adapter 'future; python_version<"3.0"',