Skip to content

Bump the python-dependencies group across 1 directory with 4 updates#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-cc538ce9c2
Open

Bump the python-dependencies group across 1 directory with 4 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-cc538ce9c2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown

Updates the requirements on meshtastic, fastapi, uvicorn and pytak to permit the latest version.
Updates meshtastic to 2.7.9

Release notes

Sourced from meshtastic's releases.

Meshtastic Python 2.7.9

What's Changed

New Contributors

The build process for this release failed to produce the ubuntu binary. This will need to be fixed at a later time, but for now please use pip or pipx install methods, or use the new docker container.

Full Changelog: meshtastic/python@2.7.8...2.7.9

Commits
  • 6eeb900 bump version to 2.7.9
  • e216848 Merge pull request #932 from ianmcorvidae/fixup-container
  • dd1df47 Fix up the container build to use a multi-stage build, cache better, and most...
  • 8f0faf5 One more dependency update
  • ab656d5 More lockfile updates now that dependabot woke up
  • c575547 Merge branch 'review/pr-894'
  • 0bef137 tests of new BLEError functionality
  • f9a1357 Add a BLEError 'kind' field and branch on it instead of string matching
  • d1f3552 Merge pull request #928 from ianmcorvidae/examples
  • 81ae8b6 Make examples more regularized and focused, and add contribution guidelines f...
  • Additional commits viewable in compare view

Updates fastapi to 0.136.3

Release notes

Sourced from fastapi's releases.

0.136.3

Refactors

  • ♻️ Do not accept underscore headers when using convert_underscores=True (the default). PR #15589 by @​tiangolo.
Commits
  • 8206485 🔖 Release version 0.136.3
  • c910e01 📝 Update release notes
  • 063b5bf ♻️ Do not accept underscore headers when using convert_underscores=True (th...
  • 22b02e2 🔖 Release version 0.136.2
  • 3b252a2 📝 Update release notes
  • c7fb785 ♻️ Validate Server Sent Event fields to avoid applications from sending broke...
  • cb83b83 📝 Update release notes
  • 00f805c ✅ Update tests, don't double dispose the engine (#15587)
  • 3675137 📝 Update release notes
  • 7b57e42 📝 Document --entrypoint CLI option (#15464)
  • Additional commits viewable in compare view

Updates uvicorn to 0.49.0

Release notes

Sourced from uvicorn's releases.

Version 0.49.0

What's Changed

Full Changelog: Kludex/uvicorn@0.48.0...0.49.0

Changelog

Sourced from uvicorn's changelog.

0.49.0 (June 3, 2026)

Changed

  • Bump httptools minimum version to 0.8.0 (#2962)
  • Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them) (#2971)

0.48.0 (May 24, 2026)

Changed

  • Default ssl_ciphers to None and use OpenSSL defaults (#2940)

Fixed

  • Ignore duplicate forwarding headers in ProxyHeadersMiddleware (#2944)

0.47.0 (May 14, 2026)

Added

  • Add ssl_context_factory for custom SSLContext configuration (#2920)

Changed

  • Eagerly import the ASGI app in the parent process (#2919)

Fixed

  • Treat fd=0 as a valid file descriptor with reload/workers (#2927)

0.46.0 (April 23, 2026)

Added

  • Support ws_max_size in wsproto implementation (#2915)
  • Support ws_ping_interval and ws_ping_timeout in wsproto implementation (#2916)

Changed

  • Use bytearray for incoming WebSocket message buffer in websockets-sansio (#2917)

0.45.0 (April 21, 2026)

Added

  • Add --reset-contextvars flag to isolate ASGI request context (#2912)
  • Accept os.PathLike for log_config (#2905)
  • Accept log_level strings case-insensitively (#2907)

... (truncated)

Commits
  • 3ef2e3e Version 0.49.0 (#2973)
  • eeb64b1 Consume duplicate forwarding headers in ProxyHeadersMiddleware (#2971)
  • 630f4ac Make the watchfiles reload tests deterministic (#2972)
  • 9154922 chore(deps): bump the github-actions group across 1 directory with 6 updates ...
  • 739727a Migrate docs deploy from Cloudflare Pages to Workers (#2967)
  • be4a240 Gate docs preview deploy on Cloudflare token presence (#2966)
  • c489d7e Bump httptools minimum version to 0.8.0 (#2962)
  • 9f547bd Skip docs preview deploy for Dependabot PRs (#2961)
  • 44446b8 Migrate documentation from MkDocs Material to Zensical (#2959)
  • cfd659c Bump pymdown-extensions to 10.21.3 (#2958)
  • Additional commits viewable in compare view

Updates pytak to 7.3.11

Changelog

Sourced from pytak's changelog.

PyTAK 7.3.0 (Draft)

Release draft for the next PyTAK version after 7.2.1.

  • Added certificate enrollment workflow support in TLS client setup via CertificateEnrollment.
  • Added support for PYTAK_TLS_CERT_ENROLLMENT_USERNAME, PYTAK_TLS_CERT_ENROLLMENT_PASSWORD, and PYTAK_TLS_CERT_ENROLLMENT_PASSPHRASE.
  • Improved TLS behavior and diagnostics, including optional expected server hostname handling (PYTAK_TLS_SERVER_EXPECTED_HOSTNAME).
  • Improved queue and worker behavior with better handling of full queues and None payload edge cases (TXWorker.send_data()).
  • Added PYTAK_NO_HELLO to disable initial Hello events for deployments that require quiet startup.
  • Added multicast TTL configuration support for UDP/multicast workflows.
  • Added/expanded helper APIs including SimpleCOTEvent, COTEvent, and cot2xml.
  • Improved Python 3.12 compatibility and removed Python 3.6 support in CI and packaging metadata.
  • Improved packaging/release pipeline and version management (VERSION file based versioning).
  • Expanded examples, tests, and project documentation.

PyTAK 7.0.1

Happy Summer Solstice

  • Fixes #72: Add a config variable for users to set expected CN when using CA verification. Thanks @​ahoenerBE
  • Added configuration parameter: PYTAK_TLS_SERVER_EXPECTED_HOSTNAME
  • Rewrote GitHub actions, moved most logic to shell script and Makefile.
  • Renamed Debian package from python3-pytak to pytak.
  • Standardized Makefile for all PyTAK based programs.
  • Cleaned, simplified and expanded documentation.
  • Created Makefile jobs for Debian packaging and PyTAK customization.
  • Moved all media to media sub directory under docs/.
  • Converted README.rst to README.md.
  • Style & Linting of code.
  • Refactored TLS client creation, abstracted many functions.
  • Added TLS client cert and key checks and improved error messages.

PyTAK 6.4.0

  • Fixes #69: PyTAK's TAK_PROTO=1 doesn't always work with iTAK.

PyTAK 6.3.1

  • Fixes #67: Add constrained logging for systemd invocation.

PyTAK 6.3.0

  • Fixes #58: TypeError: can't multiply sequence by non-int of type 'float'.
  • Fixes #64 (?): Cryptography functions deprecated
  • Fixes #65: Performance issues with large queues, sleep only on empty queue.
  • Fixes #66: Add config params MAX_OUT_QUEUE & MAX_IN_QUEUE to allow queue tuning.

PyTAK 6.2.4

... (truncated)

Commits
  • affe33e Fix setuptools environment marker syntax for aiomqtt extra.
  • 71b874f Gate aiomqtt test dependency on Python 3.8+.
  • 4d4e091 Add MQTT transport and fix crypto import without cryptography.
  • 2d126c1 Bump version to 7.3.10
  • c73ac76 Add COT_URL +wo and +ro direction modifiers for TCP/TLS/UDP.
  • 86d28e8 Bump version to 7.3.9
  • 5e8b7ee Fix RX workers crashing on full inbound queue.
  • b18b0ee Add pytak dp subcommand for enrollment onboarding packages.
  • 6628447 Bump version to 7.3.8
  • 8f49287 Refine README product wording
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [meshtastic](https://github.com/meshtastic/python), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [pytak](https://github.com/snstac/pytak) to permit the latest version.

Updates `meshtastic` to 2.7.9
- [Release notes](https://github.com/meshtastic/python/releases)
- [Commits](meshtastic/python@2.7.8...2.7.9)

Updates `fastapi` to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.0...0.136.3)

Updates `uvicorn` to 0.49.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.30.0...0.49.0)

Updates `pytak` to 7.3.11
- [Release notes](https://github.com/snstac/pytak/releases)
- [Changelog](https://github.com/snstac/pytak/blob/main/CHANGELOG.md)
- [Commits](snstac/pytak@v7.3.0...v7.3.11)

---
updated-dependencies:
- dependency-name: meshtastic
  dependency-version: 2.7.9
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-version: 0.136.3
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-version: 0.49.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pytak
  dependency-version: 7.3.11
  dependency-type: direct:production
  dependency-group: python-dependencies
...

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