Skip to content

Bump the pip-production-dependencies group across 5 directories with 15 updates#43

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/src/pip-production-dependencies-b2812937f3
Closed

Bump the pip-production-dependencies group across 5 directories with 15 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/src/pip-production-dependencies-b2812937f3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the pip-production-dependencies group with 15 updates in the /src directory:

Package From To
grpcio-health-checking 1.78.0 1.81.1
openfeature-provider-flagd 0.2.3 0.5.0
opentelemetry-distro 0.63b0 0.63b1
opentelemetry-exporter-otlp-proto-grpc 1.42.0 1.42.1
psutil 7.0.0 7.2.2
openai 2.37.0 2.43.0
locust-plugins 5.0.0 5.0.3
opentelemetry-api 1.42.0 1.42.1
opentelemetry-instrumentation-jinja2 0.63b0 0.63b1
opentelemetry-instrumentation-requests 0.63b0 0.63b1
opentelemetry-instrumentation-system-metrics 0.63b0 0.63b1
opentelemetry-instrumentation-urllib3 0.63b0 0.63b1
opentelemetry-sdk 1.42.0 1.42.1
opentelemetry-semantic-conventions 0.63b0 0.63b1
opentelemetry-instrumentation-logging 0.63b0 0.63b1

Bumps the pip-production-dependencies group with 1 update in the /src/llm directory: openfeature-provider-flagd.
Bumps the pip-production-dependencies group with 10 updates in the /src/load-generator directory:

Package From To
opentelemetry-exporter-otlp-proto-grpc 1.42.0 1.42.1
locust-plugins 5.0.0 5.0.3
opentelemetry-api 1.42.0 1.42.1
opentelemetry-instrumentation-jinja2 0.63b0 0.63b1
opentelemetry-instrumentation-requests 0.63b0 0.63b1
opentelemetry-instrumentation-system-metrics 0.63b0 0.63b1
opentelemetry-instrumentation-urllib3 0.63b0 0.63b1
opentelemetry-sdk 1.42.0 1.42.1
opentelemetry-semantic-conventions 0.63b0 0.63b1
opentelemetry-instrumentation-logging 0.63b0 0.63b1

Bumps the pip-production-dependencies group with 6 updates in the /src/product-reviews directory:

Package From To
grpcio-health-checking 1.78.0 1.81.1
openfeature-provider-flagd 0.2.3 0.5.0
opentelemetry-distro 0.63b0 0.63b1
opentelemetry-exporter-otlp-proto-grpc 1.42.0 1.42.1
psutil 7.0.0 7.2.2
openai 2.37.0 2.43.0

Bumps the pip-production-dependencies group with 5 updates in the /src/recommendation directory:

Package From To
grpcio-health-checking 1.78.0 1.81.1
openfeature-provider-flagd 0.2.3 0.5.0
opentelemetry-distro 0.63b0 0.63b1
opentelemetry-exporter-otlp-proto-grpc 1.42.0 1.42.1
psutil 7.0.0 7.2.2

Updates grpcio-health-checking from 1.78.0 to 1.81.1

Updates openfeature-provider-flagd from 0.2.3 to 0.5.0

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.5.0

0.5.0 (2026-06-02)

⚠ BREAKING CHANGES

  • DISABLED is a successful evaluation (still defaults) (#395)

✨ New Features

  • DISABLED is a successful evaluation (still defaults) (#395) (e7d1d34)
  • make use of flagd-selector header in RPC mode (#396) (e1c3c6a)

openfeature-provider-flagd: v0.4.1

0.4.1 (2026-04-30)

🐛 Bug Fixes

  • various custom operator conformance fixes (#386) (c119a77)

✨ New Features

  • flagd: extract evaluator into api, core, and testkit packages (#377) (1995534)

openfeature-provider-flagd: v0.4.0

0.4.0 (2026-04-01)

⚠ BREAKING CHANGES

  • fractional bucketing improvements (#373)
  • drop Python 3.9 support (#364)

chore

✨ New Features

openfeature-provider-flagd: v0.3.0

0.3.0 (2026-03-11)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • 9c493b8 chore(main): release openfeature-provider-flagd 0.5.0 (#397)
  • e7d1d34 feat!: DISABLED is a successful evaluation (still defaults) (#395)
  • e1c3c6a feat: make use of flagd-selector header in RPC mode (#396)
  • c4b4257 chore: resolve open dependabot security alerts (#394)
  • daafd73 chore: resolve open dependabot security alerts (#392)
  • f084e84 chore: resolve open dependabot security alerts (#389)
  • 4ef1019 chore(main): release openfeature-provider-ofrep 0.3.0 (#338)
  • 5857f45 chore(main): release openfeature-provider-flagd 0.4.1 (#384)
  • 3197e02 chore(main): release openfeature-flagd-api 1.0.0 (#382)
  • 4f95c87 chore(main): release openfeature-flagd-core 1.0.0 (#385)
  • Additional commits viewable in compare view

Updates opentelemetry-distro from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-distro's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-exporter-otlp-proto-grpc from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates psutil from 7.0.0 to 7.2.2

Changelog

Sourced from psutil's changelog.

7.2.2 — 2026-01-28 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:2705: [Linux]: :meth:Process.wait now uses pidfd_open() + poll() (no busy loop). Requires Linux >= 5.3 and Python >= 3.9.
  • :gh:2705: [macOS], [BSD]: :meth:Process.wait now uses kqueue() (no busy loop).

Bug fixes

  • :gh:2701, [macOS]: fix compilation error on macOS < 10.7. (patch by :user:Sergey Fedorov <barracuda156>)
  • :gh:2707, [macOS]: fix potential memory leaks in error paths of :meth:Process.memory_full_info and :meth:Process.threads.
  • :gh:2708, [macOS]: :meth:Process.cmdline and :meth:Process.environ may fail with OSError: [Errno 0] Undefined error (from sysctl(KERN_PROCARGS2)). They now raise :exc:AccessDenied instead.

7.2.1 — 2025-12-29 ^^^^^^^^^^^^^^^^^^

Bug fixes

  • :gh:2699, [FreeBSD], [NetBSD]: :func:heap_info does not detect small allocations (<= 1K). In order to fix that, we now flush internal jemalloc cache before fetching the metrics.

7.2.0 — 2025-12-23 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:1275: new :func:heap_info and :func:heap_trim functions, providing direct access to the platform's native C :term:heap allocator (glibc, mimalloc, libmalloc). Useful to create tools to detect memory leaks.
  • :gh:2403, [Linux]: publish wheels for Linux musl.
  • :gh:2680: unit tests are no longer installed / part of the distribution. They now live under tests/ instead of psutil/tests.

Bug fixes

  • :gh:2684, [FreeBSD], [critical]: compilation fails on FreeBSD 14 due to missing include.
  • :gh:2691, [Windows]: fix memory leak in :func:net_if_stats due to missing Py_CLEAR.

Compatibility notes

... (truncated)

Commits
  • 9eea97d Pre-release
  • 938ac64 Rm sphinxcontrib.googleanalytics; override layout.html
  • 9dcbb7e Add sphinxcontrib-googleanalytics to requirements.txt
  • 76eaf9a Try to add google analytics to doc
  • de1cafa Update doc mentioning Process.wait() internal details
  • bb30943 Refact can_use_pidfd_open() and can_use_kqueue()
  • a571717 #2708, macos / cmdline / environ; raise AD instead of OSError(0) (#2709)
  • 8b98c3e Pre-release
  • 700b7e6 [macOS] fix potential leaks in error paths (#2707)
  • 7cc7923 Windows / cmdline(): be more defensive in free()ing in case of error
  • Additional commits viewable in compare view

Updates openai from 2.37.0 to 2.43.0

Release notes

Sourced from openai's releases.

v2.43.0

2.43.0 (2026-06-17)

Full Changelog: v2.42.0...v2.43.0

Features

  • api: update OpenAPI spec or Stainless config (2254235)

v2.42.0

2.42.0 (2026-06-16)

Full Changelog: v2.41.1...v2.42.0

Features

  • api: admin spend_alerts (6134198)
  • api: manual updates (f337bf4)
  • api: update OpenAPI spec or Stainless config (7015158)

Build System

v2.41.1

2.41.1 (2026-06-05)

Full Changelog: v2.41.0...v2.41.1

Build System

  • Remove scheduled release workflow trigger (#3366) (2a91011)

v2.41.0

2.41.0 (2026-06-03)

Full Changelog: v2.40.0...v2.41.0

Features

  • api: responses.moderation and chat_completions.moderation (87e46c2)

v2.40.0

2.40.0 (2026-06-01)

Full Changelog: v2.39.0...v2.40.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

2.43.0 (2026-06-17)

Full Changelog: v2.42.0...v2.43.0

Features

  • api: update OpenAPI spec or Stainless config (2254235)

2.42.0 (2026-06-16)

Full Changelog: v2.41.1...v2.42.0

Features

  • api: admin spend_alerts (6134198)
  • api: manual updates (f337bf4)
  • api: update OpenAPI spec or Stainless config (7015158)

Build System

2.41.1 (2026-06-05)

Full Changelog: v2.41.0...v2.41.1

Build System

  • Remove scheduled release workflow trigger (#3366) (2a91011)

2.41.0 (2026-06-03)

Full Changelog: v2.40.0...v2.41.0

Features

  • api: responses.moderation and chat_completions.moderation (87e46c2)

2.40.0 (2026-06-01)

Full Changelog: v2.39.0...v2.40.0

Features

  • api: Add Amazon Bedrock Responses support

Bug Fixes

  • api: allow setting bedrock api keys on the client directly (4d5bfde)

... (truncated)

Commits

Updates locust-plugins from 5.0.0 to 5.0.3

Release notes

Sourced from locust-plugins's releases.

5.0.3

Full Changelog: SvenskaSpel/locust-plugins@5.0.2...5.0.3

5.0.2

Fix --iteration counts again (partially reverting some stuff)

Full Changelog: SvenskaSpel/locust-plugins@5.0.1...5.0.2

5.0.1

What's Changed

New Contributors

Full Changelog: SvenskaSpel/locust-plugins@5.0.0...5.0.1

Commits
  • d16a309 pin old setuptools_scm version
  • e7adad1 disable playwright tests for now
  • 3e04c62 register ips and iteration limits on test_start instead of init
  • e8180ba ensure overshoot still stops test for iteration counter
  • 0ff7e1b tox
  • a8522f3 gh actions: move timeout setting. stop installing codecov
  • b486a07 typo
  • aa58da5 more clear test output
  • 0d09d9b revert to use init event for setting up iteration and ips limits
  • 18bf2ff gh actions: set duration limit as well, in case iteration limiter fails to av...
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates opentelemetry-instrumentation-jinja2 from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-jinja2's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-instrumentation-requests from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-requests's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-instrumentation-system-metrics from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-system-metrics's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-instrumentation-urllib3 from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-urllib3's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-sdk from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates opentelemetry-semantic-conventions from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-semantic-conventions's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates opentelemetry-instrumentation-logging from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-logging's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates openfeature-provider-flagd from 0.2.3 to 0.5.0

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.5.0

0.5.0 (2026-06-02)

⚠ BREAKING CHANGES

  • DISABLED is a successful evaluation (still defaults) (#395)

✨ New Features

  • DISABLED is a successful evaluation (still defaults) (#395) (e7d1d34)
  • make use of flagd-selector header in RPC mode (#396) (e1c3c6a)

openfeature-provider-flagd: v0.4.1

0.4.1 (2026-04-30)

🐛 Bug Fixes

  • various custom operator conformance fixes (#386) (c119a77)

✨ New Features

  • flagd: extract evaluator into api, core, and testkit packages (#377) (1995534)

openfeature-provider-flagd: v0.4.0

0.4.0 (2026-04-01)

⚠ BREAKING CHANGES

  • fractional bucketing improvements (#373)
  • drop Python 3.9 support (#364)

chore

✨ New Features

openfeature-provider-flagd: v0.3.0

0.3.0 (2026-03-11)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • 9c493b8 chore(main): release openfeature-provider-flagd 0.5.0 (#397)
  • e7d1d34 feat!: DISABLED is a successful evaluation (still defaults) (#395)
  • e1c3c6a feat: make use of flagd-selector header in RPC mode (#396)
  • c4b4257 chore: resolve open dependabot security alerts (#394)
  • daafd73 chore: resolve open dependabot security alerts (#392)
  • f084e84 chore: resolve open dependabot security alerts (#389)
  • 4ef1019 chore(main): release openfeature-provider-ofrep 0.3.0 (#338)
  • 5857f45 chore(main): release openfeature-provider-flagd 0.4.1 (#384)
  • 3197e02 chore(main): release openfeature-flagd-api 1.0.0 (#382)
  • 4f95c87 chore(main): release openfeature-flagd-core 1.0.0 (#385)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-otlp-proto-grpc from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates locust-plugins from 5.0.0 to 5.0.3

Release notes

Sourced from locust-plugins's releases.

5.0.3

Full Changelog: SvenskaSpel/locust-plugins@5.0.2...5.0.3

5.0.2

Fix --iteration counts again (partially reverting some stuff)

Full Changelog: SvenskaSpel/locust-plugins@5.0.1...5.0.2

5.0.1

What's Changed

New Contributors

Full Changelog: SvenskaSpel/locust-plugins@5.0.0...5.0.1

Commits
  • d16a309 pin old setuptools_scm version
  • e7adad1 disable playwright tests for now
  • 3e04c62 register ips and iteration limits on test_start instead of init
  • e8180ba ensure overshoot still stops test for iteration counter
  • 0ff7e1b tox
  • a8522f3 gh actions: move timeout setting. stop installing codecov
  • b486a07 typo
  • aa58da5 more clear test output
  • 0d09d9b revert to use init event for setting up iteration and ips limits
  • 18bf2ff gh actions: set duration limit as well, in case iteration limiter fails to av...
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates opentelemetry-instrumentation-jinja2 from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-jinja2's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-instrumentation-requests from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-requests's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-instrumentation-system-metrics from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-system-metrics's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-instrumentation-urllib3 from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-urllib3's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-sdk from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates opentelemetry-semantic-conventions from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-semantic-conventions's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates opentelemetry-instrumentation-logging from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-instrumentation-logging's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates grpcio-health-checking from 1.78.0 to 1.81.1

Updates openfeature-provider-flagd from 0.2.3 to 0.5.0

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.5.0

0.5.0 (2026-06-02)

⚠ BREAKING CHANGES

  • DISABLED is a successful evaluation (still defaults) (#395)

✨ New Features

  • DISABLED is a successful evaluation (still defaults) (#395) (e7d1d34)
  • make use of flagd-selector header in RPC mode (#396) (e1c3c6a)

openfeature-provider-flagd: v0.4.1

0.4.1 (2026-04-30)

🐛 Bug Fixes

  • various custom operator conformance fixes (#386) (c119a77)

✨ New Features

  • flagd: extract evaluator into api, core, and testkit packages (#377) (1995534)

openfeature-provider-flagd: v0.4.0

0.4.0 (2026-04-01)

⚠ BREAKING CHANGES

  • fractional bucketing improvements (#373)
  • drop Python 3.9 support (#364)

chore

✨ New Features

openfeature-provider-flagd: v0.3.0

0.3.0 (2026-03-11)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • 9c493b8 chore(main): release openfeature-provider-flagd 0.5.0 (#397)
  • e7d1d34 feat!: DISABLED is a successful evaluation (still defaults) (#395)
  • e1c3c6a feat: make use of flagd-selector header in RPC mode (#396)
  • c4b4257 chore: resolve open dependabot security alerts (#394)
  • daafd73 chore: resolve open dependabot security alerts (#392)
  • f084e84 chore: resolve open dependabot security alerts (#389)
  • 4ef1019 chore(main): release openfeature-provider-ofrep 0.3.0 (#338)
  • 5857f45 chore(main): release openfeature-provider-flagd 0.4.1 (#384)
  • 3197e02 chore(main): release openfeature-flagd-api 1.0.0 (#382)
  • 4f95c87 chore(main): release openfeature-flagd-core 1.0.0 (#385)
  • Additional commits viewable in compare view

Updates opentelemetry-distro from 0.63b0 to 0.63b1

Changelog

Sourced from opentelemetry-distro's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

No significant changes.

Commits

Updates opentelemetry-exporter-otlp-proto-grpc from 1.42.0 to 1.42.1

Changelog

Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)
Commits

Updates psutil from 7.0.0 to 7.2.2

Changelog

Sourced from psutil's changelog.

7.2.2 — 2026-01-28 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:2705: [Linux]: :meth:Process.wait now uses pidfd_open() + poll() (no busy loop). Requires Linux >= 5.3 and Python >= 3.9.
  • :gh:2705: [macOS], [BSD]: :meth:Process.wait now uses kqueue...

    Description has been truncated

…15 updates

Bumps the pip-production-dependencies group with 15 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [grpcio-health-checking](https://grpc.io) | `1.78.0` | `1.81.1` |
| [openfeature-provider-flagd](https://github.com/open-feature/python-sdk-contrib) | `0.2.3` | `0.5.0` |
| [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [psutil](https://github.com/giampaolo/psutil) | `7.0.0` | `7.2.2` |
| [openai](https://github.com/openai/openai-python) | `2.37.0` | `2.43.0` |
| [locust-plugins](https://github.com/SvenskaSpel/locust-plugins) | `5.0.0` | `5.0.3` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [opentelemetry-instrumentation-jinja2](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-requests](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-system-metrics](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-urllib3](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-logging](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |

Bumps the pip-production-dependencies group with 1 update in the /src/llm directory: [openfeature-provider-flagd](https://github.com/open-feature/python-sdk-contrib).
Bumps the pip-production-dependencies group with 10 updates in the /src/load-generator directory:

| Package | From | To |
| --- | --- | --- |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [locust-plugins](https://github.com/SvenskaSpel/locust-plugins) | `5.0.0` | `5.0.3` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [opentelemetry-instrumentation-jinja2](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-requests](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-system-metrics](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-urllib3](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.63b0` | `0.63b1` |
| [opentelemetry-instrumentation-logging](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |

Bumps the pip-production-dependencies group with 6 updates in the /src/product-reviews directory:

| Package | From | To |
| --- | --- | --- |
| [grpcio-health-checking](https://grpc.io) | `1.78.0` | `1.81.1` |
| [openfeature-provider-flagd](https://github.com/open-feature/python-sdk-contrib) | `0.2.3` | `0.5.0` |
| [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [psutil](https://github.com/giampaolo/psutil) | `7.0.0` | `7.2.2` |
| [openai](https://github.com/openai/openai-python) | `2.37.0` | `2.43.0` |

Bumps the pip-production-dependencies group with 5 updates in the /src/recommendation directory:

| Package | From | To |
| --- | --- | --- |
| [grpcio-health-checking](https://grpc.io) | `1.78.0` | `1.81.1` |
| [openfeature-provider-flagd](https://github.com/open-feature/python-sdk-contrib) | `0.2.3` | `0.5.0` |
| [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.63b0` | `0.63b1` |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.42.0` | `1.42.1` |
| [psutil](https://github.com/giampaolo/psutil) | `7.0.0` | `7.2.2` |



Updates `grpcio-health-checking` from 1.78.0 to 1.81.1

Updates `openfeature-provider-flagd` from 0.2.3 to 0.5.0
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.5.0)

Updates `opentelemetry-distro` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `psutil` from 7.0.0 to 7.2.2
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst)
- [Commits](giampaolo/psutil@v7.0.0...v7.2.2)

Updates `openai` from 2.37.0 to 2.43.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.37.0...v2.43.0)

Updates `locust-plugins` from 5.0.0 to 5.0.3
- [Release notes](https://github.com/SvenskaSpel/locust-plugins/releases)
- [Commits](SvenskaSpel/locust-plugins@5.0.0...5.0.3)

Updates `opentelemetry-api` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `opentelemetry-instrumentation-jinja2` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-requests` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-system-metrics` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-urllib3` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-sdk` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `opentelemetry-semantic-conventions` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

Updates `opentelemetry-instrumentation-logging` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `openfeature-provider-flagd` from 0.2.3 to 0.5.0
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.5.0)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `locust-plugins` from 5.0.0 to 5.0.3
- [Release notes](https://github.com/SvenskaSpel/locust-plugins/releases)
- [Commits](SvenskaSpel/locust-plugins@5.0.0...5.0.3)

Updates `opentelemetry-api` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `opentelemetry-instrumentation-jinja2` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-requests` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-system-metrics` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-urllib3` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-sdk` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `opentelemetry-semantic-conventions` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

Updates `opentelemetry-instrumentation-logging` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `grpcio-health-checking` from 1.78.0 to 1.81.1

Updates `openfeature-provider-flagd` from 0.2.3 to 0.5.0
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.5.0)

Updates `opentelemetry-distro` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `psutil` from 7.0.0 to 7.2.2
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst)
- [Commits](giampaolo/psutil@v7.0.0...v7.2.2)

Updates `openai` from 2.37.0 to 2.43.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.37.0...v2.43.0)

Updates `grpcio-health-checking` from 1.78.0 to 1.81.1

Updates `openfeature-provider-flagd` from 0.2.3 to 0.5.0
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.5.0)

Updates `opentelemetry-distro` from 0.63b0 to 0.63b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.42.0...v1.42.1)

Updates `psutil` from 7.0.0 to 7.2.2
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst)
- [Commits](giampaolo/psutil@v7.0.0...v7.2.2)

---
updated-dependencies:
- dependency-name: grpcio-health-checking
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-distro
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openai
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: locust-plugins
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-api
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-jinja2
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-requests
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-system-metrics
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-urllib3
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-sdk
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-logging
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: locust-plugins
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-api
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-jinja2
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-requests
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-system-metrics
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-urllib3
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-sdk
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-instrumentation-logging
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: grpcio-health-checking
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-distro
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openai
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: grpcio-health-checking
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-distro
  dependency-version: 0.63b1
  dependency-type: direct:production
  dependency-group: pip-production-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jun 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #52.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot dependabot Bot deleted the dependabot/pip/src/pip-production-dependencies-b2812937f3 branch June 30, 2026 03:23
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