Skip to content

chore(deps-dev): update comtypes requirement from >=1.4.15 to >=1.4.16#248

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/comtypes-gte-1.4.16
Open

chore(deps-dev): update comtypes requirement from >=1.4.15 to >=1.4.16#248
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/comtypes-gte-1.4.16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on comtypes to permit the latest version.

Release notes

Sourced from comtypes's releases.

1.4.16

  • Decompose IStorage tests and enhance coverage. By @​junkmd.
  • Enhance tests verifying custom COMObjects raise errors. By @​junkmd.
  • Refactor shelllink.py for ITEMIDLIST structure. By @​junkmd.
  • Fix a code path in logutil.NTDebugHandler. By @​junkmd.
  • Add a deprecation decorator to logutil.setup_logging. By @​junkmd.
  • Add tests for connection point interfaces. By @​junkmd.
  • Add tests for IGlobalInterfaceTable marshaling. By @​junkmd.
  • Remove outdated Python 2.3 compatibility. By @​junkmd.
  • Remove unused test utilities. By @​junkmd.
  • Extract time utility test helpers. By @​junkmd.
  • Add CreateTypeLib and ICreateTypeInfo tests. By @​junkmd.
  • Add tests for VARIANTEnumerator. By @​junkmd.
  • Enhance tests for moniker, bind context and running object table. By @​junkmd.
  • Introduce GDI test helper module and tests for IViewObject.Draw. By @​junkmd.
  • Unify COM descriptor release logic in ITypeComp.Bind. By @​junkmd.
  • Enhance dynamic dispatch and client testing. By @​junkmd.
Changelog

Sourced from comtypes's changelog.

Release 1.4.16

  • Decompose IStorage tests and enhance coverage. By @​junkmd.
  • Enhance tests verifying custom COMObjects raise errors. By @​junkmd.
  • Refactor shelllink.py for ITEMIDLIST structure. By @​junkmd.
  • Fix a code path in logutil.NTDebugHandler. By @​junkmd.
  • Add a deprecation decorator to logutil.setup_logging. By @​junkmd.
  • Add tests for connection point interfaces. By @​junkmd.
  • Add tests for IGlobalInterfaceTable marshaling. By @​junkmd.
  • Remove outdated Python 2.3 compatibility. By @​junkmd.
  • Remove unused test utilities. By @​junkmd.
  • Extract time utility test helpers. By @​junkmd.
  • Add CreateTypeLib and ICreateTypeInfo tests. By @​junkmd.
  • Add tests for VARIANTEnumerator. By @​junkmd.
  • Enhance tests for moniker, bind context and running object table. By @​junkmd.
  • Introduce GDI test helper module and tests for IViewObject.Draw. By @​junkmd.
  • Unify COM descriptor release logic in ITypeComp.Bind. By @​junkmd.
  • Enhance dynamic dispatch and client testing. By @​junkmd.

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.

Release 1.4.14

  • Replace setup.py with pyproject.toml. By @​moi15moi.
  • Update codebases for PEP585 compliance. By @​junkmd.

Release 1.4.13

... (truncated)

Commits
  • 4a1a11a Bump version and update change log for 1.4.16 (#931)
  • 5b1aaaf Decompose IStorage tests and enhance coverage. (#930)
  • 258da0e Enhance tests verifying custom COMObjects raise errors. (#929)
  • 9c5791b Suppress unwanted log output in logutil tests and refactor DBWIN capture....
  • 4eb1b9d Refactor shelllink.py for ITEMIDLIST structure and enhance IShellLink t...
  • 844a111 Enhance COM moniker testing with new types and composition scenarios. (#923)
  • 20db830 Add Anti-Moniker behavior and composition tests. (#922)
  • c21fd13 Fix a code path in logutil.NTDebugHandler and add a deprecation decorator t...
  • 06879ab Add tests for COM connection point interfaces. (#919)
  • 338e34d Add comprehensive testing for IGlobalInterfaceTable (GIT) marshaling. (#918)
  • Additional commits viewable in compare view

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

Updates the requirements on [comtypes](https://github.com/enthought/comtypes) to permit the latest version.
- [Release notes](https://github.com/enthought/comtypes/releases)
- [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt)
- [Commits](enthought/comtypes@1.4.15...1.4.16)

---
updated-dependencies:
- dependency-name: comtypes
  dependency-version: 1.4.16
  dependency-type: direct:development
...

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 May 12, 2026
@github-actions github-actions Bot added size/XS Extra small PR (< 30 lines) and removed python Pull requests that update python code labels May 12, 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 size/XS Extra small PR (< 30 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants