From 04435abe926b6fa877bd0194733ae87b3bad9610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:09:14 +0100 Subject: [PATCH] chore(deps): update py-serializable requirement (#501) 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/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: py-serializable dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4745051..e4f21db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ keywords = [ # ATTENTION: keep `deps.lowest.r` file in sync python = "^3.8" packageurl-python = ">= 0.11" -py-serializable = "^0.15" +py-serializable = ">=0.15,<0.17" sortedcontainers = "^2.4.0" license-expression = "^30" jsonschema = { version = "^4.18", extras=['format'], optional=true }