Skip to content

Commit

Permalink
chore(deps): bump openpyxl from 3.0.10 to 3.1.5 in /backend
Browse files Browse the repository at this point in the history
Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.0.10 to 3.1.5.

---
updated-dependencies:
- dependency-name: openpyxl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent fd79cd4 commit 28af2af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/poetry.lock

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

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python-redmine = "^2.5.0"
sentry-sdk = "^2.7.1"
whitenoise = "^6.7.0"
django-hurricane = "^1.5.0"
openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.
openpyxl = "3.1.5" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.
psycopg = {extras = ["binary"], version = "^3.2.1"}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 28af2af

Please sign in to comment.