Skip to content

Commit 9e9593b

Browse files
authored
Merge pull request jonaswinkler#1391 from paperless-ngx/chore-update-deps
Chore: Update Python deps
2 parents 3af4808 + 89b7270 commit 9e9593b

File tree

3 files changed

+92
-89
lines changed

3 files changed

+92
-89
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ indent_style = space
2727
[*.md]
2828
indent_style = space
2929

30+
[Pipfile.lock]
31+
indent_style = space
32+
3033
# Tests don't get a line width restriction. It's still a good idea to follow
3134
# the 79 character rule, but in the interests of clarity, tests often need to
3235
# violate it.

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ imap-tools = "*"
2323
langdetect = "*"
2424
pathvalidate = "*"
2525
pillow = "~=9.2"
26-
pikepdf = "~=5.1"
26+
pikepdf = "~=5.4"
2727
python-gnupg = "*"
2828
python-dotenv = "*"
2929
python-dateutil = "*"
@@ -35,7 +35,7 @@ whitenoise = "~=6.2.0"
3535
watchdog = "~=2.1.9"
3636
whoosh="~=2.7.4"
3737
inotifyrecursive = "~=0.3"
38-
ocrmypdf = "~=13.4"
38+
ocrmypdf = "~=13.7"
3939
tqdm = "*"
4040
tika = "*"
4141
# TODO: This will sadly also install daphne+dependencies,

Pipfile.lock

Lines changed: 87 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)