Skip to content

Commit

Permalink
Chore(deps): Update toolz requirement from <0.13 to <1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [toolz](https://github.com/pytoolz/toolz) to permit the latest version.
- [Release notes](https://github.com/pytoolz/toolz/releases)
- [Changelog](https://github.com/pytoolz/toolz/blob/master/release-notes)
- [Commits](pytoolz/toolz@v0.2...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Oct 9, 2024
1 parent 0a3de92 commit 7a2c92f
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 @@ -111,7 +111,7 @@ dependencies = [
"python-dateutil<3",
"simplejson<4",
"sqlalchemy-cratedb>=0.39.0",
"toolz<0.13",
"toolz<1.1",
]
optional-dependencies.all = [
"commons-codec[mongodb,zyp]",
Expand Down

0 comments on commit 7a2c92f

Please sign in to comment.