dependabot[bot] opened a new pull request, #12:
URL: https://github.com/apache/doris-opentelemetry-demo/pull/12

   Updates the requirements on 
[monolog/monolog](https://github.com/Seldaek/monolog), 
[open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), 
[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 
[php-di/php-di](https://github.com/PHP-DI/PHP-DI) to permit the latest version.
   Updates `monolog/monolog` to 3.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Seldaek/monolog/releases";>monolog/monolog's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.9.0</h2>
   <ul>
   <li>BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut 
down, but this requires a new API key (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1952";>#1952</a>)</li>
   <li>Deprecated Monolog\Test\TestCase in favor of 
Monolog\Test\MonologTestCase (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1953";>#1953</a>)</li>
   <li>Added extension point for NativeMailerHandler::mail (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1948";>#1948</a>)</li>
   <li>Added setHandler method to BufferHandler to modify the nested handler at 
runtime (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1946";>#1946</a>)</li>
   <li>Fixed date format in ElasticsearchFormatter to use +00:00 vs +0000 tz 
identifiers (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1942";>#1942</a>)</li>
   <li>Fixed GelfMessageFormatter handling numeric context/extra keys (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1932";>#1932</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Seldaek/monolog/compare/3.8.1...3.9.0";>https://github.com/Seldaek/monolog/compare/3.8.1...3.9.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md";>monolog/monolog's
 changelog</a>.</em></p>
   <blockquote>
   <h3>3.9.0 (2025-03-24)</h3>
   <ul>
   <li>BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut 
down, but this requires a new API key (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1952";>#1952</a>)</li>
   <li>Deprecated Monolog\Test\TestCase in favor of 
Monolog\Test\MonologTestCase (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1953";>#1953</a>)</li>
   <li>Added extension point for NativeMailerHandler::mail (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1948";>#1948</a>)</li>
   <li>Added setHandler method to BufferHandler to modify the nested handler at 
runtime (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1946";>#1946</a>)</li>
   <li>Fixed date format in ElasticsearchFormatter to use +00:00 vs +0000 tz 
identifiers (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1942";>#1942</a>)</li>
   <li>Fixed GelfMessageFormatter handling numeric context/extra keys (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1932";>#1932</a>)</li>
   </ul>
   <h3>3.8.1 (2024-12-05)</h3>
   <ul>
   <li>Deprecated Monolog\DateTimeImmutable in favor of 
Monolog\JsonSerializableDateTimeImmutable (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1928";>#1928</a>)</li>
   <li>Fixed gelf keys not being valid when context/extra data keys have spaces 
in them (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1927";>#1927</a>)</li>
   <li>Fixed empty lines appearing in the stack traces when a custom formatter 
returned null (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1925";>#1925</a>)</li>
   </ul>
   <h3>3.8.0 (2024-11-12)</h3>
   <ul>
   <li>Added <code>$fileOpenMode</code> param to <code>StreamHandler</code> to 
define a custom fopen mode to open the log file (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1913";>#1913</a>)</li>
   <li>Fixed PHP 8.4 deprecation notices (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1903";>#1903</a>)</li>
   <li>Added ability to extend/override <code>IntrospectionProcessor</code> (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1899";>#1899</a>)</li>
   <li>Added <code>$timeout</code> param to <code>ProcessHandler</code> to 
configure the stream_select() timeout to avoid blocking too long (default is 
1.0 sec) (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1916";>#1916</a>)</li>
   <li>Fixed JsonFormatter batch handling to normalize records individually to 
make sure they look the same as if they were handled one by one (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1906";>#1906</a>)</li>
   <li>Fixed <code>StreamHandler</code> handling of write failures so that it 
now closes/reopens the stream and retries the write once before failing (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1882";>#1882</a>)</li>
   <li>Fixed <code>StreamHandler</code> error handler causing issues if a 
stream handler triggers an error (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1866";>#1866</a>)</li>
   <li>Fixed <code>StreamHandler::reset</code> not closing the stream, so that 
it would fail to write in some cases with long running processes (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1862";>#1862</a>)</li>
   <li>Fixed <code>RotatingFileHandler</code> issue where rotation does not 
happen in some long running processes (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1905";>#1905</a>)</li>
   <li>Fixed <code>JsonFormatter</code> handling of incomplete classes (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1834";>#1834</a>)</li>
   <li>Fixed <code>RotatingFileHandler</code> bug where rotation could 
sometimes not happen correctly (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1905";>#1905</a>)</li>
   </ul>
   <h3>3.7.0 (2024-06-28)</h3>
   <ul>
   <li>Added <code>NormalizerFormatter-&gt;setBasePath(...)</code> (and 
<code>JsonFormatter</code> by extension) that allows removing the project's 
path from the stack trace output (47e301d3e)</li>
   <li>Fixed JsonFormatter handling of incomplete classes (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1834";>#1834</a>)</li>
   <li>Fixed private error handlers causing problems with custom StreamHandler 
implementations (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1866";>#1866</a>)</li>
   </ul>
   <h3>3.6.0 (2024-04-12)</h3>
   <ul>
   <li>Added <code>LineFormatter-&gt;setBasePath(...)</code> that allows 
removing the project's path from the stack trace output (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1873";>#1873</a>)</li>
   <li>Added <code>$includeExtra</code> option in <code>PsrHandler</code> to 
also use extra data to replace placeholder values in the message (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1852";>#1852</a>)</li>
   <li>Added ability to customize what is a duplicated message by extending the 
<code>DeduplicationHandler</code> (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1879";>#1879</a>)</li>
   <li>Added handling for using <code>GelfMessageFormatter</code> together with 
the <code>AmqpHandler</code> (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1869";>#1869</a>)</li>
   <li>Added ability to extend <code>GoogleCloudLoggingFormatter</code> (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1859";>#1859</a>)</li>
   <li>Fixed <code>__toString</code> failures in context data crashing the 
normalization process (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1868";>#1868</a>)</li>
   <li>Fixed PHP 8.4 deprecation warnings (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1874";>#1874</a>)</li>
   </ul>
   <h3>3.5.0 (2023-10-27)</h3>
   <ul>
   <li>Added ability to indent stack traces in LineFormatter via e.g. 
<code>indentStacktraces('  ')</code> (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1835";>#1835</a>)</li>
   <li>Added ability to configure a max level name length in LineFormatter via 
e.g. <code>setMaxLevelNameLength(3)</code> (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1850";>#1850</a>)</li>
   <li>Added support for indexed arrays (i.e. <code>[]</code> and not 
<code>{}</code> arrays once json serialized) containing inline linebreaks in 
LineFormatter (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1818";>#1818</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/10d85740180ecba7896c87e06a166e0c95a0e3b6";><code>10d8574</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/2b8777dfb48a01321fa1532254f7603a6d4ceebe";><code>2b8777d</code></a>
 SendGrid V3 API (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1952";>#1952</a>)</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/5d0da0a79826b615d0a4996a54c746f94a247ed0";><code>5d0da0a</code></a>
 Updating while loops to have boolean conditions. (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1956";>#1956</a>)</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/62946513d4232cecdced9a67533e1daff3748e13";><code>6294651</code></a>
 Remove deprecated setType method call in ElasticaFormatter (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1955";>#1955</a>)</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/467e764fb6ebf5c931ba3edffda938ff755cad19";><code>467e764</code></a>
 Fix gelf message formatter failing to handle context/extra numeric keys, 
fixe...</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/7ca003e6aeb410f209896500e40bbec38fd56c13";><code>7ca003e</code></a>
 Rename TestCase to MonologTestCase (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1953";>#1953</a>)</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/9d6bcfc94d60a4199d98ea1b8685af5de32188c3";><code>9d6bcfc</code></a>
 Fix build (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1954";>#1954</a>)</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/45b5e0e33e5b95f82d7b99b304ae20ff26e31f3f";><code>45b5e0e</code></a>
 Change datetime format from ISO 8601 to ATOM in ElasticsearchFormatter and 
re...</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/c8bbe52af51c363ba1bdb1d97ecdff3ce0c97c0f";><code>c8bbe52</code></a>
 added possibility to set child handler after instantiation (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1946";>#1946</a>)</li>
   <li><a 
href="https://github.com/Seldaek/monolog/commit/9cfd246982642119ad9f6744b38604948d646c58";><code>9cfd246</code></a>
 Add a mail() hook to NativeMailHandler. (<a 
href="https://redirect.github.com/Seldaek/monolog/issues/1948";>#1948</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Seldaek/monolog/compare/3.8.1...3.9.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `open-telemetry/sdk` to 1.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opentelemetry-php/sdk/releases";>open-telemetry/sdk's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release 1.3.0</h2>
   <p>What's Changed:</p>
   <ul>
   <li>Use timeout to set max_duration on symfony http client by <a 
href="https://github.com/barell";><code>@​barell</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php/pull/1575";>1575</a></li>
   <li>update resource detectors to align with spec changes by <a 
href="https://github.com/brettmc";><code>@​brettmc</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php/pull/1573";>1573</a></li>
   <li>deprecate filtered attributes and reference by <a 
href="https://github.com/ycchuang99";><code>@​ycchuang99</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php/pull/1565";>1565</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/opentelemetry-php/sdk/compare/1.2.4...1.3.0";>https://github.com/opentelemetry-php/sdk/compare/1.2.4...1.3.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opentelemetry-php/sdk/commit/05d9ceb6773b5bddcf485af6d4a6f543bbeb980b";><code>05d9ceb</code></a>
 Use timeout to set max_duration on symfony http client (<a 
href="https://redirect.github.com/opentelemetry-php/sdk/issues/1575";>#1575</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/sdk/commit/2722618f69dce0617687cc0b8749a4a24b620bd0";><code>2722618</code></a>
 update resource detectors to align with spec changes (<a 
href="https://redirect.github.com/opentelemetry-php/sdk/issues/1573";>#1573</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/sdk/commit/d99662f948e639567da4fc94ac1b569209433cb0";><code>d99662f</code></a>
 remove FilteredAttributes and related references (<a 
href="https://redirect.github.com/opentelemetry-php/sdk/issues/1565";>#1565</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/sdk/commit/47fcb66ae5328c5a799195247b1dce551d85873e";><code>47fcb66</code></a>
 Refactor InMemory exporters to use shared storage manager (<a 
href="https://redirect.github.com/opentelemetry-php/sdk/issues/1559";>#1559</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/sdk/commit/0e7804c176c4b09d95b7985400aa38ce544cb7fc";><code>0e7804c</code></a>
 Fix missing metrics attributes in console exporter (<a 
href="https://redirect.github.com/opentelemetry-php/sdk/issues/1558";>#1558</a>)</li>
   <li>See full diff in <a 
href="https://github.com/opentelemetry-php/sdk/compare/1.2.2...1.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `open-telemetry/opentelemetry-auto-slim` to 1.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opentelemetry-php/contrib-auto-slim/releases";>open-telemetry/opentelemetry-auto-slim's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release 1.1.0</h2>
   <p>What's Changed:</p>
   <ul>
   <li>Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix 
semconv deprecations by <a 
href="https://github.com/intuibase";><code>@​intuibase</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/315";>315</a></li>
   <li>Update contrib packages to SemConv 1.30 by <a 
href="https://github.com/brettmc";><code>@​brettmc</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/327";>327</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/opentelemetry-php/contrib-auto-slim/compare/1.0.7...1.1.0";>https://github.com/opentelemetry-php/contrib-auto-slim/compare/1.0.7...1.1.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-auto-slim/commit/a4ff214c8fd6c040fb17275ae07e910af94905c2";><code>a4ff214</code></a>
 Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix semconv 
...</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-auto-slim/commit/2a4b89b86948f8750013d82569a6d8596f733e38";><code>2a4b89b</code></a>
 Update auto-instrumentation packages to SemConv 1.30 (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-auto-slim/issues/327";>#327</a>)</li>
   <li>See full diff in <a 
href="https://github.com/opentelemetry-php/contrib-auto-slim/compare/1.0.7...1.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `open-telemetry/detector-container` to 1.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opentelemetry-php/contrib-detector-container/releases";>open-telemetry/detector-container's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release 1.1.0</h2>
   <p>What's Changed:</p>
   <ul>
   <li>Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix 
semconv deprecations by <a 
href="https://github.com/intuibase";><code>@​intuibase</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/315";>315</a></li>
   <li>fixing build failures by <a 
href="https://github.com/brettmc";><code>@​brettmc</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/257";>257</a></li>
   <li>Update php-cs-fixer rules by <a 
href="https://github.com/weslenteche";><code>@​weslenteche</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/254";>254</a></li>
   <li>Add PHP 8.3 to test matrix by <a 
href="https://github.com/agoallikmaa";><code>@​agoallikmaa</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/245";>245</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/opentelemetry-php/contrib-detector-container/compare/1.0.0...1.1.0";>https://github.com/opentelemetry-php/contrib-detector-container/compare/1.0.0...1.1.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-detector-container/commit/70e5b5da2bdfbde4eb3d45479bb1ad28e7d5c1a0";><code>70e5b5d</code></a>
 Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix semconv 
...</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-detector-container/commit/765119291eb433995ca2acb935a324599a468677";><code>7651192</code></a>
 fixing build failures (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-detector-container/issues/257";>#257</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-detector-container/commit/f3957315aa91c43f8e6ea90fca6657cd01ad2c16";><code>f395731</code></a>
 update rules (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-detector-container/issues/254";>#254</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-detector-container/commit/247ea3011accc753a02c48b41ba4158340395b78";><code>247ea30</code></a>
 Add PHP 8.3 to test matrix (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-detector-container/issues/245";>#245</a>)</li>
   <li>See full diff in <a 
href="https://github.com/opentelemetry-php/contrib-detector-container/compare/1.0.0...1.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `open-telemetry/opentelemetry-logger-monolog` to 1.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/releases";>open-telemetry/opentelemetry-logger-monolog's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release 1.1.0</h2>
   <p>What's Changed:</p>
   <ul>
   <li>Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix 
semconv deprecations by <a 
href="https://github.com/intuibase";><code>@​intuibase</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/315";>315</a></li>
   <li>Update contrib packages to SemConv 1.30 by <a 
href="https://github.com/brettmc";><code>@​brettmc</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/327";>327</a></li>
   <li>Update php-cs-fixer rules by <a 
href="https://github.com/weslenteche";><code>@​weslenteche</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/254";>254</a></li>
   <li>Add PHP 8.3 to test matrix by <a 
href="https://github.com/agoallikmaa";><code>@​agoallikmaa</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/245";>245</a></li>
   <li>update monolog example by <a 
href="https://github.com/weslenteche";><code>@​weslenteche</code></a> in <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-php-contrib/pull/231";>231</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/compare/1.0.0...1.1.0";>https://github.com/opentelemetry-php/contrib-logger-monolog/compare/1.0.0...1.1.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/commit/e188fa2c2fba5f69f92913f8ec486398e89ef971";><code>e188fa2</code></a>
 Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix semconv 
...</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/commit/103ca2104a11de7fdc52de17843c77dc9ee1f656";><code>103ca21</code></a>
 Update auto-instrumentation packages to SemConv 1.30 (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-logger-monolog/issues/327";>#327</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/commit/95fd260b87a3543f8ef131bba3a25dd2f00bac52";><code>95fd260</code></a>
 update rules (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-logger-monolog/issues/254";>#254</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/commit/2cc37c374e257ed0b3f7c6deaba828d6ca48749c";><code>2cc37c3</code></a>
 Add PHP 8.3 to test matrix (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-logger-monolog/issues/245";>#245</a>)</li>
   <li><a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/commit/96f32d8b19b857df1d34ab5068873fa1c417351c";><code>96f32d8</code></a>
 update monolog example (<a 
href="https://redirect.github.com/opentelemetry-php/contrib-logger-monolog/issues/231";>#231</a>)</li>
   <li>See full diff in <a 
href="https://github.com/opentelemetry-php/contrib-logger-monolog/compare/1.0.0...1.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `guzzlehttp/guzzle` to 7.9.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/guzzle/guzzle/releases";>guzzlehttp/guzzle's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release 7.9.3</h2>
   <h3>Changed</h3>
   <ul>
   <li>Remove explicit content-length header for GET requests</li>
   <li>Improve compatibility with bad servers for boolean cookie values</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md";>guzzlehttp/guzzle's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.9.3 - 2025-03-27</h2>
   <h3>Changed</h3>
   <ul>
   <li>Remove explicit content-length header for GET requests</li>
   <li>Improve compatibility with bad servers for boolean cookie values</li>
   </ul>
   <h2>7.9.2 - 2024-07-24</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Adjusted handler selection to use cURL if its version is 7.21.2 or 
higher, rather than 7.34.0</li>
   </ul>
   <h2>7.9.1 - 2024-07-19</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix TLS 1.3 check for HTTP/2 requests</li>
   </ul>
   <h2>7.9.0 - 2024-07-18</h2>
   <h3>Changed</h3>
   <ul>
   <li>Improve protocol version checks to provide feedback around unsupported 
protocols</li>
   <li>Only select the cURL handler by default if 7.34.0 or higher is 
linked</li>
   <li>Improved <code>CurlMultiHandler</code> to avoid busy wait if 
possible</li>
   <li>Dropped support for EOL <code>guzzlehttp/psr7</code> v1</li>
   <li>Improved URI user info redaction in errors</li>
   </ul>
   <h2>7.8.2 - 2024-07-18</h2>
   <h3>Added</h3>
   <ul>
   <li>Support for PHP 8.4</li>
   </ul>
   <h2>7.8.1 - 2023-12-03</h2>
   <h3>Changed</h3>
   <ul>
   <li>Updated links in docs to their canonical versions</li>
   <li>Replaced <code>call_user_func*</code> with native calls</li>
   </ul>
   <h2>7.8.0 - 2023-08-27</h2>
   <h3>Added</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/guzzle/guzzle/commit/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77";><code>7b2f29f</code></a>
 Release 7.9.3</li>
   <li><a 
href="https://github.com/guzzle/guzzle/commit/8f68d9f29be2e834e6386b90abe19185e9c30196";><code>8f68d9f</code></a>
 Improve compatibility with bad servers for boolean cookie values (<a 
href="https://redirect.github.com/guzzle/guzzle/issues/3281";>#3281</a>)</li>
   <li><a 
href="https://github.com/guzzle/guzzle/commit/234747f2d8c6f2187baddb25478320735eda6707";><code>234747f</code></a>
 Remove explicit content-length header for GET requests (<a 
href="https://redirect.github.com/guzzle/guzzle/issues/3278";>#3278</a>)</li>
   <li><a 
href="https://github.com/guzzle/guzzle/commit/d28a0729d613d3ea8e42f7b5a0f5038406c6f263";><code>d28a072</code></a>
 <code>testHandlesGarbageHttpServerGracefully</code>: Split test between PHP 
&lt;= 8.1 and &gt;...</li>
   <li><a 
href="https://github.com/guzzle/guzzle/commit/41f5ce75250c5c3af5a4bb2410143ddfede8127c";><code>41f5ce7</code></a>
 CS fixes</li>
   <li><a 
href="https://github.com/guzzle/guzzle/commit/0811cfd92fbd12120b5fcb0ae8290c9cab32fbed";><code>0811cfd</code></a>
 SA upgrades</li>
   <li>See full diff in <a 
href="https://github.com/guzzle/guzzle/compare/7.9.2...7.9.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `php-di/php-di` to 7.0.10
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/PHP-DI/PHP-DI/releases";>php-di/php-di's 
releases</a>.</em></p>
   <blockquote>
   <h2>7.0.10</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Support PHPUnit 10 &amp; 11 by <a 
href="https://github.com/williamdes";><code>@​williamdes</code></a> in <a 
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/908";>PHP-DI/PHP-DI#908</a></li>
   <li>Added conditional return on container::get so static analysers 
understand the return type by <a 
href="https://github.com/alleknalle";><code>@​alleknalle</code></a> in <a 
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/912";>PHP-DI/PHP-DI#912</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/alleknalle";><code>@​alleknalle</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/912";>PHP-DI/PHP-DI#912</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.9...7.0.10";>https://github.com/PHP-DI/PHP-DI/compare/7.0.9...7.0.10</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/0d1ed64126577e9a095b3204dcaee58cf76432c2";><code>0d1ed64</code></a>
 Merge pull request <a 
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/912";>#912</a> from 
alleknalle/container-get-conditional-return</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/d5d11919dd1dfb389eefaf382d0d1aa492727dd9";><code>d5d1191</code></a>
 Added conditional return on container::get so static analysers understand 
the...</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/851ade13bb6afd85023f8ba1557ffd812b16bd6e";><code>851ade1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/908";>#908</a> from 
williamdes/phpunit-11</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/b7e986d45148baab127ee887955c65bba15246bb";><code>b7e986d</code></a>
 Add RequiresPhp annotations for PHPUnit 11</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/20c07193f15a39e9cbc623117860545fadbc196f";><code>20c0719</code></a>
 Remove Covers annotations for functions</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/374a60c54bbbae5de668b2f7bf58f927d8b20d54";><code>374a60c</code></a>
 Add CoversClass PHPUnit 11 annotations</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/ac049bd967aef8cfe8565c956f1370a21f47e520";><code>ac049bd</code></a>
 Add PHPUnit DataProvider &amp; Test annotations for PHPUnit 11</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/e0465afeffc6542e2be6fdafd8ae18d7024fad7b";><code>e0465af</code></a>
 Enable PHPUnit 11 support</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/a731f47fedd1d268dc2558c95ddf9ef6307bbee8";><code>a731f47</code></a>
 Fix implictly nullable PHP 8 param</li>
   <li><a 
href="https://github.com/PHP-DI/PHP-DI/commit/e458fc4200f4259715b18d2d50192ea8a7761c91";><code>e458fc4</code></a>
 Enable PHPUnit 10 support</li>
   <li>See full diff in <a 
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.9...7.0.10";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to