Skip to content

Commit

Permalink
dependency: (deps): update joblib requirement from ~=1.2.0 to ~=1.4.2
Browse files Browse the repository at this point in the history
Updates the requirements on [joblib](https://github.com/joblib/joblib) to permit the latest version.
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](joblib/joblib@1.2.0...1.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent 9a48d4e commit 1790fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
click = "*"
joblib = "~=1.2.0"
joblib = "~=1.4.2"
loguru = "*"
matplotlib = "~=3.6.1"
networkx = "*"
Expand Down

0 comments on commit 1790fbd

Please sign in to comment.