Skip to content

Commit

Permalink
Update zip requirement from 0.5.13 to 1.1.3 (#196)
Browse files Browse the repository at this point in the history
* Update zip requirement from 0.5.13 to 1.1.3

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andrei Gherghescu <[email protected]>

* remove zip from dev-dependencies

Signed-off-by: Andrei Gherghescu <[email protected]>

* make zip version requirement independent of patch

Signed-off-by: Andrei Gherghescu <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andrei Gherghescu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Gherghescu <[email protected]>
  • Loading branch information
dependabot[bot] and andrei-ng authored Apr 30, 2024
1 parent 2dc0cb5 commit d22e25f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plotly_kaleido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ base64 = "0.13.0"
dunce = "1.0.2"
directories = ">=4, <6"

[dev-dependencies]
zip = "0.5.13"

[build-dependencies]
zip = "0.5.13"
zip = "1.1"
directories = ">=4, <6"

0 comments on commit d22e25f

Please sign in to comment.