Skip to content

Commit 04435ab

Browse files
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](madpah/serializable@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: py-serializable dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bf0e39 commit 04435ab

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
@@ -69,7 +69,7 @@ keywords = [
6969
# ATTENTION: keep `deps.lowest.r` file in sync
7070
python = "^3.8"
7171
packageurl-python = ">= 0.11"
72-
py-serializable = "^0.15"
72+
py-serializable = ">=0.15,<0.17"
7373
sortedcontainers = "^2.4.0"
7474
license-expression = "^30"
7575
jsonschema = { version = "^4.18", extras=['format'], optional=true }

0 commit comments

Comments
 (0)