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-dev): Bump construct-typing from 0.5.6 to 0.6.2 #459

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps construct-typing from 0.5.6 to 0.6.2.

Release notes

Sourced from construct-typing's releases.

v0.6.2

  • fixed error message from EnumBase and FlagsEnumBase that occures since pyright v1.1.320
  • removed unnessasary __new__ methods in DataclassStruct, TEnum and TFlagsEnum

v0.6.1

fixed missmatch between stub and runtime type for Array

v0.6.0

  • Reworked construct-stubs so that it supports pyright>=v1.1.310. To support pyright and mypy in the past, __new__ and __init__ had to be defined. However, this is no longer supported by pyright. Now in most cases only __init__ is defined. Only for some special cases __new__ is used (e.g. for FormatField, Const, Hex, HexDump, IfThenElse, Switch)
  • Added stubs for cs.Compiled.
  • Added some more missing definitions (__author__, __version__, possiblestringencodings, hexdump, hexundump, PY)
  • Use PEP688 buffer protocol for the parse method (fixes #24). This requires a dependency to typing_extensions>=4.6.0.
  • build_stream and build_file do not return anything (fixes #25).
Commits
  • 2ffa785 incremented version to 0.6.2
  • c7e3fc7 removed unnessasary __new__ methods in DataclassStruct, TEnum and `TFla...
  • c405d09 fixed error message from EnumBase and FlagsEnumBase that occures since py...
  • af98d20 incremented version to 0.6.1
  • 7459340 fixed missmatch between stub and runtime type for Array
  • af1a93c incremented version to 0.6.0
  • c04a905 use PEP688 buffer protocol for "parse" Method (fixes #24)
  • c6bded5 fixes #25
  • 86fddbe simplified "IfThenElse"
  • 26f7fd8 removed unnessesary comment
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [construct-typing](https://github.com/timrid/construct-typing) from 0.5.6 to 0.6.2.
- [Release notes](https://github.com/timrid/construct-typing/releases)
- [Commits](timrid/construct-typing@v0.5.6...v0.6.2)

---
updated-dependencies:
- dependency-name: construct-typing
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2023
@rumpelsepp rumpelsepp merged commit b79ed1a into master Nov 3, 2023
6 checks passed
@rumpelsepp rumpelsepp deleted the dependabot/pip/construct-typing-0.6.2 branch November 3, 2023 07:31
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant