photoshop-python-api
photoshop-python-api copied to clipboard
chore(deps): update dependency comtypes to v1.4.13
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| comtypes | 1.4.10 -> 1.4.13 |
Release Notes
enthought/comtypes (comtypes)
v1.4.13
- 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.valuefor Python 3.14 compatibility. By @junkmd. - Add version bridges for the
__pointer_type__attribute protocol. By @junkmd.
v1.4.12
- 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_Stattotest_stream. By @junkmd. - Add client-side
RegisterActiveObject. By @junkmd. - Remove useless
objectinheritance 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 ofstr.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_evalin 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_npsupportpasses withnumpy>=2.0.0by explicitly settingdtype=numpy.int32. By @junkmd. - Add tests for
DictPropertyBagand type hints forIPropertyBag. By @junkmd. - Fix
numpyinteroperability and enabledatetime64tests. By @junkmd. - Revive and correct integer handling logic for
VARIANTs when setting values. By @junkmd. - Add tests for
messageloop. By @junkmd. - Revive
utiland add comprehensive tests. By @junkmd. - Refactor and enhance
utilwith explicit imports and typing. By @junkmd. - Modernize
npsupportby removing the patch for thenp._typecodes. By @junkmd.
v1.4.11
- Improve
PARAMFLAG_...andDISPATCH_...constants definitions and imports. By @junkmd. - Introduce the
_CDataTypealias from typeshed. By @junkmd. - Replace
260literals/constant definitions with imports fromctypes.wintypes.MAX_PATH. By @junkmd. - Replace
client._code_cache._get_module_filenamewithtypeinfo.GetModuleFileName. By @junkmd. - Improve
client._code_cache.SHGetSpecialFolderPathdefinition. 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
SupportErrorInfoTesttotest_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
_...MemberSpecfrom unpacking to dot access. By @junkmd. - Split
server.connectionpoints.ConnectionPointImpl._call_sinks. By @junkmd. - Refactor
create_vtbl_mapping,create_dispimpland_encode_idl. By @junkmd. - Add
test_hresult. By @junkmd. - Add
Test_Vtbltotest_comobject.py. By @junkmd. - Delint
IUnknown_AddRefandIUnknown_Release. By @junkmd. - Convert
assertRaisesusage to context manager for improved readability. By @junkmd. - Remove the unused
PATHvariable fromclient/_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.