Skip to content

Conversation

@dependabot
Copy link

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

Bumps the all-deps group in /Data/Python/Constraints with 81 updates:

Package From To
aiofiles 24.1.0 25.1.0
aiosqlite 0.20.0 0.22.1
antlr4-python3-runtime 4.13.1 4.13.2
asyncua 1.1.5 1.1.8
atomicwrites 1.4.0 1.4.1
autobahn 21.3.1 25.12.2
awkward 2.6.10 2.8.11
awkward-cpp 40 51
blinker 1.8.2 1.9.0
certifi 2025.11.12 2026.1.4
cffi 1.17.1 2.0.0
click 8.1.7 8.3.1
comtypes 1.4.12 1.4.15
configparser 7.1.0 7.2.0
contourpy 1.1.1 1.3.3
cpylog 1.5.0 1.6.0
docutils 0.20.1 0.22.4
ezdxf 1.1.4 1.4.3
fonttools 4.57.0 4.61.1
fsspec 2025.3.0 2026.1.0
geomdl 5.3.1 5.4.0
ijson 3.3.0 3.4.0.post0
imageio 2.35.1 2.37.2
importlib-metadata 8.5.0 8.7.1
importlib-resources 6.4.5 6.5.2
joblib 1.4.2 1.5.3
kiwisolver 1.4.7 1.4.9
ladybug-comfort 0.18.96 0.18.97
ladybug-core 0.44.29 0.44.30
llvmlite 0.41.1 0.46.0
markdown 3.7 3.10.1
markdown-it-py 3.0.0 4.0.0
matplotlib 3.7.5 3.10.8
msgpack 1.1.1 1.1.2
networkx 3.1 3.6.1
numba 0.58.1 0.63.1
numpy 1.24.4 2.4.1
openstudio 3.10.0 3.11.0
packaging 25.0 26.0
pandas 2.0.3 3.0.0
pillow 10.4.0 12.1.0
platformdirs 4.3.6 4.5.1
posthog 4.2.0 7.6.0
protobuf 5.29.5 6.33.4
psutil 7.1.3 7.2.1
pycollada 0.9.2 0.9.3
pycparser 2.23 3.0
pyfakefs 5.10.2 6.0.0
pygit2 1.13.3 1.19.1
pyjwt 2.9.0 2.10.1
pynastran 1.3.4 1.4.1
pyopenxr 1.1.4601 1.1.5301
pyoptools 0.2.1 0.3.7
pyparsing 3.1.4 3.3.2
pypresence 4.3.0 4.6.1
pyproj 3.5.0 3.7.2
python-docx 1.1.2 1.2.0
python-dotenv 1.0.1 1.2.1
pyvista 0.44.2 0.46.5
pywavelets 1.4.1 1.9.0
requests 2.32.4 2.32.5
rich 14.2.0 14.3.0
scikit-image 0.21.0 0.26.0
scikit-learn 1.3.2 1.8.0
scipy 1.10.1 1.17.0
sentry-sdk 2.48.0 2.50.0
shapely 2.0.7 2.1.2
soupsieve 2.7 2.8.3
streamdeck 0.9.6 0.9.8
sympy 1.13.3 1.14.0
testtools 2.7.2 2.8.2
threadpoolctl 3.5.0 3.6.0
tifffile 2023.7.10 2026.1.14
trimesh 4.10.1 4.11.1
txaio 23.1.1 25.12.2
typing-extensions 4.13.2 4.15.0
tzlocal 5.2 5.3.1
urllib3 2.2.3 2.6.3
vtk 9.3.1 9.5.2
xarray 2023.1.0 2025.12.0
zipp 3.20.2 3.23.0

Updates aiofiles from 24.1.0 to 25.1.0

Release notes

Sourced from aiofiles's releases.

