Skip to content

Commit

Permalink
Update jsonpickle requirement from >=3.0,<3.5 to >=3.0,<4.1 (#174)
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonpickle](https://github.com/jsonpickle/jsonpickle) to permit the latest version.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: jsonpickle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 247c7e6 commit b5a7763
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 @@ -25,7 +25,7 @@ python = "^3.8"
protobuf = "5.28.3"
grpcio = "1.67.1"
grpcio-tools = "1.67.1"
jsonpickle = ">=3.0,<3.5"
jsonpickle = ">=3.0,<4.1"
pymitter = ">=0.4,<0.6"
typing-extensions = ">=4.11,<4.13"

Expand Down

0 comments on commit b5a7763

Please sign in to comment.