Skip to content

Commit

Permalink
Update pyaaf2 requirement from ~=1.4.0 to >=1.4,<1.7 (#1355)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2022
1 parent f7d2946 commit 64b0e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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.7',
'backports.tempfile; python_version<"3.0"',
# Enables the builtins module in the XGES adapter
'future; python_version<"3.0"',
Expand Down

0 comments on commit 64b0e31

Please sign in to comment.