diff --git a/Pipfile b/Pipfile index 1fa3b8459..b1817e80b 100644 --- a/Pipfile +++ b/Pipfile @@ -36,7 +36,7 @@ whitenoise = "~=6.0.0" watchdog = "~=2.1.0" whoosh="~=2.7.4" inotifyrecursive = "~=0.3.4" -ocrmypdf = "~=13.4.0" +ocrmypdf = "~=13.4.1" tqdm = "*" tika = "*" # TODO: This will sadly also install daphne+dependencies, diff --git a/Pipfile.lock b/Pipfile.lock index e32fd0db2..c49d05dcf 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "40578bc68ece067aa20def00b1041c93b4e6fbef7cdd9749b63d32c298081f24" + "sha256": "f3f3b40484f9029651bf61d163a65002bb907140a20736bda86b8e6083a2da4e" }, "pipfile-spec": 6, "requires": {}, @@ -26,6 +26,14 @@ ], "version": "==1.3.1" }, + "anyio": { + "hashes": [ + "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6", + "sha256:b5fa16c5ff93fa1046f2eeb5bbff2dad4d3514d6cda61d02816dba34fa8c3c2e" + ], + "markers": "python_full_version >= '3.6.2'", + "version": "==3.5.0" + }, "arrow": { "hashes": [ "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b", @@ -663,11 +671,11 @@ }, "ocrmypdf": { "hashes": [ - "sha256:bb770ef09439112c4fd84b7cca7f53da88f10927eda8c24ab0e9ae1c1626d018", - "sha256:e5a882afe9e1eb5382c916f13649dcab03035546f34d4bf1487d561081cb662c" + "sha256:201ed2f589f851be73908fce35fbb6fb05e4739289d3cd8765f9519f49ea1cd9", + "sha256:f42e60bc2b6534634dd08928584275b1c556dc875c849650afcc38f7da9e2856" ], "index": "pypi", - "version": "==13.4.0" + "version": "==13.4.1" }, "packaging": { "hashes": [ @@ -1215,6 +1223,14 @@ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, + "sniffio": { + "hashes": [ + "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663", + "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de" + ], + "markers": "python_version >= '3.5'", + "version": "==1.2.0" + }, "sqlparse": { "hashes": [ "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae", @@ -1360,10 +1376,10 @@ }, "watchgod": { "hashes": [ - "sha256:48140d62b0ebe9dd9cf8381337f06351e1f2e70b2203fa9c6eff4e572ca84f29", - "sha256:d6c1ea21df37847ac0537ca0d6c2f4cdf513562e95f77bb93abbcf05573407b7" + "sha256:29a1d8f25e1721ddb73981652ca318c47387ffb12ec4171ddd7b9d01540033b1", + "sha256:339c2cfede1ccc1e277bbf5e82e42886f3c80801b01f45ab10d9461c4118b5eb" ], - "version": "==0.7" + "version": "==0.8" }, "wcwidth": { "hashes": [ @@ -1447,7 +1463,7 @@ "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d", "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375" ], - "markers": "python_version < '3.10'", + "markers": "python_version < '3.9'", "version": "==3.7.0" }, "zope.interface": { @@ -1594,7 +1610,7 @@ }, "coverage": { "extras": [ - "toml" + ], "hashes": [ "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9", @@ -1689,11 +1705,11 @@ }, "faker": { "hashes": [ - "sha256:c88c8b5ee9376a242deca8fe829f9a3215ffa43c31da6f66d9594531fb344453", - "sha256:fa060e331ffffb57cfa4c07f95d54911e339984ed72596ba6a9e7b6fa569d799" + "sha256:66db859b6abe376d02e805ad81eb8dcfce38f0945f17ee7cdf74ed349985ea52", + "sha256:fe969607836ce7100e38b88dcb598aacb733d895e6e9401894dd603e35623000" ], "markers": "python_version >= '3.6'", - "version": "==13.3.1" + "version": "==13.3.2" }, "filelock": { "hashes": [ @@ -2105,14 +2121,6 @@ "index": "pypi", "version": "==3.24.5" }, - "typing-extensions": { - "hashes": [ - "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42", - "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" - ], - "markers": "python_version >= '3.6'", - "version": "==4.1.1" - }, "urllib3": { "hashes": [ "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed", diff --git a/requirements.txt b/requirements.txt index 0aabe39b4..90a1c000b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,10 @@ # pipenv lock --requirements # --i https://pypi.python.org/simple ---extra-index-url https://www.piwheels.org/simple +-i https://pypi.python.org/simple/ +--extra-index-url https://www.piwheels.org/simple/ aioredis==1.3.1 +anyio==3.5.0; python_full_version >= '3.6.2' arrow==1.2.2; python_version >= '3.6' asgiref==3.5.0; python_version >= '3.7' async-timeout==4.0.2; python_version >= '3.6' @@ -56,7 +57,7 @@ langdetect==1.0.9 lxml==4.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' msgpack==1.0.3 numpy==1.22.3; python_version >= '3.8' -ocrmypdf==13.4.0 +ocrmypdf==13.4.1 packaging==21.3; python_version >= '3.6' pathvalidate==2.5.0 pdfminer.six==20211012 @@ -87,6 +88,7 @@ scipy==1.8.0; python_version < '3.11' and python_version >= '3.8' service-identity==21.1.0 setuptools==60.9.3; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +sniffio==1.2.0; python_version >= '3.5' sqlparse==0.4.2; python_version >= '3.5' threadpoolctl==3.1.0; python_version >= '3.6' tika==1.24 @@ -100,10 +102,10 @@ urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. uvicorn[standard]==0.17.6 uvloop==0.16.0 watchdog==2.1.6 -watchgod==0.7 +watchgod==0.8 wcwidth==0.2.5 websockets==10.2 whitenoise==6.0.0 whoosh==2.7.4 -zipp==3.7.0; python_version < '3.10' +zipp==3.7.0; python_version < '3.9' zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'