Update Wand dependency to >=0.6.10 (#713)

Cf. https://github.com/jsvine/pdfplumber/issues/713
This commit is contained in:
Jeremy Singer-Vine
2022-08-21 18:06:57 -04:00
parent 4919059639
commit 3457d79d0e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. The format
- Fixed issue where `py.typed` file was not included in PyPi distribution. ([#698](https://github.com/jsvine/pdfplumber/issues/698) + [#703](https://github.com/jsvine/pdfplumber/pull/703)) [h/t @jhonatan-lopes]
### Development Changes
- Update Wand version in `requirements.txt` from `>=0.6.7` to `>=0.6.10`. ([#713](https://github.com/jsvine/pdfplumber/issues/713))
## [0.7.4] - 2022-07-19
### Added
+1 -1
View File
@@ -1,3 +1,3 @@
pdfminer.six==20220524
Pillow>=9.1
Wand>=0.6.7
Wand>=0.6.10