Skip to content

Commit

Permalink
Poetry(prod):(deps): Bump jsonpickle from 2.2.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v2.2.0...v3.0.1)

---
updated-dependencies:
- dependency-name: jsonpickle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2023
1 parent 49575cd commit ba49266
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ param = "^1.10.1"
dill = "^0.3.3"
pandas = "^1.2.3"
numpy = "^1.19"
jsonpickle = "^2.0.0"
jsonpickle = ">=2,<4"
graphviz = "^0.16"
matplotlib = "^3.4.1"
h5py = "^3.3.0"
Expand Down

0 comments on commit ba49266

Please sign in to comment.