diff --git a/poetry.lock b/poetry.lock index 2f2d581..cea97ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -355,13 +355,13 @@ files = [ [[package]] name = "cognite-sdk" -version = "7.3.1" +version = "7.13.4" description = "Cognite Python SDK" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "cognite_sdk-7.3.1-py3-none-any.whl", hash = "sha256:fca7ea95df00aeb1e771fe09ca446f19f2ce6580e92fff959fbdc2ca6ac50e3e"}, - {file = "cognite_sdk-7.3.1.tar.gz", hash = "sha256:0c37b045895b85fe4d90325cbcf81e975d68e22dbf7d020a2e3884583a6a1413"}, + {file = "cognite_sdk-7.13.4-py3-none-any.whl", hash = "sha256:dbf27ca89b56a00d6f85d24d15c8dcc417a67ddfffd8ec93120c2c15d946174a"}, + {file = "cognite_sdk-7.13.4.tar.gz", hash = "sha256:465fbe5751df65ba8f5965dbb20657415ae8a6ff38c4a810e35f254a94664b69"}, ] [package.dependencies] @@ -369,7 +369,6 @@ msal = ">=1,<2" protobuf = ">=3.16.0" requests = ">=2,<3" requests_oauthlib = ">=1,<2" -sortedcontainers = ">=2.2,<3.0" typing_extensions = ">=4" tzdata = {version = ">=2023.3", markers = "sys_platform == \"win32\""} @@ -2092,17 +2091,6 @@ files = [ {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, ] -[[package]] -name = "sortedcontainers" -version = "2.4.0" -description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -optional = false -python-versions = "*" -files = [ - {file = "sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"}, - {file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"}, -] - [[package]] name = "sphinx" version = "7.2.6"