Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2026

Bumps comtypes from 1.4.14 to 1.4.15.

Release notes

Sourced from comtypes's releases.

1.4.15

  • Fix TYPE_E_ELEMENTNOTFOUND HRESULT constant value. By @​junkmd.
  • Enhance ITypeInfo testing in test_typeinfo.py. By @​junkmd.
  • Improve type hints for for generated dispmethods and properties. By @​junkmd.
  • Enhance tests for generated type hints. By @​junkmd.
  • Remove Internet Explorer dependency from test_QueryService.py and test_casesensitivity.py. By @​junkmd.
  • Rename test_ie.py to test_eventinterface.py. By @​junkmd.
  • Fix SyntaxError in DispMethodAnnotator signature generation. By @​junkmd.
  • Rename test_msi.py to test_puredispatch.py. By @​junkmd.
  • Rename test_wmi.py to test_variant_outparam.py. By @​junkmd.
  • Replace the module-level skip with individual @skip decorators on the test methods in test_eventinterface.py. By @​junkmd.
  • Add tests for stdole.IPicture creation through IStream. By @​junkmd.
  • Improve enum testing in test_client.py. By @​junkmd.
  • Revive and enhance test_outparam. By @​junkmd.
  • Enhance test_stream. By @​junkmd.
  • Enhance test_storage. By @​junkmd.
  • Add malloc module. By @​junkmd.
  • Enhance and refactor COM moniker tests. By @​junkmd.
  • Refine type hints and enhance tests for client.GetClassObject, CoGetClassObject and IClassFactory. By @​junkmd.
  • Implement ITypeInfo.AddressOfMember with tests and clarifications. By @​junkmd.
  • Enhance ITypeComp.Bind tests and type hints. By @​junkmd.
  • Introduce warnings for Python 3.15 enum compatibility. By @​junkmd.
Changelog

Sourced from comtypes's changelog.

Release 1.4.15

  • Fix TYPE_E_ELEMENTNOTFOUND HRESULT constant value. By @​junkmd.
  • Enhance ITypeInfo testing in test_typeinfo.py. By @​junkmd.
  • Improve type hints for for generated dispmethods and properties. By @​junkmd.
  • Enhance tests for generated type hints. By @​junkmd.
  • Remove Internet Explorer dependency from test_QueryService.py and test_casesensitivity.py. By @​junkmd.
  • Rename test_ie.py to test_eventinterface.py. By @​junkmd.
  • Fix SyntaxError in DispMethodAnnotator signature generation. By @​junkmd.
  • Rename test_msi.py to test_puredispatch.py. By @​junkmd.
  • Rename test_wmi.py to test_variant_outparam.py. By @​junkmd.
  • Replace the module-level skip with individual @skip decorators on the test methods in test_eventinterface.py. By @​junkmd.
  • Add tests for stdole.IPicture creation through IStream. By @​junkmd.
  • Improve enum testing in test_client.py. By @​junkmd.
  • Revive and enhance test_outparam. By @​junkmd.
  • Enhance test_stream. By @​junkmd.
  • Enhance test_storage. By @​junkmd.
  • Add malloc module. By @​junkmd.
  • Enhance and refactor COM moniker tests. By @​junkmd.
  • Refine type hints and enhance tests for client.GetClassObject, CoGetClassObject and IClassFactory. By @​junkmd.
  • Implement ITypeInfo.AddressOfMember with tests and clarifications. By @​junkmd.
  • Enhance ITypeComp.Bind tests and type hints. By @​junkmd.
  • Introduce warnings for Python 3.15 enum compatibility. By @​junkmd.
Commits
  • 07ab1f4 Bump version and update change log for 1.4.15 (#908)
  • 7008819 Introduce warnings for Python 3.15 enum compatibility and improve test stabil...
  • 1fc72e0 Enhance ITypeComp.Bind tests and type hints. (#906)
  • 1aab6ae Implement ITypeInfo.AddressOfMember with tests and clarifications. (#905)
  • 921b699 Refine type hints and enhance dynamic dispatch tests for `client.GetClassObje...
  • af2872f Improve type hints and tests for IClassFactory.CreateInstance and `CoGetCla...
  • 3ff9669 Enhance and refactor COM moniker and binding context tests (#902)
  • 1f5c5d5 Enhance memory management features and IStorage/IStream tests. (#901)
  • 8c3bdec Introduce malloc module and enhance COM memory management tests. (#899)
  • baef773 Introduce malloc module (part 1) (#900)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 24, 2026
Bumps [comtypes](https://github.com/enthought/comtypes) from 1.4.14 to 1.4.15.
- [Release notes](https://github.com/enthought/comtypes/releases)
- [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt)
- [Commits](enthought/comtypes@1.4.14...1.4.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 24, 2026
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