Skip to content

Bump the pip-production-dependencies group across 5 directories with 3 updates#3013

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/pip-production-dependencies-26d2557aa1
Open

Bump the pip-production-dependencies group across 5 directories with 3 updates#3013
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/pip-production-dependencies-26d2557aa1

Conversation

@dependabot
Copy link
Contributor

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

Bumps the pip-production-dependencies group with 3 updates in the /src directory: flask, openfeature-hooks-opentelemetry and openai.
Bumps the pip-production-dependencies group with 1 update in the /src/llm directory: flask.
Bumps the pip-production-dependencies group with 2 updates in the /src/load-generator directory: flask and openfeature-hooks-opentelemetry.
Bumps the pip-production-dependencies group with 2 updates in the /src/product-reviews directory: openfeature-hooks-opentelemetry and openai.
Bumps the pip-production-dependencies group with 1 update in the /src/recommendation directory: openfeature-hooks-opentelemetry.

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 openfeature-hooks-opentelemetry from 0.3.0 to 0.3.1

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.3.1

0.3.1 (2026-02-17)

🐛 Bug Fixes

Commits
  • 83926de chore(main): release openfeature-hooks-opentelemetry 0.3.1 (#337)
  • 2a2127d fix: Align TracingHook with spec (#342)
  • c08b414 chore: align unleash pyproject.toml to others (#341)
  • 8239b83 feat(provider): add aws-ssm provider (#331)
  • 61add22 fix: replace project.scripts with poethepoet (#335)
  • a835c77 chore: relax types-requests and update grpcio version constraints (#334)
  • a345ef9 chore(main): release openfeature-provider-flagd 0.2.7 (#290)
  • b9c164a fix(security): update dependency protobuf to v6.33.5 [security] (#333)
  • 2feabd5 chore(main): release openfeature-provider-unleash 0.1.1 (#332)
  • dcb8fad chore: add component owners
  • Additional commits viewable in compare view

Updates openai from 2.17.0 to 2.21.0

Release notes

Sourced from openai's releases.

v2.21.0

2.21.0 (2026-02-13)

Full Changelog: v2.20.0...v2.21.0

Features

  • api: container network_policy and skills (d19de2e)

Bug Fixes

  • structured outputs: resolve memory leak in parse methods (#2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)

Chores

  • internal: fix lint error on Python 3.14 (534f215)

Documentation

  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)

v2.20.0

2.20.0 (2026-02-10)

Full Changelog: v2.19.0...v2.20.0

Features

  • api: support for images in batch api (28edb6e)

v2.19.0

2.19.0 (2026-02-10)

Full Changelog: v2.18.0...v2.19.0

Features

  • api: skills and hosted shell (27fdf68)

Chores

  • internal: bump dependencies (fae10fd)

v2.18.0

... (truncated)

Changelog

Sourced from openai's changelog.

2.21.0 (2026-02-13)

Full Changelog: v2.20.0...v2.21.0

Features

  • api: container network_policy and skills (d19de2e)

Bug Fixes

  • structured outputs: resolve memory leak in parse methods (#2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)

Chores

  • internal: fix lint error on Python 3.14 (534f215)

Documentation

  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)

2.20.0 (2026-02-10)

Full Changelog: v2.19.0...v2.20.0

Features

  • api: support for images in batch api (28edb6e)

2.19.0 (2026-02-10)

Full Changelog: v2.18.0...v2.19.0

Features

  • api: skills and hosted shell (27fdf68)

Chores

  • internal: bump dependencies (fae10fd)

2.18.0 (2026-02-09)

Full Changelog: v2.17.0...v2.18.0

... (truncated)

Commits
  • 3e0c05b release: 2.21.0
  • e93f6cf fix(webhooks): preserve method visibility for compatibility checks
  • 3ddbb7e feat(api): container network_policy and skills
  • 156d518 docs: split api.md by standalone resources
  • 72e1e15 fix(structured outputs): resolve memory leak in parse methods (#2860)
  • d81ee8f codegen metadata
  • 01c9eee codegen metadata
  • 957dadf chore(internal): fix lint error on Python 3.14
  • 7b26bd3 docs: update comment
  • f2d096f release: 2.20.0
  • Additional commits viewable in compare view

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 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 openfeature-hooks-opentelemetry from 0.3.0 to 0.3.1

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.3.1

0.3.1 (2026-02-17)

🐛 Bug Fixes

Commits
  • 83926de chore(main): release openfeature-hooks-opentelemetry 0.3.1 (#337)
  • 2a2127d fix: Align TracingHook with spec (#342)
  • c08b414 chore: align unleash pyproject.toml to others (#341)
  • 8239b83 feat(provider): add aws-ssm provider (#331)
  • 61add22 fix: replace project.scripts with poethepoet (#335)
  • a835c77 chore: relax types-requests and update grpcio version constraints (#334)
  • a345ef9 chore(main): release openfeature-provider-flagd 0.2.7 (#290)
  • b9c164a fix(security): update dependency protobuf to v6.33.5 [security] (#333)
  • 2feabd5 chore(main): release openfeature-provider-unleash 0.1.1 (#332)
  • dcb8fad chore: add component owners
  • Additional commits viewable in compare view

Updates openfeature-hooks-opentelemetry from 0.3.0 to 0.3.1

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.3.1

0.3.1 (2026-02-17)

🐛 Bug Fixes

Commits
  • 83926de chore(main): release openfeature-hooks-opentelemetry 0.3.1 (#337)
  • 2a2127d fix: Align TracingHook with spec (#342)
  • c08b414 chore: align unleash pyproject.toml to others (#341)
  • 8239b83 feat(provider): add aws-ssm provider (#331)
  • 61add22 fix: replace project.scripts with poethepoet (#335)
  • a835c77 chore: relax types-requests and update grpcio version constraints (#334)
  • a345ef9 chore(main): release openfeature-provider-flagd 0.2.7 (#290)
  • b9c164a fix(security): update dependency protobuf to v6.33.5 [security] (#333)
  • 2feabd5 chore(main): release openfeature-provider-unleash 0.1.1 (#332)
  • dcb8fad chore: add component owners
  • Additional commits viewable in compare view

Updates openai from 2.17.0 to 2.21.0

Release notes

Sourced from openai's releases.

v2.21.0

2.21.0 (2026-02-13)

Full Changelog: v2.20.0...v2.21.0

Features

  • api: container network_policy and skills (d19de2e)

Bug Fixes

  • structured outputs: resolve memory leak in parse methods (#2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)

Chores

  • internal: fix lint error on Python 3.14 (534f215)

Documentation

  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)

v2.20.0

2.20.0 (2026-02-10)

Full Changelog: v2.19.0...v2.20.0

Features

  • api: support for images in batch api (28edb6e)

v2.19.0

2.19.0 (2026-02-10)

Full Changelog: v2.18.0...v2.19.0

Features

  • api: skills and hosted shell (27fdf68)

Chores

  • internal: bump dependencies (fae10fd)

v2.18.0

... (truncated)

Changelog

Sourced from openai's changelog.

2.21.0 (2026-02-13)

Full Changelog: v2.20.0...v2.21.0

Features

  • api: container network_policy and skills (d19de2e)

Bug Fixes

  • structured outputs: resolve memory leak in parse methods (#2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)

Chores

  • internal: fix lint error on Python 3.14 (534f215)

Documentation

  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)

2.20.0 (2026-02-10)

Full Changelog: v2.19.0...v2.20.0

Features

  • api: support for images in batch api (28edb6e)

2.19.0 (2026-02-10)

Full Changelog: v2.18.0...v2.19.0

Features

  • api: skills and hosted shell (27fdf68)

Chores

  • internal: bump dependencies (fae10fd)

2.18.0 (2026-02-09)

Full Changelog: v2.17.0...v2.18.0

... (truncated)

Commits
  • 3e0c05b release: 2.21.0
  • e93f6cf fix(webhooks): preserve method visibility for compatibility checks
  • 3ddbb7e feat(api): container network_policy and skills
  • 156d518 docs: split api.md by standalone resources
  • 72e1e15 fix(structured outputs): resolve memory leak in parse methods (#2860)
  • d81ee8f codegen metadata
  • 01c9eee codegen metadata
  • 957dadf chore(internal): fix lint error on Python 3.14
  • 7b26bd3 docs: update comment
  • f2d096f release: 2.20.0
  • Additional commits viewable in compare view

Updates openfeature-hooks-opentelemetry from 0.3.0 to 0.3.1

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.3.1

0.3.1 (2026-02-17)

🐛 Bug Fixes

Commits
  • 83926de chore(main): release openfeature-hooks-opentelemetry 0.3.1 (#337)
  • 2a2127d fix: Align TracingHook with spec (#342)
  • c08b414 chore: align unleash pyproject.toml to others (#341)
  • 8239b83 feat(provider): add aws-ssm provider (#331)
  • 61add22 fix: replace project.scripts with poethepoet (#335)
  • a835c77 chore: relax types-requests and update grpcio version constraints (#334)
  • a345ef9 chore(main): release openfeature-provider-flagd 0.2.7 (#290)
  • b9c164a fix(security): update dependency protobuf to v6.33.5 [security] (#333)
  • 2feabd5 chore(main): release openfeature-provider-unleash 0.1.1 (#332)
  • dcb8fad chore: add component owners
  • 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

…3 updates

Bumps the pip-production-dependencies group with 3 updates in the /src directory: [flask](https://github.com/pallets/flask), [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib) and [openai](https://github.com/openai/openai-python).
Bumps the pip-production-dependencies group with 1 update in the /src/llm directory: [flask](https://github.com/pallets/flask).
Bumps the pip-production-dependencies group with 2 updates in the /src/load-generator directory: [flask](https://github.com/pallets/flask) and [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib).
Bumps the pip-production-dependencies group with 2 updates in the /src/product-reviews directory: [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib) and [openai](https://github.com/openai/openai-python).
Bumps the pip-production-dependencies group with 1 update in the /src/recommendation directory: [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib).


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/3.1.3/CHANGES.rst)
- [Commits](pallets/flask@3.1.2...3.1.3)

Updates `openfeature-hooks-opentelemetry` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.3.0...openfeature-hooks-opentelemetry/v0.3.1)

Updates `openai` from 2.17.0 to 2.21.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.17.0...v2.21.0)

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/3.1.3/CHANGES.rst)
- [Commits](pallets/flask@3.1.2...3.1.3)

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/3.1.3/CHANGES.rst)
- [Commits](pallets/flask@3.1.2...3.1.3)

Updates `openfeature-hooks-opentelemetry` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.3.0...openfeature-hooks-opentelemetry/v0.3.1)

Updates `openfeature-hooks-opentelemetry` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.3.0...openfeature-hooks-opentelemetry/v0.3.1)

Updates `openai` from 2.17.0 to 2.21.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.17.0...v2.21.0)

Updates `openfeature-hooks-opentelemetry` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.3.0...openfeature-hooks-opentelemetry/v0.3.1)

---
updated-dependencies:
- dependency-name: flask
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-hooks-opentelemetry
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: openai
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: flask
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: flask
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-hooks-opentelemetry
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-hooks-opentelemetry
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: openai
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-hooks-opentelemetry
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-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 Feb 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 12:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 19, 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

Comments