From 1852b314b99bc5298d0519411e6c8ed3f48b5584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 19:52:52 +0000 Subject: [PATCH] chore(deps): update py-serializable requirement Updates the requirements on [py-serializable](https://github.com/madpah/serializable) to permit the latest version. - [Release notes](https://github.com/madpah/serializable/releases) - [Changelog](https://github.com/madpah/serializable/blob/main/CHANGELOG.md) - [Commits](https://github.com/madpah/serializable/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: py-serializable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2381c135..5cae9e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ keywords = [ [tool.poetry.dependencies] python = "^3.8" packageurl-python = ">=0.11, <2" -py-serializable = "^1.1.1" +py-serializable = ">=1.1.1,<3.0.0" sortedcontainers = "^2.4.0" license-expression = "^30" jsonschema = { version = "^4.18", extras=['format'], optional=true }