Skip to content

Bump the composer-production-dependencies group across 1 directory with 8 updates#137

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/src/quote/composer-production-dependencies-0daf5f86ef
Open

Bump the composer-production-dependencies group across 1 directory with 8 updates#137
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/src/quote/composer-production-dependencies-0daf5f86ef

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updates the requirements on open-telemetry/api, open-telemetry/sdk, open-telemetry/exporter-otlp, open-telemetry/opentelemetry-auto-slim, open-telemetry/detector-container, open-telemetry/opentelemetry-logger-monolog, guzzlehttp/guzzle and slim/slim to permit the latest version.
Updates open-telemetry/api to 1.9.0

Release notes

Sourced from open-telemetry/api's releases.

Release 1.9.0

What's Changed:

  • Deprecate API InstrumentationInterface and ConfigurationResolver by @​Nevay in 1896

Full Changelog: opentelemetry-php/api@1.8.0...1.9.0

Commits

Updates open-telemetry/sdk to 1.14.0

Release notes

Sourced from open-telemetry/sdk's releases.

Release 1.14.0

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.13.0...1.14.0

Commits

Updates open-telemetry/exporter-otlp to 1.4.0

Release notes

Sourced from open-telemetry/exporter-otlp's releases.

Release 1.4.0

What's Changed:

  • Revert "Fix getLabel() deprecation warning with Protobuf 4.33+" by @​Nevay in 1880

Full Changelog: opentelemetry-php/exporter-otlp@1.3.4...1.4.0

Commits

Updates open-telemetry/opentelemetry-auto-slim to 1.4.0

Release notes

Sourced from open-telemetry/opentelemetry-auto-slim's releases.

Release 1.4.0

What's Changed:

Full Changelog: opentelemetry-php/contrib-auto-slim@1.3.0...1.4.0

Commits

Updates open-telemetry/detector-container to 1.3.0

Release notes

Sourced from open-telemetry/detector-container's releases.

Release 1.3.0

What's Changed:

  • detector-container. Update schema url to use Version::VERSION_1_38_0 by @​adiafora in 523

Full Changelog: opentelemetry-php/contrib-detector-container@1.2.0...1.3.0

Commits
  • d22f03d detector-container. Update schema url to use Version::VERSION_1_38_0 (#523)
  • 57c4eba Revert "chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)" (#540)
  • 572d2c3 chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)
  • af9de62 Fix homepage link (#448)
  • See full diff in compare view

Updates open-telemetry/opentelemetry-logger-monolog to 1.2.0

Release notes

Sourced from open-telemetry/opentelemetry-logger-monolog's releases.

Release 1.2.0

What's Changed:

  • Revert "chore(deps): update dependency vimeo/psalm to v6.16.1" by @​bobstrecansky in 540
  • chore(deps): update dependency vimeo/psalm to v6.16.1 by @​renovate[bot] in 512
  • [Monolog] Add option to directly assign context elements as attributes by @​smaddock in 467
  • feat: Allowed user-defined formatterInterface in opentelemetry-logger-monolog by @​jerrytfleung in 458

Full Changelog: opentelemetry-php/contrib-logger-monolog@1.1.0...1.2.0

Commits
  • 418b110 Revert "chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)" (#540)
  • d73e768 chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)
  • f8b51db [Monolog] Add option to directly assign context elements as attributes (#467)
  • c27f31e feat: Allowed user-defined formatterInterface in opentelemetry-logger-monolog...
  • See full diff in compare view

Updates guzzlehttp/guzzle to 7.10.4

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.10.4

Fixed

  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.10.4 - 2025-05-22

Fixed

  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods

7.10.3 - 2025-05-20

Fixed

  • Fail clearly when an HTTP response header line is invalid
  • Remove middleware by name when the name is also a callable string
  • Treat empty request protocol versions as HTTP/1.1

7.10.2 - 2026-05-20

Fixed

  • Normalize HTTP version request options before applying them to PSR-7 requests
  • Use string values for headers generated by request preparation and response decoding

7.10.1 - 2026-05-19

Fixed

  • Fail clearly when cURL options cannot be applied
  • Fail clearly when the certificate option is malformed
  • Fail clearly when JSON decode depth is invalid
  • Fail clearly when session cookie data is malformed
  • Fail clearly when the stream progress option is not callable
  • Prevent response creation failures from exposing stale cURL responses

7.10.0 - 2025-08-23

Added

  • Support for PHP 8.5

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.3
  • Adjusted guzzlehttp/psr7 version constraint to ^2.8

... (truncated)

Commits

Updates slim/slim to 4.15.2

Release notes

Sourced from slim/slim's releases.

4.15.2

Fixed

Full Changelog: slimphp/Slim@4.15.1...4.15.2

Changelog

Sourced from slim/slim's changelog.

4.15.2 - 2026-05-22

Fixed

  • Escape HTML entities in HtmlErrorRenderer to prevent XSS attacks (GHSA-53h4-8rc4-f539)
  • Fix static analysis suppression in RouteCollector::removeNamedRoute() (#3445)

Full Changelog: slimphp/Slim@4.15.1...4.15.2

4.15.1 - 2025-11-21

Fixed

  • Allow PHPUnit 10, 11 and 12 when testing Slim itself (#3411)

Added

  • Add support for PHP 8.5 (#3415)

Full Changelog: slimphp/Slim@4.15.0...4.15.1

4.15.0 - 2025-08-24

Fixed

  • Fix DocBlocks for callable route handlers (#3389)
  • Change class keyword to lowercase (#3346)
  • Fix tests for PHP 8.3
  • Fixes the build status badge in Readme (#3331)
  • Fix text and eol attributes for * selector in .gitattributes (#3391)
  • Deprecate setArgument/s (#3383)

Added

  • Add support for PHP 8.4
  • Add phpstan v2

Changed

  • Update http urls in composer.json (#3399)

Full Changelog: slimphp/Slim@4.14.0...4.15.0

4.14.0 - 2024-06-13

Changed

... (truncated)

Commits

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

…th 8 updates

Updates the requirements on [open-telemetry/api](https://github.com/opentelemetry-php/api), [open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), [open-telemetry/exporter-otlp](https://github.com/opentelemetry-php/exporter-otlp), [open-telemetry/opentelemetry-auto-slim](https://github.com/opentelemetry-php/contrib-auto-slim), [open-telemetry/detector-container](https://github.com/opentelemetry-php/contrib-detector-container), [open-telemetry/opentelemetry-logger-monolog](https://github.com/opentelemetry-php/contrib-logger-monolog), [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) and [slim/slim](https://github.com/slimphp/Slim) to permit the latest version.

Updates `open-telemetry/api` to 1.9.0
- [Release notes](https://github.com/opentelemetry-php/api/releases)
- [Commits](opentelemetry-php/api@1.8.0...1.9.0)

Updates `open-telemetry/sdk` to 1.14.0
- [Release notes](https://github.com/opentelemetry-php/sdk/releases)
- [Commits](opentelemetry-php/sdk@1.12.0...1.14.0)

Updates `open-telemetry/exporter-otlp` to 1.4.0
- [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases)
- [Commits](opentelemetry-php/exporter-otlp@1.3.4...1.4.0)

Updates `open-telemetry/opentelemetry-auto-slim` to 1.4.0
- [Release notes](https://github.com/opentelemetry-php/contrib-auto-slim/releases)
- [Commits](opentelemetry-php/contrib-auto-slim@1.3.0...1.4.0)

Updates `open-telemetry/detector-container` to 1.3.0
- [Release notes](https://github.com/opentelemetry-php/contrib-detector-container/releases)
- [Commits](opentelemetry-php/contrib-detector-container@1.1.0...1.3.0)

Updates `open-telemetry/opentelemetry-logger-monolog` to 1.2.0
- [Release notes](https://github.com/opentelemetry-php/contrib-logger-monolog/releases)
- [Commits](opentelemetry-php/contrib-logger-monolog@1.1.0...1.2.0)

Updates `guzzlehttp/guzzle` to 7.10.4
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.10.0...7.10.4)

Updates `slim/slim` to 4.15.2
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)
- [Commits](slimphp/Slim@4.15.1...4.15.2)

---
updated-dependencies:
- dependency-name: open-telemetry/api
  dependency-version: 1.9.0
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/sdk
  dependency-version: 1.14.0
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/exporter-otlp
  dependency-version: 1.4.0
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/opentelemetry-auto-slim
  dependency-version: 1.4.0
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/detector-container
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/opentelemetry-logger-monolog
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.10.4
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: slim/slim
  dependency-version: 4.15.2
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 25, 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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants