bornhack / bornhack-website

Django project to power BornHack
https://bornhack.dk
BSD 3-Clause "New" or "Revised" License
7 stars 31 forks source link

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

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 11 months ago

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 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.

github-actions[bot] commented 11 months ago

Test Results

103 tests  ±0   102 :heavy_check_mark: ±0   0s :stopwatch: ±0s   24 suites ±0       1 :zzz: ±0      1 files   ±0       0 :x: ±0 

Results for commit c21229e9. ± Comparison against base commit 532e48fc.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tykling commented 5 months ago

@dependabot recreate