Skip to content

Commit

Permalink
Update pyexiv2 requirement from <2.15,>=2.12.0 to >=2.12.0,<2.16
Browse files Browse the repository at this point in the history
Updates the requirements on [pyexiv2](https://github.com/LeoHsiao1/pyexiv2) to permit the latest version.
- [Release notes](https://github.com/LeoHsiao1/pyexiv2/releases)
- [Commits](LeoHsiao1/pyexiv2@v2.12.0...v2.15.3)

---
updated-dependencies:
- dependency-name: pyexiv2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d097271 commit 5663168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
# setup_requires=["setuptools_scm"],
install_requires=install_requires,
extras_require={
"exiv2": ["pyexiv2>=2.12.0,<2.15"],
"exiv2": ["pyexiv2>=2.12.0,<2.16"],
},
python_requires=">=3.8",
classifiers=[
Expand Down

0 comments on commit 5663168

Please sign in to comment.