From 9b80795230a6dcbab503709bba95ffde08c0971c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:34:56 +0100 Subject: [PATCH] fix(deps): update dependency jsonpickle to v3.4.0 (#2157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/poetry.lock | 18 ++++++++++-------- backend/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index ca1329cb..0016a293 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1197,19 +1197,21 @@ test = ["MarkupSafe (>=0.23)", "PyYAML (>=5.1)", "docutils (>=0.12)", "flaky", " [[package]] name = "jsonpickle" -version = "3.3.0" -description = "Python library for serializing arbitrary object graphs into JSON" +version = "3.4.0" +description = "jsonpickle encodes/decodes any Python object to/from JSON" optional = false python-versions = ">=3.7" files = [ - {file = "jsonpickle-3.3.0-py3-none-any.whl", hash = "sha256:287c12143f35571ab00e224fa323aa4b090d5a7f086f5f494d7ee9c7eb1a380a"}, - {file = "jsonpickle-3.3.0.tar.gz", hash = "sha256:ab467e601e5b1a1cd76f1819d014795165da071744ef30bf3786e9bc549de25a"}, + {file = "jsonpickle-3.4.0-py3-none-any.whl", hash = "sha256:40cb2b5d154eefa831c7e3ee10cca6709d86284c9815950973d895179409b849"}, + {file = "jsonpickle-3.4.0.tar.gz", hash = "sha256:83ca3836af4bfe00cbc45ac5965abdbe7853736696eb6f17f6473240b2172798"}, ] [package.extras] -docs = ["furo", "rst.linker (>=1.9)", "sphinx"] -packaging = ["build", "twine"] -testing = ["bson", "ecdsa", "feedparser", "gmpy2", "numpy", "pandas", "pymongo", "pytest (>=3.5,!=3.7.3)", "pytest-benchmark", "pytest-benchmark[histogram]", "pytest-checkdocs (>=1.2.3)", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-ruff (>=0.2.1)", "scikit-learn", "scipy", "scipy (>=1.9.3)", "simplejson", "sqlalchemy", "ujson"] +cov = ["pytest-cov"] +dev = ["black"] +docs = ["furo", "rst.linker (>=1.9)", "sphinx (>=3.5)"] +packaging = ["build", "setuptools (>=61.2)", "setuptools-scm[toml] (>=6.0)", "twine"] +testing = ["PyYAML", "atheris (>=2.3.0,<2.4.0)", "bson", "ecdsa", "feedparser", "gmpy2", "numpy", "pandas", "pymongo", "pytest (>=6.0,!=8.1.*)", "pytest-benchmark", "pytest-benchmark[histogram]", "pytest-checkdocs (>=1.2.3)", "pytest-enabler (>=1.0.1)", "pytest-ruff (>=0.2.1)", "scikit-learn", "scipy", "scipy (>=1.9.3)", "simplejson", "sqlalchemy", "ujson"] [[package]] name = "jsonschema" @@ -2506,4 +2508,4 @@ unittests = ["coverage", "django-coverage-plugin", "django-extensions"] [metadata] lock-version = "2.0" python-versions = ">= 3.10, < 3.13" -content-hash = "6c22c081370c71b70d2ce643ea334454ec9ee98814adb6c243865ca6aeb3880f" +content-hash = "21b9a7eef1235882a1cc020b320a1bd89ab8543427ce6909d09ed831669d92e3" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ddaa0f73..6c8f88a0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -56,7 +56,7 @@ jira = "3.8.0" # https://github.com/pycontribs/jira inflect = "7.4.0" # https://github.com/jaraco/inflect validators = "0.34.0" # https://github.com/python-validators/validators cvss = "3.3" # https://github.com/RedHatProductSecurity/cvss -jsonpickle = "3.3.0" # https://github.com/jsonpickle/jsonpickle +jsonpickle = "3.4.0" # https://github.com/jsonpickle/jsonpickle py-ocsf-models="0.1.1" # https://github.com/prowler-cloud/py-ocsf-models # Development dependencies