Skip to content

Commit

Permalink
fix:(deps-dev): update dill requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version.
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](uqfoundation/dill@dill-0.3.5...0.3.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 11ef052 commit b8e7643
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 @@ -29,7 +29,7 @@ dependencies = [
"srsly>=2.4.4, <2.5.0",
"wandb>=0.12.7,<0.16.3",
"psutil>=5.9.1, <6.0.0",
"dill>=0.3.5,<0.3.8",
"dill>=0.3.5,<0.3.9",
"SQLAlchemy>=1.4.40,<2.0.26",
"pyodbc>=4.0.34, <=5.0.1",
"transformers>=4.22.0,<4.37.0",
Expand Down

0 comments on commit b8e7643

Please sign in to comment.