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 pefile from 2021.5.24 to 2023.2.7 in /tools/deps #3783

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2023

Bumps pefile from 2021.5.24 to 2023.2.7.

Release notes

Sourced from pefile's releases.

v2023.2.7

What's Changed

Finally @​pombredanne's great suite of tests (forked from https://github.com/pombredanne/pefile-tests) now runs for regression tests and coverage as a GitHub Action. "Making a coverage badge" was helpful in setting up tests and coverage reporting.

New Contributors

Full Changelog: erocarrera/pefile@v2022.5.30...v2023.2.7

pefile 2022.5.30

  • Merged pull request #344 from elicn/faster-reloc: Speed up relocation process
  • Merged pull request #175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory
  • Turn data into a bytearray to avoid copying data around (from elicn)
  • Merged pull request #343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average)
  • Merged pull request #340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements
  • Removed legacy Python 2 code
  • Miscellaneous other fixes.

pefile 2021.9.3

Fixed issue #334 coming from the new functionality in #327 and also merged PR #333 adding the method get_rich_header_hash

pefile 2021.9.2

  • Merged the great PR #327 and #292
  • Fixed #332 #291
  • Run black to format the code and addressed a handful of the many issues flagged by pylint
  • Dropped old Python 2 code and compatibility tweaks.
Commits
  • 1ab2807 Run full test suite in all Python and OS versions
  • 7507fe9 Update version for new release 2023.2.7
  • 00c42f7 Ran black
  • 97af4b5 "Touch" README.md
  • f3020e5 Add --ignore-errors switch to the json command
  • 02efb96 Add --ignore-errors flag to coverage report
  • aaae38a Use forked tests and minor tweaks to pefile
  • eca5a6b Tweak repo cloning step
  • 9b8aa53 Attempt to run test from external repo
  • 537da3e Enable macos in test workflow
  • 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 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.

@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.77 ⚠️

Comparison is base (2bdb332) 36.38% compared to head (33e5720) 35.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3783      +/-   ##
==========================================
- Coverage   36.38%   35.62%   -0.77%     
==========================================
  Files          93       93              
  Lines       15640    15640              
==========================================
- Hits         5690     5571     -119     
- Misses       9950    10069     +119     
Flag Coverage Δ
functional 17.79% <ø> (-18.59%) ⬇️
integration 1.98% <ø> (?)
unit 35.56% <ø> (?)

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

see 59 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pefile-2023.2.7 branch from 3bf74ef to e2a9196 Compare February 17, 2023 15:07
@mr-shekhar
Copy link
Collaborator

@dependabot rebase

Bumps [pefile](https://github.com/erocarrera/pefile) from 2021.5.24 to 2023.2.7.
- [Release notes](https://github.com/erocarrera/pefile/releases)
- [Commits](erocarrera/pefile@v2021.5.24...v2023.2.7)

---
updated-dependencies:
- dependency-name: pefile
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pefile-2023.2.7 branch from e2a9196 to 33e5720 Compare May 19, 2023 06:20
@MyWillIsMyOwn MyWillIsMyOwn changed the base branch from master to dependabot/pip/tools/deps/pyinstaller-5.13.2 September 7, 2023 08:47
@MyWillIsMyOwn MyWillIsMyOwn merged commit f4e9dc5 into dependabot/pip/tools/deps/pyinstaller-5.13.2 Sep 7, 2023
@MyWillIsMyOwn MyWillIsMyOwn deleted the dependabot/pip/tools/deps/pefile-2023.2.7 branch September 7, 2023 08:48
swetayadav1 added a commit that referenced this pull request Feb 19, 2024
* Bump pyinstaller from 5.0 to 5.13.2 in /tools/deps

* Bump pywin32-ctypes from 0.2.0 to 0.2.2 in /tools/deps (#4112)

* Bump pefile from 2021.5.24 to 2023.2.7 in /tools/deps (#3783)

* Bump pyinstaller-hooks-contrib from 2021.2 to 2023.8 in /tools/deps (#4098)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: swetayadav1 <sweta.yadav@hyland.com>
Co-authored-by: Sweta Yadav <106366788+swetayadav1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants