photoshop-python-api icon indicating copy to clipboard operation
photoshop-python-api copied to clipboard

chore(deps): update dependency comtypes to v1.4.13

Open renovate[bot] opened this issue 7 months ago • 0 comments

This PR contains the following updates:

Package Change Age Confidence
comtypes 1.4.10 -> 1.4.13 age confidence

Release Notes

enthought/comtypes (comtypes)

v1.4.13

Compare Source

  • Remove Python 3.8 and add Python 3.14 to the CI pipelines. By @​junkmd.
  • Declare the minimum Python version as 3.9. By @​junkmd. By @​junkmd.
  • Update PyCArgObject.value for Python 3.14 compatibility. By @​junkmd.
  • Add version bridges for the __pointer_type__ attribute protocol. By @​junkmd.

v1.4.12

Compare Source

  • Add support for coverage. By @​moi15moi.
  • CI/CD Improvements for runners and the codecov badge. By @​junkmd.
  • Add signed 32-bit hexadecimal converters. By @​junkmd.
  • Add Test_Stat to test_stream. By @​junkmd.
  • Add client-side RegisterActiveObject. By @​junkmd.
  • Remove useless object inheritance from every class. By @​moi15moi.
  • Modernize super() calls by removing explicit class and instance arguments. By @​moi15moi.
  • Eliminate outdated encoding boilerplates. By @​moi15moi.
  • Update byte string creation to use b"" instead of str.encode("utf-8"). By @​moi15moi.
  • Introduce codecov.yml. By @​moi15moi.
  • Migrate exception catches from older aliases to OSError. By @​moi15moi.
  • Remove obsolete Python 2 compatibility code in test_variant. By @​junkmd.
  • Skip test_eval in INPROC server tests due to instability. By @​junkmd.
  • Adjust structure sizes and alignments for 64-bit Python in viewobject.py. By @​junkmd.
  • Add test_viewobject. By @​junkmd.
  • Ensure test_npsupport passes with numpy>=2.0.0 by explicitly setting dtype=numpy.int32. By @​junkmd.
  • Add tests for DictPropertyBag and type hints for IPropertyBag. By @​junkmd.
  • Fix numpy interoperability and enable datetime64 tests. By @​junkmd.
  • Revive and correct integer handling logic for VARIANTs when setting values. By @​junkmd.
  • Add tests for messageloop. By @​junkmd.
  • Revive util and add comprehensive tests. By @​junkmd.
  • Refactor and enhance util with explicit imports and typing. By @​junkmd.
  • Modernize npsupport by removing the patch for the np._typecodes. By @​junkmd.

v1.4.11

Compare Source

  • Improve PARAMFLAG_... and DISPATCH_... constants definitions and imports. By @​junkmd.
  • Introduce the _CDataType alias from typeshed. By @​junkmd.
  • Replace 260 literals/constant definitions with imports from ctypes.wintypes.MAX_PATH. By @​junkmd.
  • Replace client._code_cache._get_module_filename with typeinfo.GetModuleFileName. By @​junkmd.
  • Improve client._code_cache.SHGetSpecialFolderPath definition. By @​junkmd.
  • Add type annotations to many modules. By @​junkmd.
  • Add constants to many modules. By @​junkmd.
  • Improve import block styles to many modules. By @​junkmd.
  • Add SupportErrorInfoTest to test_comserver. By @​junkmd.
  • Add test_errorinfo. By @​junkmd.
  • Improve the type safety of errorinfo.ReportException. By @​junkmd.
  • Change the method of retrieving the values of each field in _...MemberSpec from unpacking to dot access. By @​junkmd.
  • Split server.connectionpoints.ConnectionPointImpl._call_sinks. By @​junkmd.
  • Refactor create_vtbl_mapping, create_dispimpl and _encode_idl. By @​junkmd.
  • Add test_hresult. By @​junkmd.
  • Add Test_Vtbl to test_comobject.py. By @​junkmd.
  • Delint IUnknown_AddRef and IUnknown_Release. By @​junkmd.
  • Convert assertRaises usage to context manager for improved readability. By @​junkmd.
  • Remove the unused PATH variable from client/_generate.py. By @​moi15moi.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar May 19 '25 13:05 renovate[bot]