Skip to content

Commit 1852b31

Browse files
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](madpah/serializable@v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: py-serializable dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2a4ed3 commit 1852b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ keywords = [
7070
[tool.poetry.dependencies]
7171
python = "^3.8"
7272
packageurl-python = ">=0.11, <2"
73-
py-serializable = "^1.1.1"
73+
py-serializable = ">=1.1.1,<3.0.0"
7474
sortedcontainers = "^2.4.0"
7575
license-expression = "^30"
7676
jsonschema = { version = "^4.18", extras=['format'], optional=true }

0 commit comments

Comments
 (0)