diff --git a/poetry.lock b/poetry.lock index 71311d1..9c4475e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,13 +577,13 @@ files = [ [[package]] name = "jsonpickle" -version = "3.0.4" -description = "Serialize any Python object to JSON" +version = "3.3.0" +description = "Python library for serializing arbitrary object graphs into JSON" optional = false python-versions = ">=3.7" files = [ - {file = "jsonpickle-3.0.4-py3-none-any.whl", hash = "sha256:04ae7567a14269579e3af66b76bda284587458d7e8a204951ca8f71a3309952e"}, - {file = "jsonpickle-3.0.4.tar.gz", hash = "sha256:a1b14c8d6221cd8f394f2a97e735ea1d7edc927fbd135b26f2f8700657c8c62b"}, + {file = "jsonpickle-3.3.0-py3-none-any.whl", hash = "sha256:287c12143f35571ab00e224fa323aa4b090d5a7f086f5f494d7ee9c7eb1a380a"}, + {file = "jsonpickle-3.3.0.tar.gz", hash = "sha256:ab467e601e5b1a1cd76f1819d014795165da071744ef30bf3786e9bc549de25a"}, ] [package.extras] @@ -1783,4 +1783,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "d8bc646400133fbe3dc5e6fb48eb008c43ecabbcefccaedb42adcd8660be8925" +content-hash = "4a97bacccaa32ecb97b01c790f12f77bd8f22dde130c1598de45b2e39f8e908b" diff --git a/pyproject.toml b/pyproject.toml index b3ea039..cecbeec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pandas = "2.2.2" openpyxl = "3.1.5" plotly = "5.22.0" pdbecif = "1.5" -jsonpickle = "3.0.4" +jsonpickle = "3.3.0" kaleido = "0.2.1" [tool.poetry.scripts]