From 8e27a870e53ee23521579ea97848ef1cff355b35 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 17 Aug 2024 01:34:42 +0200 Subject: [PATCH] Dependencies: Update to commons-codec 0.0.7 --- CHANGES.md | 2 +- cratedb_toolkit/io/processor/kinesis_lambda.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a8c93867..5c19ec0f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,7 +16,7 @@ - MongoDB: Fix indentation in prettified SQL output of `migr8 translate` - MongoDB: Add capability to give type hints and add transformations - Dependencies: Adjust code for lorrystream version 0.0.3 -- Dependencies: Update to lorrystream 0.0.4 and commons-codec 0.0.6 +- Dependencies: Update to lorrystream 0.0.4 and commons-codec 0.0.7 ## 2024/07/25 v0.0.16 - `ctk load table`: Added support for MongoDB Change Streams diff --git a/cratedb_toolkit/io/processor/kinesis_lambda.py b/cratedb_toolkit/io/processor/kinesis_lambda.py index 0f37851c..80eb6dc9 100644 --- a/cratedb_toolkit/io/processor/kinesis_lambda.py +++ b/cratedb_toolkit/io/processor/kinesis_lambda.py @@ -25,7 +25,7 @@ # /// script # requires-python = ">=3.9" # dependencies = [ -# "commons-codec==0.0.6", +# "commons-codec==0.0.7", # "sqlalchemy-cratedb==0.38.0", # ] # /// diff --git a/pyproject.toml b/pyproject.toml index db8dccc6..3dba72e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ kinesis = [ "lorrystream[carabas]==0.0.4", ] mongodb = [ - "commons-codec[mongodb,zyp]==0.0.6", + "commons-codec[mongodb,zyp]==0.0.7", "cratedb-toolkit[io]", "orjson<4,>=3.3.1", "pymongo<5,>=3.10.1",