diff --git a/Pipfile b/Pipfile index ab13e4c..652248b 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] Scrapy = "==2.8.0" selenium = "==4.8.0" -meilisearch = "==0.23.0" +meilisearch = "==0.24.0" requests-iap = "==0.2.0" python-keycloak-client = "==0.2.3" requests = "==2.28.2" diff --git a/Pipfile.lock b/Pipfile.lock index 461c8c6..4d5e786 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f947248237ff8c9ed8d180a6ee7e18b88f949b37a3c1e0b49bd55e42e0afd462" + "sha256": "c171f7a25aa5d692e4eaeb8397e66425db045b1836c21337642d50048538992a" }, "pipfile-spec": 6, "requires": {}, @@ -45,7 +45,7 @@ "sha256:4b01725c8ccf918752436a8aab595fa153c5123c147225434bf1f40041acb3c7", "sha256:7f200e1d1067245f39ae2df6c547dc3de8619060012679702f6471187280e6eb" ], - "markers": "python_version >= '3.7' and python_version < '4.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==3.0.0" }, "certifi": { @@ -418,11 +418,11 @@ }, "meilisearch": { "hashes": [ - "sha256:2b649540b533eeb02b47f1d354c868004652886f6279ecf4d270b64290fa46c2", - "sha256:7fd7238bf5ad079a398092725e2d38f22ac3517916fe262014507bfd9b181d6a" + "sha256:18994f7d9a13792e2211e7f043d39ef09c6e9e332fb7c92cd6f354313d01b525", + "sha256:af0a466adab7e4eecf315c4866678b7fa319a68ab310260cf3ebb37e3bc87a82" ], "index": "pypi", - "version": "==0.23.0" + "version": "==0.24.0" }, "outcome": { "hashes": [ @@ -622,7 +622,7 @@ "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7", "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" ], - "markers": "python_version >= '3.6' and python_version < '4.0'", + "markers": "python_version >= '3.6' and python_version < '4'", "version": "==4.9" }, "scrapy": { diff --git a/README.md b/README.md index 4363b21..3add1e2 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ Websites that need JavaScript for rendering are passed through ChromeDriver.
## 🤖 Compatibility with Meilisearch -This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0). +This package only guarantees the compatibility with the [version v1.0.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0). ## ⚙️ Development Workflow and Contributing