v25.1.0

  • Switch to uv + add Python v3.14 support. (#219)
  • Add ruff formatter and linter. #216
  • Drop Python 3.8 support. If you require it, use version 24.1.0. #204

New Contributors

Full Changelog: Tinche/aiofiles@v24.1.0...v25.1.0

Changelog

Sourced from aiofiles's changelog.

25.1.0 (2025-10-09)

  • Switch to uv + add Python v3.14 support. (#219)
  • Add ruff formatter and linter. #216
  • Drop Python 3.8 support. If you require it, use version 24.1.0. #204
Commits

Updates aiosqlite from 0.20.0 to 0.22.1

Changelog

Sourced from aiosqlite's changelog.

v0.22.1

Bug fix release

NOTE: Starting with v0.22.0, the aiosqlite.Connection object no longer inherits from threading.Thread. If not using aiosqlite as a context manager, clients must await connection.close() or call connection.stop() to ensure the helper thread is completed and terminated correctly. A ResourceWarning will be emitted for any connection that is garbage collected without being closed or stopped.

  • Added synchronous stop() method to aiosqlite.Connection to enable safe cleanup and termination of the background thread without dependence on having an active event loop (#370)
$ git shortlog -s v0.22.0...v0.22.1
     2	Amethyst Reese

v0.22.0

Feature release

  • Support set_authorizer query access controls (#349)
  • Wait for transaction queue to complete when closing connection (#305)
  • Emit warning when connection goes out of scope without being closed (#355)
  • Remove dependency on typing_extensions (#365)
$ git shortlog -s v0.21.0...v0.22.0
     1	Alec Berryman
     1	Amethyst Reese
     1	David Andreoletti
     1	Markus Heidelberg
     1	beerpsi
    19	dependabot[bot]

v0.21.0

Maintenance release

  • Fix: close connection correctly when BaseException raised in connection (#317)
  • Metadata improvements

... (truncated)

Commits

Updates antlr4-python3-runtime from 4.13.1 to 4.13.2

Updates asyncua from 1.1.5 to 1.1.8

Release notes

Sourced from asyncua's releases.

v1.1.8

fix release script and upload

v1.1.7

origin/master, origin/HEAD) Replace time.time() with time.monotonic() in asyncua core modules b3dd3a17ffdd554807df230b6b34403b8c946c30 make pytest loop scope explicit a5d72a2dc2a53e21d84c5f3b9091e27ae14e007e finally unfreeze pytest-asyncio cc874c30e2154e86a43523006ecb5839412cc157 Feat: Support import/export of struct and enum Field descriptions (#1851) 97095b909c141daf9b7d300114f7d5d924444b76 Support pre 1.04 struct length fields for B&R 5b1091795dc7745efb94acd94381db17274779e8 fix connecting to new prosys opcua server (#1827) 120d2e8c090fe0dbe34fb27a3e2f723dcb83ab8d Fix small bug if imported xml has also the stardard namespace included (#1832) d52d319b7ccf8c52f0e0fce469d06b9a10db0a24 Enhancement: Chunked Build ETree Function (#1833) 6b6f4bb220b47b7d6d5612dc4d8daccf386373b0 Fix: Issues with missing namespace URIs when importing and exporting XMLs (#1830) f12f3e19b3e7a3bc3db38add30176eef0cecd300 fix ClientNonce and/or peer_certificate may be None e3e02e3cfaca19647aec9348e9452594c6ebd657 Include support for x509 certificate chains in DER format (#1822)

v1.1.6

update ua adresse space to 1.0.5 Parse ExtensionObjects with missing length (= -1) add: Number in uatypes.py Allow setting password to None. Fix usage of X509IdentityToken

bug fixes

Commits
  • d8a5de3 new release v1.1.8
  • fe795e1 fix release script
  • cacd6a0 Replace time.time() with time.monotonic() in asyncua core modules
  • b3dd3a1 make pytest loop scope explicit
  • a5d72a2 finally unfreeze pytest-asyncio
  • cc874c3 Feat: Support import/export of struct and enum Field descriptions (#1851)
  • 97095b9 Support pre 1.04 struct length fields for B&R
  • 5b10917 fix connecting to new prosys opcua server (#1827)
  • 120d2e8 Fix small bug if imported xml has also the stardard namespace included (#1832)
  • d52d319 Enhancement: Chunked Build ETree Function (#1833)
  • Additional commits viewable in compare view

Updates atomicwrites from 1.4.0 to 1.4.1

Commits

Updates autobahn from 21.3.1 to 25.12.2

Release notes

Sourced from autobahn's releases.

Development Build fork-68427734-oberstet_autobahn_python-strict_typing_test-202601141357

Development build from pull request

Build Information

  • Commit: 1c7d45cd
  • Build Date: 2026-01-14 14:02:37 UTC
  • Release Type: development

Included Platforms

  • Linux: x86_64, ARM64 (manylinux wheels + pure Python fallbacks)
  • macOS: Apple Silicon ARM64
  • Windows: x86_64

Python Versions

  • CPython: 3.11, 3.12, 3.13, 3.14
  • PyPy: 3.11

Installation

Download the appropriate wheel for your platform:

pip install <downloaded-wheel-file>

Artifact Inventory

  • Total Wheels: 16
  • Source Distributions: 3

Development Build fork-cee77a0c-bblommers_autobahn_python-chore_apply_ruff_up-202601092138

Development build from pull request

Build Information

  • Commit: b006e90e
  • Build Date: 2026-01-09 21:43:05 UTC
  • Release Type: development

Included Platforms

  • Linux: x86_64, ARM64 (manylinux wheels + pure Python fallbacks)
  • macOS: Apple Silicon ARM64
  • Windows: x86_64

... (truncated)

Changelog

Sourced from autobahn's changelog.

25.12.2

Build & CI/CD

  • Synchronize CI/CD, FlatBuffers vendoring, and wamp-ai/wamp-cicd submodules between autobahn-python and zlmdb (#1822)
  • Switch manylinux container from 2_34 to 2_28 for x86_64 ISA compatibility (fixes auditwheel flatc bundling)
  • Increase ARM64 build timeout to 60 minutes for QEMU emulation
  • Add .github/workflows/README.md documenting CI/CD architecture
  • Consolidate download-github-release and download-release-artifacts recipes
  • Add checksum verification to artifact download workflow

FlatBuffers

  • Simplify vendored FlatBuffers - use upstream as-is
  • Track vendored FlatBuffers in git (like zlmdb approach)
  • Add version() function to vendored FlatBuffers runtime
  • Add check_zlmdb_flatbuffers_version_in_sync() for cross-project compatibility
  • Generate .bfbs files for WAMP schemas during wheel build

Other

  • Rename install-flatc to install-flatc-system with prominent warning
  • Remove legacy readthedocs.yml to activate .readthedocs.yaml
  • Remove dev-latest optional dependency (PyPI rejects direct URLs)

25.12.1

New

  • Add vendored Flatbuffers (v25.9.23) (#1761)
  • Add WAMP serdes functional and benchmark testing; WAMP-Flatbuffers; WAMP Serializer Composition (transport/payload) (#1765)

Fix

Other

  • Rel v25.10.2 (#1734)
  • Rel v25.10.2 part2 (#1741)
  • WAMP Flatbuffers serialization test coverage; WAMP message classes refactoring (#1773)
  • Modernization phase 1.1 (#1785)
  • Phase 1.2: Build Tooling Modernization (#1788)
  • Phase 1.3: CI/CD Modernization (#1791)
  • Rel25 12 1 (#1794)
  • Modernization phase 1.4 (#1797)

... (truncated)

Commits
  • 5e4f7e0 docs: add changelog and release notes for v25.12.2
  • e97953b fix: add checksum verification and unify artifact download paths
  • 05f1193 fix: download-github-release now downloads all release artifacts
  • 467581c Synchronize CI/CD, Flatbuffers vendoring and wamp-ai and wamp-cicd Submodules...
  • 60f226c build: remove legacy readthedocs.yml to activate .readthedocs.yaml
  • 0dac159 Add missing docs deps to dev, ignore CFFI build artifacts
  • e250336 Simplify vendored flatbuffers - use upstream as-is
  • 03e2e15 Track vendored flatbuffers in git (like zlmdb approach)
  • 41f7e3c Move vendor-flatbuffers logic to external Python script
  • 8db4648 bump package version
  • Additional commits viewable in compare view

Updates awkward from 2.6.10 to 2.8.11

Release notes

Sourced from awkward's releases.

Version 2.8.11

New features

Bug-fixes and performance

Other

New Contributors

Full Changelog: scikit-hep/awkward@v2.8.10...v2.8.11

Version 2.8.10

New features

... (truncated)

Commits
  • c4a2e57 awkward 2.8.11 and awkward-cpp 51
  • 6007226 awkward 2.8.11 and awkward-cpp 51
  • 0ad8b1e fix: typetracer nplike's all function leads to infinite recursion for `axis...
  • 0941b37 fix: keep track of buffer key instead of field path for VirtualNDArrays & Pla...
  • efea08c chore(ci): use macos-15-intel for x86 wheel building and testing (#3720)
  • 87765b6 fix: ak.Record creation from iterable with nested dicts (#3728)
  • 306274c fix: weights should not be raised to the power n in the n-th moment calculati...
  • 8872e1f fix: incorrect passing of Index inside nplike function in `to_IndexedOption...
  • 1594a70 fix: numba test failures on Python 3.14 (#3757)
  • ca066dd feat: ability to optionally disable the caching of virtual arrays on themselv...
  • Additional commits viewable in compare view

Updates awkward-cpp from 40 to 51

Commits

Updates blinker from 1.8.2 to 1.9.0

Release notes

Sourced from blinker's releases.

1.9.0

This is the Blinker 1.9.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/blinker/1.9.0/ Changes: https://blinker.readthedocs.io/en/stable/#version-1-9-0 Milestone: https://github.com/pallets-eco/blinker/milestone/1?closed=1

  • Drop support for Python 3.8. #175
  • Remove previously deprecated __version__, receiver_connected, Signal.temporarily_connected_to and WeakNamespace. #172
  • Skip weakref signal cleanup if the interpreter is shutting down. #173
Changelog

Sourced from blinker's changelog.

Version 1.9.0

Released 2024-11-08

  • Drop support for Python 3.8. :pr:175
  • Remove previously deprecated __version__, receiver_connected, Signal.temporarily_connected_to and WeakNamespace. :pr:172
  • Skip weakref signal cleanup if the interpreter is shutting down. :issue:173
Commits
  • 669f3a0 release version 1.9.0
  • cfe116f try disabling attestions on test pypi
  • 16e4bd7 Merge pull request #174 from projectgus/bugfix/weakref_disconnect_shutdown
  • 42561fd Fix "Exception ignored" in weakref callback during interpreter shutdown.
  • dcce3e9 Merge pull request #175 from pallets-eco/drop-python3.8
  • efa95ea drop support for python 3.8
  • 8230518 update dev dependencies
  • 94f1202 update dev dependencies
  • 8c983ec remove previously deprecated code (#172)
  • f5915f3 set up pre-commit lite workflow
  • Additional commits viewable in compare view

Updates certifi from 2025.11.12 to 2026.1.4

Commits
  • c64d9f3 2026.01.04 (#389)
  • 4ac232f Bump actions/download-artifact from 6.0.0 to 7.0.0 (#387)
  • 95ae4b2 Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable (#386)
  • b72a7b1 Bump dessant/lock-threads from 5.0.1 to 6.0.0 (#385)
  • ecc2672 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#384)
  • 6a897db Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 (#383)
  • 27ca98a Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#381)
  • 56c59a6 Bump actions/checkout from 6.0.0 to 6.0.1 (#382)
  • ae0021c Bump actions/setup-python from 6.0.0 to 6.1.0 (#380)
  • ddf5d0b Bump actions/checkout from 5.0.1 to 6.0.0 (#378)
  • Additional commits viewable in compare view

Updates cffi from 1.17.1 to 2.0.0

Release notes

Sourced from cffi's releases.

v2.0.0

What's Changed

  • Add Python 3.14 support.
  • Add CPython free-threaded support (3.14t+ only) - huge thanks to the folks at Quansight Labs for all the work to get this one sorted!
  • Drop Python <= 3.8 support.
  • Fix order dependency affecting nested type size calculation (#148).

Full Changelog: python-cffi/cffi@v1.17.1...v2.0.0

v2.0.0b1

What's Changed

  • Add Python 3.14 support.
  • Add CPython free-threaded support (3.14t+ only).
  • Drop Python <= 3.8 support.
  • Fix order dependency affecting nested type size calculation (#148).

Full Changelog: python-cffi/cffi@v1.17.1...v2.0.0b1

Commits
  • 6366c01 release 2.0.0 (#196)
  • 95c8476 2.0.0 post beta backports (#195)
  • 195cbda Release 2.0.0b1 (#183)
  • b4bbe79 fix version test to support beta
  • 7ed073d Add support for the free-threaded build (#178)
  • 67a170d Change the license from MIT to MIT-no-attribution, which is the same without ...
  • 92645ec Add Python 3.14 support/testing (#177)
  • 2b81170 doc: update test commands in Section Testing/development tips (#158)
  • 25172b8 doc: update year (#153)
  • b57a92c issue 147: force-compute nested structs before parent structs. Occurs mainly...
  • Additional commits viewable in compare view

Updates click from 8.1.7 to 8.3.1

Release notes

Sourced from click's releases.

8.3.1

This is the Click 8.3.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.3.1/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-1 Milestone: https://github.com/pallets/click/milestone/28

  • Don't discard pager arguments by correctly using subprocess.Popen. #3039 #3055
  • Replace Sentinel.UNSET default values by None as they're passed through the Context.invoke() method. #3066 #3065 #3068
  • Fix conversion of Sentinel.UNSET happening too early, which caused incorrect behavior for multiple parameters using the same name. #3071 #3079
  • Fix rendering when prompt and confirm parameter prompt_suffix is empty. #3019 #3021
  • When Sentinel.UNSET is found during parsing, it will skip calls to type_cast_value. #3069 #3090
  • Hide Sentinel.UNSET values as None when looking up for other parameters through the context inside parameter callbacks. #3136 #3137

8.3.0

This is the Click 8.3.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecation, or introduce potentially breaking changes.

We encourage everyone to upgrade. You can read more about our Version Support Policy on our website.

PyPI: https://pypi.org/project/click/8.3.0/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-0 Milestone https://github.com/pallets/click/milestone/27

  • Improved flag option handling: Reworked the relationship between flag_value and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: #1992 #2514 #2610 #3024 #3030
  • Allow default to be set on Argument for nargs = -1. #2164 #3030

  • Show correct auto complete value for nargs option in combination with flag option #2813

  • Show correct auto complete value for nargs option in combination with flag option #2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. #2995 #3013

  • Lazily import shutil. #3023

  • Properly forward exception information to resources registered with click.core.Context.with_resource(). #2447 #3058

  • Fix regression related to EOF handling in CliRunner. #2939 #2940

8.2.2

This is the Click 8.2.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.2.2/

... (truncated)

Changelog

Sourced from click's changelog.

Version 8.3.1

Released 2025-11-15

  • Don't discard pager arguments by correctly using subprocess.Popen. :issue:3039 :pr:3055
  • Replace Sentinel.UNSET default values by None as they're passed through the Context.invoke() method. :issue:3066 :issue:3065 :pr:3068
  • Fix conversion of Sentinel.UNSET happening too early, which caused incorrect behavior for multiple parameters using the same name. :issue:3071 :pr:3079
  • Hide Sentinel.UNSET values as None when looking up for other parameters through the context inside parameter callbacks. :issue:3136 :pr:3137
  • Fix rendering when prompt and confirm parameter prompt_suffix is empty. :issue:3019 :pr:3021
  • When Sentinel.UNSET is found during parsing, it will skip calls to type_cast_value. :issue:3069 :pr:3090

Version 8.3.0

Released 2025-09-17

  • Improved flag option handling: Reworked the relationship between flag_value and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: :issue:1992 :issue:2514 :issue:2610 :issue:3024 :pr:3030
  • Allow default to be set on Argument for nargs = -1. :issue:2164 :pr:3030

  • Show correct auto complete value for nargs option in combination with flag option :issue:2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:2995 :pr:3013

  • Lazily import shutil. :pr:3023

  • Properly forward exception information to resources registered with click.core.Context.with_resource(). :issue:2447 :pr:3058

  • Fix regression related to EOF handling in CliRunner. :issue:2939 :pr:2940

Version 8.2.2

Released 2025-07-31

  • Fix reconciliation of default, flag_value and type parameters for flag options, as well as parsing and normalization of environment variables.

... (truncated)

Commits
  • 1d038f2 release version 8.3.1
  • 03f3889 Fix Ruff UP038 warning (#3141)
  • 3867781 Fix Ruff UP038 warning
  • b91bb95 Provide altered context to callbacks to hide UNSET values as None (#3137)
  • 437e1e3 Temporarily provide a fake context to the callback to hide UNSET values as ...
  • ea70da4 Don't test using a file in docs/ (#3102)
  • e27b307 Make uv run --all-extras pyright --verifytypes click pass (#3072)
  • a92c573 Fix test_edit to work with BSD sed (#3129)
  • bd131e1 Fix test_edit to work with BSD sed
  • 0b5c6b7 Add Best practices section (#3127)
  • Additional commits viewable in compare view

Updates comtypes from 1.4.12 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

Bumps the all-deps group in /Data/Python/Constraints with 81 updates:

| Package | From | To |
| --- | --- | --- |
| [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` |
| [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.20.0` | `0.22.1` |
| [antlr4-python3-runtime](http://www.antlr.org) | `4.13.1` | `4.13.2` |
| [asyncua](https://github.com/FreeOpcUa/opcua-asyncio) | `1.1.5` | `1.1.8` |
| [atomicwrites](https://github.com/untitaker/python-atomicwrites) | `1.4.0` | `1.4.1` |
| [autobahn](https://github.com/crossbario/autobahn-python) | `21.3.1` | `25.12.2` |
| [awkward](https://github.com/scikit-hep/awkward-1.0) | `2.6.10` | `2.8.11` |
| [awkward-cpp](https://github.com/scikit-hep/awkward-1.0) | `40` | `51` |
| [blinker](https://github.com/pallets-eco/blinker) | `1.8.2` | `1.9.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.11.12` | `2026.1.4` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.3.1` |
| [comtypes](https://github.com/enthought/comtypes) | `1.4.12` | `1.4.15` |
| [configparser](https://github.com/jaraco/configparser) | `7.1.0` | `7.2.0` |
| [contourpy](https://github.com/contourpy/contourpy) | `1.1.1` | `1.3.3` |
| [cpylog](https://github.com/SteveDoyle2/cpylog) | `1.5.0` | `1.6.0` |
| [docutils](https://github.com/rtfd/recommonmark) | `0.20.1` | `0.22.4` |
| [ezdxf](https://github.com/mozman/ezdxf) | `1.1.4` | `1.4.3` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.57.0` | `4.61.1` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2025.3.0` | `2026.1.0` |
| [geomdl](https://github.com/orbingol/NURBS-Python) | `5.3.1` | `5.4.0` |
| [ijson](https://github.com/ICRAR/ijson) | `3.3.0` | `3.4.0.post0` |
| [imageio](https://github.com/imageio/imageio) | `2.35.1` | `2.37.2` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.7.1` |
| [importlib-resources](https://github.com/python/importlib_resources) | `6.4.5` | `6.5.2` |
| [joblib](https://github.com/joblib/joblib) | `1.4.2` | `1.5.3` |
| [kiwisolver](https://github.com/nucleic/kiwi) | `1.4.7` | `1.4.9` |
| [ladybug-comfort](https://github.com/ladybug-tools/ladybug-comfort) | `0.18.96` | `0.18.97` |
| [ladybug-core](https://github.com/ladybug-tools/ladybug) | `0.44.29` | `0.44.30` |
| [llvmlite](https://github.com/numba/llvmlite) | `0.41.1` | `0.46.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.10.1` |
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `3.0.0` | `4.0.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.7.5` | `3.10.8` |
| [msgpack](https://github.com/msgpack/msgpack-python) | `1.1.1` | `1.1.2` |
| [networkx](https://github.com/networkx/networkx) | `3.1` | `3.6.1` |
| [numba](https://github.com/numba/numba) | `0.58.1` | `0.63.1` |
| [numpy](https://github.com/numpy/numpy) | `1.24.4` | `2.4.1` |
| [openstudio](https://github.com/NREL/OpenStudio) | `3.10.0` | `3.11.0` |
| [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.0.3` | `3.0.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `12.1.0` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.5.1` |
| [posthog](https://github.com/posthog/posthog-python) | `4.2.0` | `7.6.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.5` | `6.33.4` |
| [psutil](https://github.com/giampaolo/psutil) | `7.1.3` | `7.2.1` |
| [pycollada](https://github.com/pycollada/pycollada) | `0.9.2` | `0.9.3` |
| [pycparser](https://github.com/eliben/pycparser) | `2.23` | `3.0` |
| [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.10.2` | `6.0.0` |
| [pygit2](https://github.com/libgit2/pygit2) | `1.13.3` | `1.19.1` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.10.1` |
| [pynastran](https://github.com/SteveDoyle2/pyNastran) | `1.3.4` | `1.4.1` |
| [pyopenxr](https://github.com/cmbruns/pyopenxr) | `1.1.4601` | `1.1.5301` |
| pyoptools | `0.2.1` | `0.3.7` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.3.2` |
| [pypresence](https://github.com/qwertyquerty/pypresence) | `4.3.0` | `4.6.1` |
| [pyproj](https://github.com/pyproj4/pyproj) | `3.5.0` | `3.7.2` |
| [python-docx](https://github.com/python-openxml/python-docx) | `1.1.2` | `1.2.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.1` |
| [pyvista](https://github.com/pyvista/pyvista) | `0.44.2` | `0.46.5` |
| [pywavelets](https://github.com/PyWavelets/pywt) | `1.4.1` | `1.9.0` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [rich](https://github.com/Textualize/rich) | `14.2.0` | `14.3.0` |
| [scikit-image](https://github.com/scikit-image/scikit-image) | `0.21.0` | `0.26.0` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.3.2` | `1.8.0` |
| [scipy](https://github.com/scipy/scipy) | `1.10.1` | `1.17.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.48.0` | `2.50.0` |
| [shapely](https://github.com/shapely/shapely) | `2.0.7` | `2.1.2` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.7` | `2.8.3` |
| [streamdeck](https://github.com/abcminiuser/python-elgato-streamdeck) | `0.9.6` | `0.9.8` |
| [sympy](https://github.com/sympy/sympy) | `1.13.3` | `1.14.0` |
| [testtools](https://github.com/testing-cabal/testtools) | `2.7.2` | `2.8.2` |
| [threadpoolctl](https://github.com/joblib/threadpoolctl) | `3.5.0` | `3.6.0` |
| [tifffile](https://github.com/cgohlke/tifffile) | `2023.7.10` | `2026.1.14` |
| [trimesh](https://github.com/mikedh/trimesh) | `4.10.1` | `4.11.1` |
| [txaio](https://github.com/crossbario/txaio) | `23.1.1` | `25.12.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.13.2` | `4.15.0` |
| [tzlocal](https://github.com/regebro/tzlocal) | `5.2` | `5.3.1` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.6.3` |
| [vtk](https://vtk.org) | `9.3.1` | `9.5.2` |
| [xarray](https://github.com/pydata/xarray) | `2023.1.0` | `2025.12.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.2` | `3.23.0` |


Updates `aiofiles` from 24.1.0 to 25.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md)
- [Commits](Tinche/aiofiles@v24.1.0...v25.1.0)

Updates `aiosqlite` from 0.20.0 to 0.22.1
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.20.0...v0.22.1)

Updates `antlr4-python3-runtime` from 4.13.1 to 4.13.2

Updates `asyncua` from 1.1.5 to 1.1.8
- [Release notes](https://github.com/FreeOpcUa/opcua-asyncio/releases)
- [Changelog](https://github.com/FreeOpcUa/opcua-asyncio/blob/master/CHANGELOG.md)
- [Commits](FreeOpcUa/opcua-asyncio@v1.1.5...v1.1.8)

Updates `atomicwrites` from 1.4.0 to 1.4.1
- [Commits](untitaker/python-atomicwrites@1.4.0...1.4.1)

Updates `autobahn` from 21.3.1 to 25.12.2
- [Release notes](https://github.com/crossbario/autobahn-python/releases)
- [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst)
- [Commits](crossbario/autobahn-python@v21.3.1...v25.12.2)

Updates `awkward` from 2.6.10 to 2.8.11
- [Release notes](https://github.com/scikit-hep/awkward-1.0/releases)
- [Commits](scikit-hep/awkward@v2.6.10...v2.8.11)

Updates `awkward-cpp` from 40 to 51
- [Release notes](https://github.com/scikit-hep/awkward-1.0/releases)
- [Commits](https://github.com/scikit-hep/awkward-1.0/commits)

Updates `blinker` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@1.8.2...1.9.0)

Updates `certifi` from 2025.11.12 to 2026.1.4
- [Commits](certifi/python-certifi@2025.11.12...2026.01.04)

Updates `cffi` from 1.17.1 to 2.0.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.17.1...v2.0.0)

Updates `click` from 8.1.7 to 8.3.1
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.3.1)

Updates `comtypes` from 1.4.12 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.12...1.4.15)

Updates `configparser` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/jaraco/configparser/releases)
- [Changelog](https://github.com/jaraco/configparser/blob/main/NEWS.rst)
- [Commits](jaraco/configparser@v7.1.0...v7.2.0)

Updates `contourpy` from 1.1.1 to 1.3.3
- [Release notes](https://github.com/contourpy/contourpy/releases)
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst)
- [Commits](contourpy/contourpy@v1.1.1...v1.3.3)

Updates `cpylog` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/SteveDoyle2/cpylog/releases)
- [Commits](https://github.com/SteveDoyle2/cpylog/commits)

Updates `docutils` from 0.20.1 to 0.22.4
- [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/recommonmark/commits)

Updates `ezdxf` from 1.1.4 to 1.4.3
- [Commits](mozman/ezdxf@v1.1.4...v1.4.3)

Updates `fonttools` from 4.57.0 to 4.61.1
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.57.0...4.61.1)

Updates `fsspec` from 2025.3.0 to 2026.1.0
- [Commits](fsspec/filesystem_spec@2025.3.0...2026.1.0)

Updates `geomdl` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/orbingol/NURBS-Python/releases)
- [Changelog](https://github.com/orbingol/NURBS-Python/blob/5.x/CHANGELOG.md)
- [Commits](orbingol/NURBS-Python@v5.3.1...v5.4.0)

Updates `ijson` from 3.3.0 to 3.4.0.post0
- [Changelog](https://github.com/ICRAR/ijson/blob/master/CHANGELOG.md)
- [Commits](ICRAR/ijson@v3.3.0...v3.4.0.post0)

Updates `imageio` from 2.35.1 to 2.37.2
- [Release notes](https://github.com/imageio/imageio/releases)
- [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md)
- [Commits](imageio/imageio@v2.35.1...v2.37.2)

Updates `importlib-metadata` from 8.5.0 to 8.7.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.5.0...v8.7.1)

Updates `importlib-resources` from 6.4.5 to 6.5.2
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v6.4.5...v6.5.2)

Updates `joblib` from 1.4.2 to 1.5.3
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](joblib/joblib@1.4.2...1.5.3)

Updates `kiwisolver` from 1.4.7 to 1.4.9
- [Release notes](https://github.com/nucleic/kiwi/releases)
- [Changelog](https://github.com/nucleic/kiwi/blob/main/releasenotes.rst)
- [Commits](nucleic/kiwi@1.4.7...1.4.9)

Updates `ladybug-comfort` from 0.18.96 to 0.18.97
- [Release notes](https://github.com/ladybug-tools/ladybug-comfort/releases)
- [Commits](ladybug-tools/ladybug-comfort@v0.18.96...v0.18.97)

Updates `ladybug-core` from 0.44.29 to 0.44.30
- [Release notes](https://github.com/ladybug-tools/ladybug/releases)
- [Commits](ladybug-tools/ladybug@v0.44.29...v0.44.30)

Updates `llvmlite` from 0.41.1 to 0.46.0
- [Release notes](https://github.com/numba/llvmlite/releases)
- [Commits](numba/llvmlite@v0.41.1...v0.46.0)

Updates `markdown` from 3.7 to 3.10.1
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.7...3.10.1)

Updates `markdown-it-py` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
- [Commits](executablebooks/markdown-it-py@v3.0.0...v4.0.0)

Updates `matplotlib` from 3.7.5 to 3.10.8
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.5...v3.10.8)

Updates `msgpack` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/msgpack/msgpack-python/releases)
- [Changelog](https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst)
- [Commits](msgpack/msgpack-python@v1.1.1...v1.1.2)

Updates `networkx` from 3.1 to 3.6.1
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.1...networkx-3.6.1)

Updates `numba` from 0.58.1 to 0.63.1
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.58.1...0.63.1)

Updates `numpy` from 1.24.4 to 2.4.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.24.4...v2.4.1)

Updates `openstudio` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/NREL/OpenStudio/releases)
- [Commits](NatLabRockies/OpenStudio@v3.10.0...v3.11.0)

Updates `packaging` from 25.0 to 26.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@25.0...26.0)

Updates `pandas` from 2.0.3 to 3.0.0
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.3...v3.0.0)

Updates `pillow` from 10.4.0 to 12.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.4.0...12.1.0)

Updates `platformdirs` from 4.3.6 to 4.5.1
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.6...4.5.1)

Updates `posthog` from 4.2.0 to 7.6.0
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v4.2.0...v7.6.0)

Updates `protobuf` from 5.29.5 to 6.33.4
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `psutil` from 7.1.3 to 7.2.1
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-7.1.3...release-7.2.1)

Updates `pycollada` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/pycollada/pycollada/releases)
- [Changelog](https://github.com/pycollada/pycollada/blob/master/docs/changelog.rst)
- [Commits](pycollada/pycollada@v0.9.2...v0.9.3)

Updates `pycparser` from 2.23 to 3.0
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Commits](eliben/pycparser@release_v2.23...release_v3.00)

Updates `pyfakefs` from 5.10.2 to 6.0.0
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.10.2...v6.0.0)

Updates `pygit2` from 1.13.3 to 1.19.1
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.13.3...v1.19.1)

Updates `pyjwt` from 2.9.0 to 2.10.1
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.9.0...2.10.1)

Updates `pynastran` from 1.3.4 to 1.4.1
- [Release notes](https://github.com/SteveDoyle2/pyNastran/releases)
- [Changelog](https://github.com/SteveDoyle2/pyNastran/blob/main/releaseNotes.md)
- [Commits](SteveDoyle2/pyNastran@1.3.4...v1.4.1)

Updates `pyopenxr` from 1.1.4601 to 1.1.5301
- [Release notes](https://github.com/cmbruns/pyopenxr/releases)
- [Commits](cmbruns/pyopenxr@1.1.4601...1.1.5301)

Updates `pyoptools` from 0.2.1 to 0.3.7

Updates `pyparsing` from 3.1.4 to 3.3.2
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.4...3.3.2)

Updates `pypresence` from 4.3.0 to 4.6.1
- [Release notes](https://github.com/qwertyquerty/pypresence/releases)
- [Commits](qwertyquerty/pypresence@v4.3.0...v4.6.1)

Updates `pyproj` from 3.5.0 to 3.7.2
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst)
- [Commits](pyproj4/pyproj@3.5.0...3.7.2)

Updates `python-docx` from 1.1.2 to 1.2.0
- [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst)
- [Commits](python-openxml/python-docx@v1.1.2...v1.2.0)

Updates `python-dotenv` from 1.0.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.2.1)

Updates `pyvista` from 0.44.2 to 0.46.5
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.44.2...v0.46.5)

Updates `pywavelets` from 1.4.1 to 1.9.0
- [Release notes](https://github.com/PyWavelets/pywt/releases)
- [Commits](PyWavelets/pywt@v1.4.1...v1.9.0)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `rich` from 14.2.0 to 14.3.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.2.0...v14.3.0)

Updates `scikit-image` from 0.21.0 to 0.26.0
- [Release notes](https://github.com/scikit-image/scikit-image/releases)
- [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt)
- [Commits](scikit-image/scikit-image@v0.21.0...v0.26.0)

Updates `scikit-learn` from 1.3.2 to 1.8.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.3.2...1.8.0)

Updates `scipy` from 1.10.1 to 1.17.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.10.1...v1.17.0)

Updates `sentry-sdk` from 2.48.0 to 2.50.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.48.0...2.50.0)

Updates `shapely` from 2.0.7 to 2.1.2
- [Release notes](https://github.com/shapely/shapely/releases)
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@2.0.7...2.1.2)

Updates `soupsieve` from 2.7 to 2.8.3
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.7...2.8.3)

Updates `streamdeck` from 0.9.6 to 0.9.8
- [Changelog](https://github.com/abcminiuser/python-elgato-streamdeck/blob/master/CHANGELOG)
- [Commits](abcminiuser/python-elgato-streamdeck@0.9.6...0.9.8)

Updates `sympy` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/sympy/sympy/releases)
- [Commits](sympy/sympy@sympy-1.13.3...sympy-1.14.0)

Updates `testtools` from 2.7.2 to 2.8.2
- [Release notes](https://github.com/testing-cabal/testtools/releases)
- [Changelog](https://github.com/testing-cabal/testtools/blob/master/NEWS)
- [Commits](testing-cabal/testtools@2.7.2...2.8.2)

Updates `threadpoolctl` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/joblib/threadpoolctl/releases)
- [Changelog](https://github.com/joblib/threadpoolctl/blob/master/CHANGES.md)
- [Commits](joblib/threadpoolctl@3.5.0...3.6.0)

Updates `tifffile` from 2023.7.10 to 2026.1.14
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2023.7.10...v2026.1.14)

Updates `trimesh` from 4.10.1 to 4.11.1
- [Release notes](https://github.com/mikedh/trimesh/releases)
- [Commits](mikedh/trimesh@4.10.1...4.11.1)

Updates `txaio` from 23.1.1 to 25.12.2
- [Release notes](https://github.com/crossbario/txaio/releases)
- [Changelog](https://github.com/crossbario/txaio/blob/master/docs/changelog.rst)
- [Commits](crossbario/txaio@v23.1.1...v25.12.2)

Updates `typing-extensions` from 4.13.2 to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.13.2...4.15.0)

Updates `tzlocal` from 5.2 to 5.3.1
- [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt)
- [Commits](regebro/tzlocal@5.2...5.3.1)

Updates `urllib3` from 2.2.3 to 2.6.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.6.3)

Updates `vtk` from 9.3.1 to 9.5.2

Updates `xarray` from 2023.1.0 to 2025.12.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Commits](pydata/xarray@v2023.01.0...v2025.12.0)

Updates `zipp` from 3.20.2 to 3.23.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.2...v3.23.0)

---
updated-dependencies:
- dependency-name: aiofiles
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: aiosqlite
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: antlr4-python3-runtime
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: asyncua
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: atomicwrites
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: autobahn
  dependency-version: 25.12.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: awkward
  dependency-version: 2.8.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: awkward-cpp
  dependency-version: '51'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: blinker
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: certifi
  dependency-version: 2026.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: cffi
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: click
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: comtypes
  dependency-version: 1.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: configparser
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: contourpy
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: cpylog
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: docutils
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: ezdxf
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: fonttools
  dependency-version: 4.61.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: fsspec
  dependency-version: 2026.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: geomdl
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: ijson
  dependency-version: 3.4.0.post0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: imageio
  dependency-version: 2.37.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: importlib-metadata
  dependency-version: 8.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: importlib-resources
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: joblib
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: kiwisolver
  dependency-version: 1.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ladybug-comfort
  dependency-version: 0.18.97
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ladybug-core
  dependency-version: 0.44.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: llvmlite
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: markdown
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: markdown-it-py
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: matplotlib
  dependency-version: 3.10.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: msgpack
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: networkx
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: numba
  dependency-version: 0.63.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: numpy
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: openstudio
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: packaging
  dependency-version: '26.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: pandas
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: pillow
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: platformdirs
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: posthog
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: protobuf
  dependency-version: 6.33.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: psutil
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pycollada
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: pycparser
  dependency-version: '3.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: pyfakefs
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: pygit2
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pyjwt
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pynastran
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pyopenxr
  dependency-version: 1.1.5301
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: pyoptools
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pyparsing
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pypresence
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pyproj
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: python-docx
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pyvista
  dependency-version: 0.46.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: pywavelets
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rich
  dependency-version: 14.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: scikit-image
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: scikit-learn
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: scipy
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: sentry-sdk
  dependency-version: 2.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: shapely
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: soupsieve
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: streamdeck
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: sympy
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: testtools
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: threadpoolctl
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: tifffile
  dependency-version: 2026.1.14
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: trimesh
  dependency-version: 4.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: txaio
  dependency-version: 25.12.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: tzlocal
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: vtk
  dependency-version: 9.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: xarray
  dependency-version: 2025.12.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: zipp
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

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