From d06e40658ab76b523eb0419a0340d139b26e8aab Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Mon, 25 Mar 2024 14:52:47 -0500 Subject: [PATCH] Updating `jsonlines` dependecy version. --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dbff4bb2..fe56e7b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ hbreader = "*" [[package]] name = "jsonlines" -version = "3.1.0" +version = "4.0.0" description = "Library with helpers for the jsonlines file format" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "jsonlines-3.1.0-py3-none-any.whl", hash = "sha256:632f5e38f93dfcb1ac8c4e09780b92af3a55f38f26e7c47ae85109d420b6ad39"}, - {file = "jsonlines-3.1.0.tar.gz", hash = "sha256:2579cb488d96f815b0eb81629e3e6b0332da0962a18fa3532958f7ba14a5c37f"}, + {file = "jsonlines-4.0.0-py3-none-any.whl", hash = "sha256:185b334ff2ca5a91362993f42e83588a360cf95ce4b71a73548502bda52a7c55"}, + {file = "jsonlines-4.0.0.tar.gz", hash = "sha256:0c6d2c09117550c089995247f605ae4cf77dd1533041d366351f6f298822ea74"}, ] [package.dependencies] @@ -1693,6 +1693,7 @@ description = "A pure Python implementation of the trie data structure." optional = false python-versions = "*" files = [ + {file = "PyTrie-0.4.0-py3-none-any.whl", hash = "sha256:f687c224ee8c66cda8e8628a903011b692635ffbb08d4b39c5f92b18eb78c950"}, {file = "PyTrie-0.4.0.tar.gz", hash = "sha256:8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379"}, ] @@ -2804,4 +2805,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "10bf308f787d51b0223926ee2860a5abb59db567465cc973aefdec1ff5359eb3" +content-hash = "8a2b7d320e83750238961d5bbd76e685061702a18cb04eee65b48e4170221f6a" diff --git a/pyproject.toml b/pyproject.toml index b6468379..d474b031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ validators = "^0.20.0" cachetools = "^5.0.0" ordered-set = "^4.0.2" docker = "^6.0.0" -jsonlines = "^3.1.0" +jsonlines = "^4.0.0" jsonstreams = "^0.6.0" ijson = "^3.1.3" deprecation = "^2.1.0"