Skip to content

Commit

Permalink
Bump pdfminer.six to version 20220524
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed May 24, 2022
1 parent f4f7e66 commit 486cea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. The format
- Add `--include-attrs`/`--exclude-attrs` to CLI (and corresponding params to `.to_json(...)`, `.to_csv(...)`, and `Serializer`.
- Add `py.typed` for PEP561 compatibility and detection of typing hints by mypy.

### Changed

- Bump pinned `pdfminer.six` version to `20220524`.

### Removed

- Remove `utils.collate_chars(...)`, the old name (and then alias) for `utils.extract_text(...)`.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pdfminer.six==20220319
pdfminer.six==20220524
Pillow>=9.1
Wand>=0.6.7

0 comments on commit 486cea8

Please sign in to comment.