From b7ce904de84541b48713592f5255e004e6a5cb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:50:19 +0000 Subject: [PATCH] Update python-bsonjs requirement from <0.5 to <0.6 Updates the requirements on [python-bsonjs](https://github.com/mongodb-labs/python-bsonjs) to permit the latest version. - [Release notes](https://github.com/mongodb-labs/python-bsonjs/releases) - [Changelog](https://github.com/mongodb-labs/python-bsonjs/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mongodb-labs/python-bsonjs/compare/0.1.0...0.5.0) --- updated-dependencies: - dependency-name: python-bsonjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6bda4b..3982627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,7 +171,7 @@ mongodb = [ "cratedb-toolkit[io]", "orjson<4,>=3.3.1", "pymongo<4.9,>=3.10.1", - "python-bsonjs<0.5", + "python-bsonjs<0.6", "rich<14,>=3.3.2", "undatum<1.1", ]