Skip to content

Bump the production-dependencies group in /backend with 3 updates#375

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/backend/production-dependencies-4069b2f14d
Closed

Bump the production-dependencies group in /backend with 3 updates#375
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/backend/production-dependencies-4069b2f14d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the production-dependencies group in /backend with 3 updates: flask, azure-cosmos and google-genai.

Updates flask from 3.1.2 to 3.1.3

Release notes

Sourced from flask's releases.

3.1.3

This is the Flask 3.1.3 security fix release, which fixes a security issue 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.3/ Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-3

  • The session is marked as accessed for operations that only access the keys but not the values, such as in and len. GHSA-68rp-wp8r-4726
Changelog

Sourced from flask's changelog.

Version 3.1.3

Released 2026-02-18

  • The session is marked as accessed for operations that only access the keys but not the values, such as in and len. :ghsa:68rp-wp8r-4726
Commits
  • 22d9247 release version 3.1.3
  • 089cb86 Merge commit from fork
  • c17f379 request context tracks session access
  • 27be933 start version 3.1.3
  • 4e652d3 Abort if the instance folder cannot be created (#5903)
  • 3d03098 Abort if the instance folder cannot be created
  • 407eb76 document using gevent for async (#5900)
  • ac5664d document using gevent for async
  • 4f79d5b Increase required flit_core version to 3.11 (#5865)
  • fe3b215 Increase required flit_core version to 3.11
  • Additional commits viewable in compare view

Updates azure-cosmos from 4.14.6 to 4.15.0

Release notes

Sourced from azure-cosmos's releases.

azure-cosmos_4.15.0

4.15.0 (2026-02-19)

Features Added

  • GA support of Per Partition Automatic Failover and AvailabilityStrategy features.

Bugs Fixed

  • Fixed bug where sdk was encountering a timeout issue caused by infinite recursion during the 410 (Gone) error. See PR 44770
  • Fixed crash in sync and async clients when force_refresh_on_startup was set to None, which could surface as AttributeError: 'NoneType' object has no attribute '_WritableLocations' during region discovery when database_account was None. See PR 44987
  • Fixed bug where unavailable regional endpoints were dropped from the routing list instead of being kept as fallback options. See PR 45200

Other Changes

  • Added tests for multi-language support for full text search. See PR 44254
  • Renamed availability_strategy_config introduced in 4.15.0b1 to availability_strategy for both sync and async clients. See PR 45086.
  • Request-level availability_strategy needs to be set to False in order to disable availability strategy for that request, as opposed to setting it to None. See PR 45141.

azure-cosmos_4.15.0b2

4.15.0b2 (2025-12-16)

Bugs Fixed

  • Fixed bug where sdk was not properly retrying requests in some edge cases after partition splits.See PR 44425
Commits
  • 54c81b9 [Groundedness] Check for intermediate (#45305)
  • 145e110 [WIP] Revert changes to archetype-python-release.yml regarding py2docfx (#45295)
  • 9d848cf recording (#45291)
  • c62f73f Updates to package README.md (#45289)
  • c0fade1 Fix beta subclient, such that all its members shows up in API ref-docs. Also ...
  • 3682bda Sample test recording along with new LLM instruction (#45274)
  • ef0ab33 Change depends to import_all in cosmos emulator ChecksOverride (#45284)
  • 3479c73 [VoiceLive] Relocate azure-ai-voicelive to its own service directory (#45254)
  • fc6c21a Redact credential token in default client logs controlled by env variable AZU...
  • 6829ccb Fix apistub token path (#45271)
  • Additional commits viewable in compare view

Updates google-genai from 1.63.0 to 1.64.0

Release notes

Sourced from google-genai's releases.

v1.64.0

1.64.0 (2026-02-18)

Features

  • Add UnifiedMetric support to Vertex Tuning evaluation config (9a9908a)
  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (af40cc6)
Changelog

Sourced from google-genai's changelog.

1.64.0 (2026-02-18)

Features

  • Add UnifiedMetric support to Vertex Tuning evaluation config (9a9908a)
  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (af40cc6)
Commits
  • cff95b4 chore(main): release 1.64.0 (#2054)
  • 3e8eef8 chore: Make discriminator properties required in Interactions
  • 2ab5ea7 chore: migrate to gcloud storage
  • e55004c chore: Add aiohttp as a required dependency.
  • fafc3d8 chore: Add type assertions and ignore type overlap in genai libraries
  • af40cc6 feat: Support multimodal embedding for Gemini Embedding 2.0 and support MaaS ...
  • 9a9908a feat: Add UnifiedMetric support to Vertex Tuning evaluation config
  • 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 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 production-dependencies group in /backend with 3 updates: [flask](https://github.com/pallets/flask), [azure-cosmos](https://github.com/Azure/azure-sdk-for-python) and [google-genai](https://github.com/googleapis/python-genai).


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

Updates `azure-cosmos` from 4.14.6 to 4.15.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-cosmos_4.14.6...azure-cosmos_4.15.0)

Updates `google-genai` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.63.0...v1.64.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: azure-cosmos
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-genai
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-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 Feb 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Test Results

88 tests  +88   87 ✅ +87   31s ⏱️ +31s
 1 suites + 1    1 💤 + 1 
 1 files   + 1    0 ❌ ± 0 

Results for commit 3212e7b. ± Comparison against base commit 25f3941.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2026

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

@dependabot dependabot bot closed this Feb 24, 2026
@dependabot dependabot bot deleted the dependabot/uv/backend/production-dependencies-4069b2f14d branch February 24, 2026 21:43
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