Skip to content

Commit

Permalink
chore(deps): pin openpyxl to version 3.0.10
Browse files Browse the repository at this point in the history
newer versions of openpyxl use sets for cell ranges, which is not
supported by pyxcel-xlsx (which uses openpyxl)
version can be updated once the cell ranges use lists again or
once pyexcel-xlsx adapts the use of sets for cell ranges
https://foss.heptapod.net/openpyxl/openpyxl/-/commit/15957c567b9519104dac5da42ad03c261cd0106b
https://foss.heptapod.net/openpyxl/openpyxl/-/commit/43039ea101675dbe3b81cd32b4f33112345ace5a
  • Loading branch information
trowik committed May 10, 2023
1 parent c464aa0 commit fe54dde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ python-redmine = "^2.3.0"
sentry-sdk = "^1.9.5"
whitenoise = "^6.2.0"
django-hurricane = "^1.3.4"
openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.

[tool.poetry.dev-dependencies]
black = "22.3.0"
Expand Down

0 comments on commit fe54dde

Please sign in to comment.