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

dependency: (deps): bump comtypes from 1.4.1 to 1.4.4 in /backend #126

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2024

Bumps comtypes from 1.4.1 to 1.4.4.

Release notes

Sourced from comtypes's releases.

1.4.4

  • Stop mentioning the last version supporting Windows CE in README.md. By @​forderud.
  • Declare the minimum Python version as 3.7. By @​jaraco.
  • Move package configuration to declarative config. By @​jaraco.

1.4.3

  • Refactor test_findgendir. By @​junkmd.
  • Update test_GUID. By @​junkmd.
  • Add a feature to typeannotator that interprets the return value. By @​junkmd.
  • Update type annotations for _IUnknown_Base and IUnknown. By @​junkmd.
  • Add groupby_impltypeflags. By @​junkmd.
  • Add static typing for when a CoClass is assigned as the return value type. By @​junkmd.
  • Improve EnumerationNamespaces and CodeGenerator.enum_aliases. By @​junkmd.
  • Modernize constructor arguments and attributes of each stuff in typedesc. By @​junkmd.
  • Split codegenerator into some modules in the sub-package directory. By @​junkmd.
  • Implement record pointers as method parameters of a Dispatch Interface. By @​geppi.
  • Add npsupport to CI pipeline matrix. By @​junkmd.
  • Add "Frequently Asked Questions" to README.md. By @​junkmd.

1.4.2

  • Improve the stability of module generation by GetModule. By @​junkmd.
  • Define c_int aliases earlier than others in wrapper modules. By @​junkmd.
  • Remove trailing newlines generated by codegenerator and typeannotator. By @​junkmd.
  • Determine whether a interface is one of the known symbols not only by its name but also by using its iid. By @​junkmd.
  • Add Incomplete and Hresult to hints.pyi. By @​junkmd.
Changelog

Sourced from comtypes's changelog.

Release 1.4.4

  • Stop mentioning the last version supporting Windows CE in README.md. By @​forderud.
  • Declare the minimum Python version as 3.7. By @​jaraco.
  • Move package configuration to declarative config. By @​jaraco.

Release 1.4.3

  • Refactor test_findgendir. By @​junkmd.
  • Update test_GUID. By @​junkmd.
  • Add a feature to typeannotator that interprets the return value. By @​junkmd.
  • Update type annotations for _IUnknown_Base and IUnknown. By @​junkmd.
  • Add groupby_impltypeflags. By @​junkmd.
  • Add static typing for when a CoClass is assigned as the return value type. By @​junkmd.
  • Improve EnumerationNamespaces and CodeGenerator.enum_aliases. By @​junkmd.
  • Modernize constructor arguments and attributes of each stuff in typedesc. By @​junkmd.
  • Split codegenerator into some modules in the sub-package directory. By @​junkmd.
  • Implement record pointers as method parameters of a Dispatch Interface. By @​geppi.
  • Add npsupport to CI pipeline matrix. By @​junkmd.
  • Add "Frequently Asked Questions" to README.md. By @​junkmd.

Release 1.4.2

  • Improve the stability of module generation by GetModule. By @​junkmd.
  • Define c_int aliases earlier than others in wrapper modules. By @​junkmd.
  • Remove trailing newlines generated by codegenerator and typeannotator. By @​junkmd.
  • Determine whether a interface is one of the known symbols not only by its name but also by using its iid. By @​junkmd.
  • Add Incomplete and Hresult to hints.pyi. By @​junkmd.
Commits
  • 01d5879 Bump version and update change log for 1.4.4 (#558)
  • 000318a Move package configuration to declarative config (#557)
  • c8d5300 Declare the minimum Python version as 3.7. (#556)
  • 618c34c Stop mentioning the last version supporting Windows CE (#554)
  • ce0e393 Bump version and update change log for 1.4.3 (#553)
  • 601ff0f add "Frequently Asked Questions" to README.md (#545)
  • 0bb86c8 Add npsupport to CI pipeline matrix (#552)
  • 2963afd Implement record pointers as method parameters of a Dispatch Interface (#535)
  • cc071fe split helpers module in tools.codegenerator subdirectory package part 2 (...
  • 9a83390 split helpers module in tools.codegenerator subdirectory package part 1 (...
  • 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 [comtypes](https://github.com/enthought/comtypes) from 1.4.1 to 1.4.4.
- [Release notes](https://github.com/enthought/comtypes/releases)
- [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt)
- [Commits](enthought/comtypes@1.4.1...1.4.4)

---
updated-dependencies:
- dependency-name: comtypes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 9, 2024
@github-actions github-actions bot merged commit df1ee52 into main Jun 9, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/backend/comtypes-1.4.4 branch June 9, 2024 15:03
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.

None yet

0 participants