Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

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

Package From To
aiosqlite 0.22.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 24.4.2 25.12.2
awkward 2.8.11 2.9.0
awkward-cpp 51 52
certifi 2025.11.12 2026.1.4
click 8.1.7 8.3.1
comtypes 1.4.14 1.4.15
contourpy 1.3.2 1.3.3
cryptography 46.0.3 46.0.4
fsspec 2025.12.0 2026.2.0
ladybug-comfort 0.18.96 0.18.102
ladybug-core 0.44.29 0.44.35
ladybug-geometry 1.34.14 1.34.18
markdown 3.10 3.10.2
networkx 3.4.2 3.6.1
numpy 1.26.4 2.4.2
openstudio 3.10.0 3.11.0
orjson 3.11.5 3.11.7
packaging 25.0 26.0
pandas 2.3.3 3.0.0
pillow 12.0.0 12.1.0
pooch 1.8.2 1.9.0
posthog 7.4.2 7.8.5
protobuf 6.33.2 6.33.5
psutil 7.1.3 7.2.2
pycollada 0.9.2 0.9.3
pycparser 2.23 3.0
pyfakefs 6.0.0 6.1.1
pygit2 1.18.2 1.19.1
pyjwt 2.10.1 2.11.0
pynastran 1.3.4 1.4.1
pyparsing 3.3.0 3.3.2
pyproj 3.7.1 3.7.2
pyvista 0.46.4 0.47.0
rich 14.2.0 14.3.2
scikit-image 0.25.2 0.26.0
scikit-learn 1.7.2 1.8.0
scipy 1.15.3 1.17.0
sentry-sdk 2.48.0 2.52.0
soupsieve 2.8.1 2.8.3
tifffile 2025.5.10 2026.1.28
trimesh 4.10.1 4.11.1
txaio 25.9.2 25.12.2
urllib3 2.6.2 2.6.3
xarray 2025.6.1 2026.1.0

Updates aiosqlite from 0.22.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
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 24.4.2 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.8.11 to 2.9.0

Release notes

Sourced from awkward's releases.

Version 2.9.0

New features

Bug-fixes and performance

Other

Full Changelog: scikit-hep/awkward@v2.8.12...v2.9.0

Version 2.8.12

New features

Bug-fixes and performance

Other

... (truncated)

Commits

Updates awkward-cpp from 51 to 52

Commits

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

Updates contourpy from 1.3.2 to 1.3.3

Release notes

Sourced from contourpy's releases.

Version 1.3.3

ContourPy 1.3.3 is a compatibility release adding support for CPython 3.14 and Windows on ARM.

This release supports CPython 3.11 to 3.14, and PyPy 3.11.

Compatibility:

Code improvements:

  • Update type annotations for bokeh 3.7.3 (#475)
  • Support type annotation changes in numpy 2.3.0 (#480)

Build, testing and CI improvements:

  • Remove Python 3.13.3 pin (#487)
  • CI install numpy 2.3.2 wheels from PyPI for Python 3.14 and Windows ARM (#488)
Changelog

Sourced from contourpy's changelog.

v1.3.3 (2025-07-26)

ContourPy 1.3.3 is a compatibility release adding support for CPython 3.14 and Windows on ARM.

This release supports CPython 3.11 to 3.14, and PyPy 3.11.

Compatibility:

  • Support Windows on ARM (:pr:476, :pr:477, :pr:483)
  • Bump minimum supported Python to 3.11 (:pr:[#478](https://github.com/contourpy/contourpy/issues/478))
  • Support Python 3.14 (:pr:479, :pr:485, :pr:490)

Code improvements:

  • Update type annotations for bokeh 3.7.3 (:pr:475)
  • Support type annotation changes in numpy 2.3.0 (:pr:480)

Build, testing and CI improvements:

  • Remove Python 3.13.3 pin (:pr:487)
  • CI install numpy 2.3.2 wheels from PyPI for Python 3.14 and Windows ARM (:pr:488)
Commits

Updates cryptography from 46.0.3 to 46.0.4

Changelog

Sourced from cryptography's changelog.

46.0.4 - 2026-01-27


* `Dropped support for win_arm64 wheels`_.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.5.

.. _v46-0-3:

Commits

Updates fsspec from 2025.12.0 to 2026.2.0

Commits

Updates ladybug-comfort from 0.18.96 to 0.18.102

Release notes

Sourced from ladybug-comfort's releases.

v0.18.102

0.18.102 (2026-02-10)

Bug Fixes...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.22.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) | `24.4.2` | `25.12.2` |
| [awkward](https://github.com/scikit-hep/awkward-1.0) | `2.8.11` | `2.9.0` |
| [awkward-cpp](https://github.com/scikit-hep/awkward-1.0) | `51` | `52` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.11.12` | `2026.1.4` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.3.1` |
| [comtypes](https://github.com/enthought/comtypes) | `1.4.14` | `1.4.15` |
| [contourpy](https://github.com/contourpy/contourpy) | `1.3.2` | `1.3.3` |
| [cryptography](https://github.com/pyca/cryptography) | `46.0.3` | `46.0.4` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2025.12.0` | `2026.2.0` |
| [ladybug-comfort](https://github.com/ladybug-tools/ladybug-comfort) | `0.18.96` | `0.18.102` |
| [ladybug-core](https://github.com/ladybug-tools/ladybug) | `0.44.29` | `0.44.35` |
| [ladybug-geometry](https://github.com/ladybug-tools/ladybug-geometry) | `1.34.14` | `1.34.18` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` |
| [networkx](https://github.com/networkx/networkx) | `3.4.2` | `3.6.1` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.4.2` |
| [openstudio](https://github.com/NREL/OpenStudio) | `3.10.0` | `3.11.0` |
| [orjson](https://github.com/ijl/orjson) | `3.11.5` | `3.11.7` |
| [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `12.0.0` | `12.1.0` |
| [pooch](https://github.com/fatiando/pooch) | `1.8.2` | `1.9.0` |
| [posthog](https://github.com/posthog/posthog-python) | `7.4.2` | `7.8.5` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.2` | `6.33.5` |
| [psutil](https://github.com/giampaolo/psutil) | `7.1.3` | `7.2.2` |
| [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) | `6.0.0` | `6.1.1` |
| [pygit2](https://github.com/libgit2/pygit2) | `1.18.2` | `1.19.1` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.11.0` |
| [pynastran](https://github.com/SteveDoyle2/pyNastran) | `1.3.4` | `1.4.1` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.3.0` | `3.3.2` |
| [pyproj](https://github.com/pyproj4/pyproj) | `3.7.1` | `3.7.2` |
| [pyvista](https://github.com/pyvista/pyvista) | `0.46.4` | `0.47.0` |
| [rich](https://github.com/Textualize/rich) | `14.2.0` | `14.3.2` |
| [scikit-image](https://github.com/scikit-image/scikit-image) | `0.25.2` | `0.26.0` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.7.2` | `1.8.0` |
| [scipy](https://github.com/scipy/scipy) | `1.15.3` | `1.17.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.48.0` | `2.52.0` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.1` | `2.8.3` |
| [tifffile](https://github.com/cgohlke/tifffile) | `2025.5.10` | `2026.1.28` |
| [trimesh](https://github.com/mikedh/trimesh) | `4.10.1` | `4.11.1` |
| [txaio](https://github.com/crossbario/txaio) | `25.9.2` | `25.12.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.6.2` | `2.6.3` |
| [xarray](https://github.com/pydata/xarray) | `2025.6.1` | `2026.1.0` |


Updates `aiosqlite` from 0.22.0 to 0.22.1
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.22.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 24.4.2 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@v24.4.2...v25.12.2)

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

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

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

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

Updates `contourpy` from 1.3.2 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.3.2...v1.3.3)

Updates `cryptography` from 46.0.3 to 46.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.3...46.0.4)

Updates `fsspec` from 2025.12.0 to 2026.2.0
- [Commits](fsspec/filesystem_spec@2025.12.0...2026.2.0)

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

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

Updates `ladybug-geometry` from 1.34.14 to 1.34.18
- [Release notes](https://github.com/ladybug-tools/ladybug-geometry/releases)
- [Commits](ladybug-tools/ladybug-geometry@v1.34.14...v1.34.18)

Updates `markdown` from 3.10 to 3.10.2
- [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.10.0...3.10.2)

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

Updates `numpy` from 1.26.4 to 2.4.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.4.2)

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 `orjson` from 3.11.5 to 3.11.7
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.5...3.11.7)

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.3.3 to 3.0.0
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.3...v3.0.0)

Updates `pillow` from 12.0.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@12.0.0...12.1.0)

Updates `pooch` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/fatiando/pooch/releases)
- [Changelog](https://github.com/fatiando/pooch/blob/main/doc/changes.rst)
- [Commits](fatiando/pooch@v1.8.2...v1.9.0)

Updates `posthog` from 7.4.2 to 7.8.5
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v7.4.2...v7.8.5)

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

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

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 6.0.0 to 6.1.1
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/v6.1.1/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v6.0.0...v6.1.1)

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

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

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 `pyparsing` from 3.3.0 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.3.0...3.3.2)

Updates `pyproj` from 3.7.1 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.7.1...3.7.2)

Updates `pyvista` from 0.46.4 to 0.47.0
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.46.4...v0.47.0)

Updates `rich` from 14.2.0 to 14.3.2
- [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.2)

Updates `scikit-image` from 0.25.2 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.25.2...v0.26.0)

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

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

Updates `sentry-sdk` from 2.48.0 to 2.52.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.52.0)

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

Updates `tifffile` from 2025.5.10 to 2026.1.28
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2025.5.10...v2026.1.28)

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 25.9.2 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@v25.9.2...v25.12.2)

Updates `urllib3` from 2.6.2 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.6.2...2.6.3)

Updates `xarray` from 2025.6.1 to 2026.1.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Commits](pydata/xarray@v2025.06.1...v2026.01.0)

---
updated-dependencies:
- dependency-name: aiosqlite
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: awkward-cpp
  dependency-version: '52'
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: 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: contourpy
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cryptography
  dependency-version: 46.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: fsspec
  dependency-version: 2026.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: ladybug-comfort
  dependency-version: 0.18.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ladybug-core
  dependency-version: 0.44.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ladybug-geometry
  dependency-version: 1.34.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: markdown
  dependency-version: 3.10.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: numpy
  dependency-version: 2.4.2
  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: orjson
  dependency-version: 3.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  dependency-group: all-deps
- dependency-name: pooch
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: posthog
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: psutil
  dependency-version: 7.2.2
  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.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.11.0
  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: pyparsing
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: pyproj
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: pyvista
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: rich
  dependency-version: 14.3.2
  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.52.0
  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-patch
  dependency-group: all-deps
- dependency-name: tifffile
  dependency-version: 2026.1.28
  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-minor
  dependency-group: all-deps
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: xarray
  dependency-version: 2026.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Feb 10, 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.

0 participants