Skip to content

Bump the prod-dependencies group across 1 directory with 4 updates#133

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/prod-dependencies-1405eedc9e
Closed

Bump the prod-dependencies group across 1 directory with 4 updates#133
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/prod-dependencies-1405eedc9e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 1, 2026

Bumps the prod-dependencies group with 4 updates in the / directory: asyncio, flask, functions-framework and google-cloud-logging.

Updates asyncio from 3.4.3 to 4.0.0

Commits

Updates flask from 3.1.1 to 3.1.2

Release notes

Sourced from flask's releases.

3.1.2

This is the Flask 3.1.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/Flask/3.1.2/ Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-2 Milestone: https://github.com/pallets/flask/milestone/38?closed=1

  • stream_with_context does not fail inside async views. #5774
  • When using follow_redirects in the test client, the final state of session is correct. #5786
  • Relax type hint for passing bytes IO to send_file. #5776
Changelog

Sourced from flask's changelog.

Version 3.1.2

Released 2025-08-19

  • stream_with_context does not fail inside async views. :issue:5774
  • When using follow_redirects in the test client, the final state of session is correct. :issue:5786
  • Relax type hint for passing bytes IO to send_file. :issue:5776
Commits
  • 2c1b30d release version 3.1.2
  • 1292419 Update GitHub Actions workflow for artifact handling (#5795)
  • 4dd52ca Update GitHub Actions workflow for artifact handling
  • 55c6255 update dev dependencies
  • d8259eb use Jinja name consistently
  • 38b4c1e refactor stream_with_context for async views (#5799)
  • 9822a03 refactor stream_with_context for async views
  • 49b7e7b security docs for TRUSTED_HOSTS (#5798)
  • b228ca3 security docs for TRUSTED_HOSTS
  • ff64079 update flask-talisman link
  • Additional commits viewable in compare view

Updates functions-framework from 3.9.2 to 3.10.0

Release notes

Sourced from functions-framework's releases.

v3.10.0

3.10.0 (2025-11-10)

Features

Bug Fixes

  • ci: Add release-assets.githubusercontent.com to allowed endpoints (#394) (9b37f85)
  • remove Python 3.7 test execution (#402) (ef45fae)
Changelog

Sourced from functions-framework's changelog.

3.10.0 (2025-11-10)

Features

Bug Fixes

  • ci: Add release-assets.githubusercontent.com to allowed endpoints (#394) (9b37f85)
  • remove Python 3.7 test execution (#402) (ef45fae)
Commits

Updates google-cloud-logging from 3.12.1 to 3.13.0

Release notes

Sourced from google-cloud-logging's releases.

google-cloud-logging 3.13.0

3.13.0 (2025-12-15)

Features

Bug Fixes

  • remove setup.cfg configuration for creating universal wheels (#981) (70f612c3)
Changelog

Sourced from google-cloud-logging's changelog.

3.13.0 (2025-12-15)

Features

Bug Fixes

Commits
  • 1415883 chore: librarian release pull request: 20251215T134006Z (#1066)
  • 6be3df6 feat: Add support for python 3.14 (#1065)
  • 36fb427 chore(librarian): onboard to librarian (#1061)
  • eb189bf chore: update Python generator version to 1.25.1 (#1003)
  • a7a28d1 test: ignore DeprecationWarning for credentials_file argument and Python ve...
  • 70f612c fix: remove setup.cfg configuration for creating universal wheels (#981)
  • e4c445a chore: Update gapic-generator-python to 1.25.0 (#985)
  • 14364a5 test: Added cleanup of old sink storage buckets (#991)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the prod-dependencies group with 4 updates in the / directory: [asyncio](https://github.com/python/asyncio), [flask](https://github.com/pallets/flask), [functions-framework](https://github.com/googlecloudplatform/functions-framework-python) and [google-cloud-logging](https://github.com/googleapis/python-logging).


Updates `asyncio` from 3.4.3 to 4.0.0
- [Commits](https://github.com/python/asyncio/commits)

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

Updates `functions-framework` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/googlecloudplatform/functions-framework-python/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-python/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/functions-framework-python@v3.9.2...v3.10.0)

Updates `google-cloud-logging` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/googleapis/python-logging/releases)
- [Changelog](https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-logging@v3.12.1...v3.13.0)

---
updated-dependencies:
- dependency-name: asyncio
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: flask
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: functions-framework
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: google-cloud-logging
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Feb 1, 2026
@dependabot dependabot Bot deleted the dependabot/uv/prod-dependencies-1405eedc9e branch February 1, 2026 17:07
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants