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

Bump olefile from 0.46 to 0.47 in /src/requirements #1521

Merged
merged 1 commit into from
May 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps olefile from 0.46 to 0.47.

Changelog

Sourced from olefile's changelog.

Detailed CHANGELOG

olefile.py

  • 2023-11-30 v0.47.dev6:
    • fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
    • fixed issue #156: write_sect now correctly detects when data is larger than the sector size
    • removed method get_document_variables, to be integrated in oletools (Word specific feature)
    • use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @​hugovk)
  • 2020-10-07 v0.47.dev4:
    • added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @​mak)
    • olefile is now distributed as a wheel package (PR #130 by @​hugovk)
    • olefile will not close a file handle if it was provided by the caller (PR #121 by Christian Herdtweck, issue #120)
  • 2019-05-08 v0.47.dev3:
    • added methods get_userdefined_properties and get_document_variables (PR #114 by Malwrologist @​DissectMalware)
  • 2019-04-28 v0.47.dev2:
  • 2019-04-20 v0.47.dev1:
  • 2018-09-09 v0.46 PL:
    • official v0.46 release
  • 2018-09-05 v0.46dev2 PL:
    • fixed issue #96, disabled the VT dictionary which was not used anymore
  • 2018-08-23 v0.46dev1 PL:
  • 2018-01-15 v0.45dev5 PL:
    • fixed issue #79, added missing constants to __all__
  • 2018-01-07 v0.45dev4 PL:
  • 2017-11-20 v0.45dev3 PL:
    • fixed issue #81, raise an exception when attempting to open a stream after the file was closed.
  • 2017-11-05 v0.45dev2 PL:
    • fixed issue #31, set all attributes in OleFileIO.__init__, use force_FAT=True in loaddirectory
    • fixed issue #56, tests folder now included in the distribution package
    • fixed issues #70 and #73, an incorrect byte order is now ignored

(TODO: reverse order to have latest changes on top, use MD formatting)

History from PIL 1.1.6:
1997-01-20 fl   Created
1997-01-22 fl   Fixed 64-bit portability quirk
2003-09-09 fl   Fixed typo in OleFileIO.loadfat (noted by Daniel Haertle)
2004-02-29 fl   Changed long hex constants to signed integers
</tr></table> 

... (truncated)

Commits

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 the dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link

github-actions bot commented Dec 4, 2023

Test Results

103 tests  ±0   102 ✔️ ±0   0s ⏱️ ±0s
  24 suites ±0       1 💤 ±0 
    1 files   ±0       0 ±0 

Results for commit c21229e. ± Comparison against base commit 532e48f.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.33%. Comparing base (d693a5f) to head (c21229e).
Report is 14 commits behind head on master.

Current head c21229e differs from pull request most recent head e65bf8a

Please upload reports for the commit e65bf8a to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1521      +/-   ##
==========================================
- Coverage   60.34%   60.33%   -0.01%     
==========================================
  Files         621      620       -1     
  Lines       13586    13569      -17     
==========================================
- Hits         8198     8187      -11     
+ Misses       5388     5382       -6     

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

@tykling
Copy link
Member

tykling commented May 27, 2024

@dependabot recreate

Bumps [olefile](https://github.com/decalage2/olefile) from 0.46 to 0.47.
- [Release notes](https://github.com/decalage2/olefile/releases)
- [Changelog](https://github.com/decalage2/olefile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/decalage2/olefile/commits)

---
updated-dependencies:
- dependency-name: olefile
  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/src/requirements/olefile-0.47 branch from c21229e to e65bf8a Compare May 27, 2024 16:42
@tykling tykling merged commit ece11fc into master May 27, 2024
1 of 3 checks passed
@tykling tykling deleted the dependabot/pip/src/requirements/olefile-0.47 branch May 27, 2024 18:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant