fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
PyYAML (source) |
6.0.2 -> 6.0.3
|
dependencies | patch | ||
google-auth |
2.40.3 -> 2.41.0
|
dependencies | minor | ||
poethepoet (changelog) |
^0.29.0 -> ^0.37.0
|
dev | minor | ||
pydantic (changelog) |
1.10.23 -> 1.10.24
|
dependencies | patch | ||
python |
>=3.10,<3.12 -> >=3.13,<3.14
|
dependencies | minor | ||
ucam-faas |
^0.8.0 -> ^0.17.0
|
dependencies | minor |
Release Notes
yaml/pyyaml (PyYAML)
v6.0.3
What's Changed
- Support for Python 3.14 and free-threading (experimental).
Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3
googleapis/google-auth-library-python (google-auth)
v2.41.0
Features
- Add support for cachetools 6.0 (#1773) (af18060)
- Add trust boundary support for service accounts and impersonation. (#1778) (99be2ce)
Bug Fixes
- Deprecating load_credentials_from_dict (58b66ec)
- Deprecating load_credentials_from_file (58b66ec)
- Fix type error in credentials.py for python 3.7 and 3.8 (#1805) (c30a6a7)
Documentation
nat-n/poethepoet (poethepoet)
v0.37.0
: 0.37.0
Enhancements
- Support configuring task level verbosity by @nat-n in #304
- Direct most non-task output to stderr by @nat-n in #304
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.36.0...v0.37.0
v0.36.0
: 0.36.0
Breaking changes
- Improve handling of unmatched glob patterns in cmd tasks by @nat-n in #315
- See this discussion for details: https://github.com/nat-n/poethepoet/discussions/314
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.35.1...v0.36.0
v0.35.1
: 0.35.1
Fixes
- Fix issue with locating sh.exe when git is installed in a custom location by @per11235813 in #311
New Contributors
- @per11235813 made their first contribution in #311
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.35.0...v0.35.1
v0.35.0
: 0.35.0
Enhancements
- Support script tasks that run packages with a
__main__
module by @nat-n in #300 - Allow virtualenv location to reference special git related env vars by @nat-n in #302
- Simplify CLI help page header by @nat-n in #291
Fixes
- Don't register hidden tasks with poetry plugin by @nat-n in #292
- Don't resolve symlinks to poetry in PoetryExecutor by @nat-n in #293
- Crash with invalid help option on task by @nat-n in #294
- Always validate task args when loading config by @nat-n in #295
- Coerce switch case values to string to avoid errors by @nat-n in #296
- Always print help when no arguments provided by @nat-n in #299
- Suppress useless global options in the poetry plugin cli by @nat-n in #301
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.34.0...v0.35.0
v0.34.0
: 0.34.0
Enhancements
- Add task packages feature by @nat-n in #286
This adds a major new capability in Poe the Poet by allowing tasks to be defined and distributed for reuse in python modules.
📖 Read the docs for more details
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.33.1...v0.34.0
v0.33.1
: 0.33.1
Fixes
- Don't resolve symlinks to uv in UvExecutor by @sewi-cpan in #283
- Make UvExecutor set directory and project options on uv run by @nat-n in #285
New Contributors
- @sewi-cpan made their first contribution in #284
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.33.0...v0.33.1
v0.33.0
: 0.33.0
Enhancements
- Implemented first version of UvExecutor by @AKuederle in #271
- Support displaying help for a single task by @nat-n in #280
Fixes
- Fix argument parsing issues in poetry 2.0 plugin by @nat-n in #277
- Use
python3
orsys.executable
ifpython
is not on the path by @nat-n in #278 - Tighten poetry-core dependency for non-wheel based installation methods
New Contributors
- @AKuederle made their first contribution in #271
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.32.2...v0.33.0
v0.32.2
: 0.32.2
Fixes
- Improve detection of poetry 2.0 projects via the build-system table by @nat-n in #274
- Fix usage without Poetry doc link in the readme by @johnthagen in #273
New Contributors
- @johnthagen made their first contribution in #273
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.32.1...v0.32.2
v0.32.1
: 0.32.1
Enhancements
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.32.0...v0.32.1
v0.32.0
: 0.32.0
Enhancements
-
Make command parsing support default value and alternate value operations on param expansions by @nat-n in #266
- See feature
📖 documentation for more details
- See feature
-
Explicitly disallow
capture_stdout
option on sequence tasks by @nat-n in #265
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.31.1...v0.32.0
v0.31.1
: 0.31.1
Fixes
- fix: Explicitly disallow capture_stdout option on sequence tasks by @nat-n in #261
- fix: Allow env var defaults in included task files by @nat-n in #263
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.31.0...v0.31.1
v0.31.0
: 0.31.0
Enhancements
- Various improvements to config validation logic and error handling in general by @nat-n in #251
- Drop support for python 3.8 and start testing 3.13 by @nat-n in #255
Fixes
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.30.0...v0.31.0
v0.30.0
: 0.30.0
Notice
This will be the last release to support python 3.8.
Enhancements
Fixes
- Fix handling of ignore_fail option in nested sequence tasks by @nat-n in #243
- Fix typo in debug message by @cclauss in #245
Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.29.0...v0.30.0
pydantic/pydantic (pydantic)
v1.10.24
: 2025-09-25
What's Changed
- Add user warning when using Python 3.14 by @Viicos in #12263 Pydantic V1 will not work with Python 3.14 and greater. A warning is now raised as no actual error show up when using it, but the core behavior will silently get broken at runtime.
- Fix mypy plugin issue for mypy v1.18 by @cdce8p in #12254 This fixes another mypy issue that was discovered after the previous v1.10.23 release.
Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.23...v1.10.24
containerbase/python-prebuild (python)
v3.13.7
Bug Fixes
- deps: update dependency python to v3.13.7
v3.13.6
Bug Fixes
- deps: update dependency python to v3.13.6
v3.13.5
Bug Fixes
- deps: update dependency python to v3.13.5
v3.13.4
Bug Fixes
- deps: update dependency python to v3.13.4
v3.13.3
Bug Fixes
- deps: update dependency python to v3.13.3
v3.13.2
Bug Fixes
- deps: update dependency python to v3.13.2
v3.13.1
Bug Fixes
- deps: update dependency python to v3.13.1
v3.13.0
Bug Fixes
- deps: update dependency python to v3.13.0
v3.12.11
Bug Fixes
- deps: update dependency python to v3.12.11
v3.12.10
Bug Fixes
- deps: update dependency python to v3.12.10
v3.12.9
Bug Fixes
- deps: update dependency python to v3.12.9
v3.12.8
Bug Fixes
- deps: update dependency python to v3.12.8
v3.12.7
Bug Fixes
- deps: update dependency python to v3.12.7
v3.12.6
Bug Fixes
- deps: update dependency python to v3.12.6
v3.12.5
Bug Fixes
- deps: update dependency python to v3.12.5
v3.12.4
Bug Fixes
- deps: update dependency python to v3.12.4
v3.12.3
Bug Fixes
- deps: update dependency python to v3.12.3
v3.12.2
Bug Fixes
- deps: update dependency python to v3.12.2
v3.12.1
Bug Fixes
- deps: update dependency python to v3.12.1
v3.12.0
Bug Fixes
- deps: update dependency python to v3.12.0
uis/devops/lib/ucam-faas-python (ucam-faas)
v0.17.1
Bug Fixes
- update repo link for PyPi (4f85ada)
v0.17.0
Features
- add CloudEvent validation for webhook handler proxy (f0c880e)
v0.16.0
Features
- docs: add auto-built API documentation (b3998b0)
v0.15.0
Features
- support undoing functions_framework global state changes (516966e)
v0.14.1
v0.14.0
Features
- add support for reading message payload from bucket (37f8b6e)
v0.13.0
Features
- add authentication to webhook endpoint (34496a6)
Bug Fixes
- exclude run handler function from coverage (316b70d)
- remove JSON checking from data publishing (e81418f)
v0.12.0
Features
- refactor entra webhook container (319cf45)
Bug Fixes
- move entra webhook code into separate module (219026f)
v0.11.0
Features
- add long-running task support (f11c827)
Bug Fixes
- remove unneeded initialize argument (8f23b43)
v0.10.0
Features
- push docker images to public registry (b5b68ff)
v0.9.3
v0.9.2
Bug Fixes
- bump ci template to v6.10.0 to avoid release-it releasing twice (937dbe6)
- remove duplicated file release-it.json (ed53ae2)
v0.9.1
v0.9.0
Features
- add release-it config (23f78f3)
- include traceback on unhandled exceptions (5161cef)
- type-annotate ucam_fass and example modules (470334e)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.