Skip to content

Commit

Permalink
chore(deps): update py-serializable requirement (#501)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 8bf0e39 commit 04435ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 04435ab

Please sign in to comment.