Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump xlsxwriter from 3.1.7 to 3.2.0 in /backend/requirements #2009

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Bumps xlsxwriter from 3.1.7 to 3.2.0.

Changelog

Sourced from xlsxwriter's changelog.

Release 3.2.0 - February 17 2024

This is the 10th anniversary release of XlsxWriter. Version 0.0.1 was released on February 17 2013. Since then there have been 167 releases, 25,000 lines of code, 1600 test cases, 700 pages of documentation, 71,000 users on GitHub, 50 contributors, 1000 closed issues and 150 million yearly downloads. Thanks to everyone who has contributed code, given feedback or just used the library.

  • Add :func:embed_image() worksheet method to embed images in cells. This is equivalent to Excel's menu item to insert an image using the option to "Place in Cell". It scales images automatically to the dimensions of the cell.

    This has been a frequently requested feature for people creating spreadsheets with images for product items. See also :ref:ex_embedded_images.

  • Fix issue where a horizontal alignment format was ignored if indentation was also set.

    :issue:1041.

Release 3.1.9 - October 19 2023

  • Add fix for errant XML tag in chart leader lines for non-Pie charts.

    :issue:1019 and :feature:1012.

Release 3.1.8 - October 15 2023

  • Add support for formatting the data label in chart trendlines.

    :feature:750.

Commits
  • f5f7ecd Prep for release 3.2.0
  • 97dd7c9 package: update copyright year
  • 72d1297 docs: add docs and example for embed_image()
  • 85823fc github: add 3.12 to the test matrix
  • 7b0c6e2 worksheet: add support for embedded images
  • 3dbed61 utility: refactor get_image_properties() into utility.py
  • 55e8534 Update Changes file (#1036)
  • 181feab docs: remove PDF doc build and output
  • cedf448 worksheet: fix minor lint formatting issue
  • e53e190 format: fix identation and alignment property mismatch
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file django related to the django backend python Pull requests that update Python code labels Apr 5, 2024
Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
indok-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2024 2:47pm

Copy link

cypress bot commented Apr 5, 2024



Test summary

2 0 0 0


Run details

Project Indøk Web
Status Passed
Commit bcf5b5f ℹ️
Started Aug 11, 2024 2:56 PM
Ended Aug 11, 2024 2:58 PM
Duration 01:33 💡
OS Linux Ubuntu -
Browser Chrome 127

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.1.7 to 3.2.0.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.1.7...RELEASE_3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/backend/requirements/xlsxwriter-3.2.0 branch from 0960da4 to 780aa61 Compare April 15, 2024 16:22
Copy link

sonarcloud bot commented Apr 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.28%. Comparing base (35f7a65) to head (3656c8c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2009   +/-   ##
=======================================
  Coverage   83.28%   83.28%           
=======================================
  Files         100      100           
  Lines        3572     3572           
=======================================
  Hits         2975     2975           
  Misses        597      597           
Flag Coverage Δ
apitests 83.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MagnusHafstad
Copy link
Contributor

MagnusHafstad commented Jun 16, 2024

It might be better to use a different liberary for this. In any case the functionality from xlsxwriter is down regardless of this pr.

Copy link

sonarcloud bot commented Aug 11, 2024

@MagnusHafstad
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file django related to the django backend python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant