Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the server-dependencies group in /server with 16 updates:

Package From To
uvicorn[standard] 0.27.0 0.38.0
pyvisa 1.14.1 1.15.0
pyvisa-py 0.7.1 0.8.1
pyusb 1.2.1 1.3.1
pandas 2.2.0 2.3.3
h5py 3.10.0 3.15.1
scipy 1.11.4 1.16.3
pydantic 2.5.3 2.12.5
pydantic-settings 2.1.0 2.12.0
python-dotenv 1.0.0 1.2.1
email-validator 2.1.0 2.3.0
python-dateutil 2.8.2 2.9.0.post0
apscheduler 3.10.4 3.11.1
zeroconf 0.132.2 0.148.0
requests 2.32.4 2.32.5
httpx 0.27.0 0.28.1

Updates uvicorn[standard] from 0.27.0 to 0.38.0

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.38.0

What's Changed


New Contributors

Full Changelog: Kludex/uvicorn@0.37.0...0.38.0

Version 0.37.0

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.36.1...0.37.0

Version 0.36.1

What's Changed

Full Changelog: Kludex/uvicorn@0.36.0...0.36.1

Version 0.36.0

Added


New Contributors

Full Changelog: Kludex/uvicorn@0.35.0...0.36.0

Version 0.35.0

Added

... (truncated)

Changelog

Sourced from uvicorn[standard]'s changelog.

0.38.0 (October 18, 2025)

Added

  • Support Python 3.14 (#2723)

0.37.0 (September 23, 2025)

Added

  • Add --timeout-worker-healthcheck option (#2711)
  • Add os.PathLike[str] type to ssl_ca_certs (#2676)

0.36.1 (September 23, 2025)

Fixed

  • Raise an exception when calling removed Config.setup_event_loop() (#2709)

0.36.0 (September 20, 2025)

Added

  • Support custom IOLOOPs (#2435)
  • Allow to provide importable string in --http, --ws and --loop (#2658)

0.35.0 (June 28, 2025)

Added

  • Add WebSocketsSansIOProtocol (#2540)

Changed

  • Refine help message for option --proxy-headers (#2653)

0.34.3 (June 1, 2025)

Fixed

  • Don't include cwd() when non-empty --reload-dirs is passed (#2598)
  • Apply get_client_addr formatting to WebSocket logging (#2636)

0.34.2 (April 19, 2025)

Fixed

  • Flush stdout buffer on Windows to trigger reload (#2604)

0.34.1 (April 13, 2025)

... (truncated)

Commits

Updates pyvisa from 1.14.1 to 1.15.0

Commits
  • 7ac6029 cut release 1.15.0
  • eebff2b [pre-commit.ci] pre-commit autoupdate (#900)
  • d9e83e1 build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 (#899)
  • 073fbf9 [pre-commit.ci] pre-commit autoupdate (#897)
  • 1826404 Prologix (#892)
  • 3a092fd [pre-commit.ci] pre-commit autoupdate (#896)
  • a5461dc build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 (#895)
  • 6f0ba8f Merge pull request #893 from pyvisa/pre-commit-ci-update-config
  • 20fbb2f [pre-commit.ci] pre-commit autoupdate
  • 16e73cb Merge pull request #890 from pyvisa/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates pyvisa-py from 0.7.1 to 0.8.1

Release notes

Sourced from pyvisa-py's releases.

0.8.1

What's Changed

New Contributors

Full Changelog: pyvisa/pyvisa-py@0.8.0...0.8.1

0.8.0

What's Changed

... (truncated)

Changelog

Sourced from pyvisa-py's changelog.

0.8.1 (04-09-2025)

  • allow users to easily change the VXI-11 lock timeout PR #496
  • ensure listing of GPIB resources works after PR #484 PR #523
  • add support for pyocd/libusb_package PyUSB backend PR #524

0.8.0 (01-04-2025)

  • add support for USB and Ethernet Prologix adapters PR #484
  • improve message when USB device serial number is not readable PR #423
  • ignore network interface card with no subnet mask when discovering TCPIP resources PR #478
  • add VICP INSTR to the supported interface for TCPIP keep alive attr PR #477
  • add read_stb method for TCPIP HiSLIP client PR #429
  • fix usbtmc implementation to respect section 3.3 of the spec PR #449 Read now reads from usb until a "short packet" or if all data (transfer_size) PR #465 has been read (see specification), and only expects a header on the first packet received.
  • fix usbtmc implementation to properly discard the alignment bytes ensuring only the actual data (transfer_size) is retained in the message PR #465
  • Implemented partial USBTMC message functionality that allows reading the amount of bytes specified by host PR #470
  • add support for VI_ATTR_SUPPRESS_END_EN for USB resources PR #449
  • support open_timeout for TCPIP hislip resources PR #430
  • fix serial flow control configuration PR #483
  • Fix large data transfer using USBTMC PR #490

0.7.2 (07/03/2024)

  • fix usbtmc to use MaxPacketSize reported by endpoint PR #417
Commits
  • f561aea cut release 0.8.1
  • 7eab746 ci use trusted publishing
  • 103b857 Support pyocd/libusb-package PyUSB backend (#524)
  • ed6a133 build(deps): bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 (#511)
  • e87492b build(deps): bump actions/checkout from 4 to 5 (#521)
  • ee9bac7 List GPIB::INSTR resources through the dispatcher enabling PROLOGIX support (...
  • 0d877ac [pre-commit.ci] pre-commit autoupdate (#526)
  • e12a0da [pre-commit.ci] pre-commit autoupdate (#525)
  • 5339149 [pre-commit.ci] pre-commit autoupdate (#522)
  • 5258e18 [pre-commit.ci] pre-commit autoupdate (#519)
  • Additional commits viewable in compare view

Updates pyusb from 1.2.1 to 1.3.1

Release notes

Sourced from pyusb's releases.

Version 1.3.1

Fixed:

  • core: fix a regression in ctrl_transfer where supplied read buffers were discarded (#528, #530)

Full changelog: v1.3.0...v1.3.1

Version 1.3.0

Happy new year!

Changed:

  • meta: bump the minimum required Python version to 3.9

Fixed:

  • core: reset cached endpoints on alternate setting changes (pyusb#380)
  • core: only search for endpoints on the correct alternate settings (pyusb#380)
  • tree: guard finalizers against aborted initialization (#380 (comment))
  • version: handle when patch component is missing
  • core: fix bMaxPower conversion for SuperSpeed devices (pyusb#479)
  • openusb: fix missing commas in __all__ list (pyusb#501)
  • libusb1: fix trailing comma in LIBUSB_TRANSFER_TYPE_CONTROL (pyusb#501)
  • legacy: Fix DeviceHandle finalizer checking for the wrong attribute (pyusb#502)
  • libloader: search in default homebrew prefix on apple silicon (pyusb#511)

Full changelog: v1.2.1...v1.3.0

Commits
  • 89ea84d readme: remove mention to latest version
  • f2b6bb8 deploy: replace accidental hard-coded value with variable
  • e920187 core: replace try-except block with single call to new _interop.as_array
  • 0d578a2 interop: prioritize no-op case but also accept length for a new array
  • 5d73f3d util: raise TypeError if create_buffer doesn't receive a length
  • 0573e84 tox: update envlist
  • 2b153a2 deploy: compute a B3SUMS file for the release
  • 8acb57e deploy: don't try to upload no longer supported signatures to PyPI
  • d762293 readme: prepare for 1.3.0
  • 5db7567 ci: remove no longer supported macos-12 runner
  • Additional commits viewable in compare view

Updates pandas from 2.2.0 to 2.3.3

Release notes

Sourced from pandas's releases.

Pandas 2.3.3

We are pleased to announce the release of pandas 2.3.3. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.2

We are pleased to announce the release of pandas 2.3.2. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.2 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.1

We are pleased to announce the release of pandas 2.3.1. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.1 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

... (truncated)

Commits
  • 9c8bc3e RLS: 2.3.3
  • 6aa788a [backport 2.3.x] DOC: prepare 2.3.3 whatsnew notes for release (#62499) (#62508)
  • b64f0df [backport 2.3.x] BUG: avoid validation error for ufunc with string[python] ar...
  • 058eb2b [backport 2.3.x] BUG: String[pyarrow] comparison with mixed object (#62424) (...
  • 2ca088d [backport 2.3.x] DEPR: remove the Period resampling deprecation (#62480) (#62...
  • 92bf98f [backport 2.3.x] BUG: fix .str.isdigit to honor unicode superscript for older...
  • e57c7d6 Backport PR #62452 on branch 2.3.x (TST: Adjust tests for numexpr 2.13) (#62454)
  • e0fe9a0 Backport to 2.3.x: REGR: from_records not initializing subclasses properly (#...
  • 23a1085 BUG: improve future warning for boolean operations with missaligned indexes (...
  • 6113696 Backport PR #62396 on branch 2.3.x (PKG/DOC: indicate Python 3.14 support in ...
  • Additional commits viewable in compare view

Updates h5py from 3.10.0 to 3.15.1

Release notes

Sourced from h5py's releases.

3.15.1

No release notes provided.

3.15.0

See https://docs.h5py.org/en/latest/whatsnew/3.15.html for release notes

3.14.0

No release notes provided.

3.13.0

No release notes provided.

3.12.1

No release notes provided.

3.12.0

No release notes provided.

3.11.0

No release notes provided.

Commits
  • fad034c Merge pull request #2727 from takluyver/prepare-3.15.1
  • 435015d Version number -> 3.15.1
  • 3cf3343 Add release note for 3.15.1
  • c4d3394 Merge pull request #2725 from crusaderky/test_lowlevel_vds
  • a0a707f Merge pull request #2722 from neutrinoceros/whl/fix-hdf5-macosx-deployment-ta...
  • b30f4fa WHL: build HDF5 with backward compatible system APIs on macOS
  • eff7fa8 TST: File hygiene in test_lowlevel_vds
  • dffdd1a Merge pull request #2723 from takluyver/ci/gh-release-non-draft
  • 9f67594 Merge pull request #2724 from h5py/dependabot/github_actions/actions-e74af9633e
  • 0e82857 Build(deps): Bump softprops/action-gh-release in the actions group
  • Additional commits viewable in compare view

Updates scipy from 1.11.4 to 1.16.3

Release notes

Sourced from scipy's releases.

SciPy 1.16.3 Release Notes

SciPy 1.16.3 is a bug-fix release with no new features compared to 1.16.2.

Authors

  • Name (commits)
  • ChrisAB (1) +
  • Lucas Colley (1)
  • Ralf Gommers (3)
  • Matt Haberland (8)
  • Nick ODell (2)
  • Ilhan Polat (1)
  • Tyler Reddy (28)
  • Lucas Roberts (2)

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

The full issue and pull request lists, and the release asset hashes are available in the associated README.txt file.

SciPy 1.16.2 Release Notes

SciPy 1.16.2 is a bug-fix release with no new features compared to 1.16.1. This is the first stable release of SciPy to provide Windows on ARM wheels on PyPI.

Authors

  • Name (commits)
  • Dietrich Brunn (1)
  • Ralf Gommers (6)
  • Adam Jones (1)
  • Gleb Khmyznikov (1) +
  • Jost Migenda (1) +
  • newyork_loki (1)
  • Nick ODell (3)
  • Dimitri Papadopoulos Orfanos (1)
  • Ilhan Polat (2)
  • Tyler Reddy (26)
  • Mugunthan Selvanayagam (1) +
  • Shuhei Watanabe (1) +

A total of 12 people contributed to this release.

... (truncated)

Commits
  • b9105cc REL: 1.16.3 rel commit [wheel build]
  • 4b7699c Merge pull request #23805 from tylerjereddy/treddy_backports_1.16.3
  • 874b75b MAINT: PR 23805 wheel builds [wheel build]
  • de06a58 DOC: PR 23805 revisions
  • f642304 TST: linalg.svd: skip on 32-bit due to limited memory
  • df47908 CI: PR 23805 revisions
  • f584063 TST: stats.boxcox_llf: bump test tolerance for Accelerate (#23864)
  • fc60b2f DOC: PR 23805 revisions
  • 0dd12ec BLD: stats.multivariate_normal: silence pythran build warning
  • d3b1e62 Revert "BLD: stats.multivariate_normal: suppress pythran build warning"
  • Additional commits viewable in compare view

Updates pydantic from 2.5.3 to 2.12.5

Release notes

Sourced from pydantic's releases.

v2.12.5 2025-11-26

v2.12.5 (2025-11-26)

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

v2.12.4 2025-11-05

v2.12.4 (2025-11-05)

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Full Changelog: pydantic/pydantic@v2.12.3...v2.12.4

v2.12.3 2025-10-17

v2.12.3 (2025-10-17)

What's Changed

This is the third 2.13 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported after model validator function signatures.

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.12.5 (2025-11-26)

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

v2.12.4 (2025-11-05)

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

v2.12.3 (2025-10-17)

GitHub release

... (truncated)

Commits
  • bd2d0dd Prepare release v2.12.5
  • 7d0302e Document security implications when using create_model()
  • e9ef980 Fix typo in Standard Library Types documentation
  • f2c20c0 Add pydantic-docs dev dependency, make use of versioning blocks
  • a76c1aa Update documentation about JSON Schema
  • 8cbc72c Add documentation about custom __init__()
  • 99eba59 Add additional test for FieldInfo.get_default()
  • c710769 Special case MISSING sentinel in smart_deepcopy()
  • 20a9d77 Do not delete mock validator/serializer in rebuild_dataclass()
  • c86515a Update parts of the model and revalidate_instances documentation
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.1.0 to 2.12.0

Release notes

Sourced from pydantic-settings's releases.

v2.12.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.11.0...v2.12.0

v2.11.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@2.10.1...v2.11.0

v2.10.1

What's Changed

... (truncated)

Commits

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 8, 2025

Labels

The following labels could not be found: dependencies, python, server. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps the server-dependencies group in /server with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.27.0` | `0.38.0` |
| [pyvisa](https://github.com/pyvisa/pyvisa) | `1.14.1` | `1.15.0` |
| [pyvisa-py](https://github.com/pyvisa/pyvisa-py) | `0.7.1` | `0.8.1` |
| [pyusb](https://github.com/pyusb/pyusb) | `1.2.1` | `1.3.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.0` | `2.3.3` |
| [h5py](https://github.com/h5py/h5py) | `3.10.0` | `3.15.1` |
| [scipy](https://github.com/scipy/scipy) | `1.11.4` | `1.16.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.5.3` | `2.12.5` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.1.0` | `2.12.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.1` |
| [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.0` | `2.3.0` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` |
| [apscheduler](https://github.com/agronholm/apscheduler) | `3.10.4` | `3.11.1` |
| [zeroconf](https://github.com/python-zeroconf/python-zeroconf) | `0.132.2` | `0.148.0` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.28.1` |


Updates `uvicorn[standard]` from 0.27.0 to 0.38.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.27.0...0.38.0)

Updates `pyvisa` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/pyvisa/pyvisa/releases)
- [Changelog](https://github.com/pyvisa/pyvisa/blob/main/ChangeLog)
- [Commits](pyvisa/pyvisa@1.14.1...1.15.0)

Updates `pyvisa-py` from 0.7.1 to 0.8.1
- [Release notes](https://github.com/pyvisa/pyvisa-py/releases)
- [Changelog](https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES)
- [Commits](pyvisa/pyvisa-py@0.7.1...0.8.1)

Updates `pyusb` from 1.2.1 to 1.3.1
- [Release notes](https://github.com/pyusb/pyusb/releases)
- [Commits](pyusb/pyusb@v1.2.1...v1.3.1)

Updates `pandas` from 2.2.0 to 2.3.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.0...v2.3.3)

Updates `h5py` from 3.10.0 to 3.15.1
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.10.0...3.15.1)

Updates `scipy` from 1.11.4 to 1.16.3
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.11.4...v1.16.3)

Updates `pydantic` from 2.5.3 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.3...v2.12.5)

Updates `pydantic-settings` from 2.1.0 to 2.12.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.1.0...v2.12.0)

Updates `python-dotenv` from 1.0.0 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.0...v1.2.1)

Updates `email-validator` from 2.1.0 to 2.3.0
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md)
- [Commits](JoshData/python-email-validator@v2.1.0...v2.3.0)

Updates `python-dateutil` from 2.8.2 to 2.9.0.post0
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.2...2.9.0.post0)

Updates `apscheduler` from 3.10.4 to 3.11.1
- [Release notes](https://github.com/agronholm/apscheduler/releases)
- [Commits](agronholm/apscheduler@3.10.4...3.11.1)

Updates `zeroconf` from 0.132.2 to 0.148.0
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.132.2...0.148.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 `httpx` from 0.27.0 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.1)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: pyvisa
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: pyvisa-py
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: pyusb
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: h5py
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: scipy
  dependency-version: 1.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: email-validator
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: python-dateutil
  dependency-version: 2.9.0.post0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: apscheduler
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: zeroconf
  dependency-version: 0.148.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: httpx
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/server/server-dependencies-c3144d6aa7 branch from 05a87e3 to 0e3de17 Compare December 15, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant