Skip to content

composer: bump the production-deps group across 1 directory with 17 updates#480

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/develop/production-deps-f2ac17922a
Closed

composer: bump the production-deps group across 1 directory with 17 updates#480
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/develop/production-deps-f2ac17922a

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-deps group with 14 updates in the / directory:

Package From To
aws/aws-sdk-php 3.369.16 3.370.0
knuckleswtf/scribe 5.6.0 5.7.0
laravel/fortify 1.33.0 1.34.1
laravel/horizon 5.43.0 5.44.0
laravel/octane 2.13.4 2.13.5
laravel/reverb 1.7.0 1.7.1
laravel/sanctum 4.2.4 4.3.1
laravel/scout 10.23.0 10.24.0
laravel/tinker 2.11.0 2.11.1
league/flysystem-aws-s3-v3 3.30.1 3.31.0
livewire/flux 2.10.2 2.12.1
shetabit/visitor 4.4.2 4.5.1
spatie/laravel-flare 2.7.0 2.7.1
spatie/laravel-honeypot 4.6.2 4.7.0

Updates aws/aws-sdk-php from 3.369.16 to 3.370.0

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.370.0

  • Aws\SignerData - This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs.
  • Aws\SSM - Add support for AssociationDispatchAssumeRole in AWS SSM State Manager.
  • Aws\ECS - Migrated to Smithy. No functional changes
  • Aws\TrustedAdvisor - Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios.
  • Aws\SageMakerRuntime - Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads.
  • Aws\AppStream - Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances.

Version 3.369.38

  • Aws\ECR - Adds multiple artifact types filter support in ListImageReferrers API.
  • Aws\BCMDashboards - The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards.
  • Aws\PcaConnectorScep - AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately.

Version 3.369.37

  • Aws\ - Add support to named arguments in the AwsClientTrait __call method.
  • Aws\CleanRooms - This release adds support for federated catalogs in Athena-sourced configured tables.
  • Aws\Connect - Correcting in-app notifications API documentation.

Version 3.369.36

  • Aws\IoTAnalytics - Removes the IoTAnalytics service, which has been deprecated.
  • Aws\WorkSpacesWeb - Adds support for branding customization without requiring a custom wallpaper.
  • Aws\ManagedGrafana - This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys.
  • Aws\RDS - Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters.
  • Aws\EC2 - Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs.

Version 3.369.35

  • Aws\ - Removes the Cloudwatch Evidently service, which has been deprecated.
  • Aws\Kafka - Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API.
  • Aws\EC2 - Documentation updates for EC2 Secondary Networks
  • Aws\ECR - Adds support for enabling blob mounting, and removes support for Clair based image scanning
  • Aws\ARCRegionSwitch - Clarify documentation on ARC Region Switch start-plan-execution operation
  • Aws\KMS - Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validation
  • Aws\QConnect - Update MessageType enum to include missing types.

Version 3.369.34

  • Aws\Connect - API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available.
  • Aws\CloudWatch - Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues.
  • Aws\EC2 - This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones.
  • Aws\SageMaker - Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters.
  • Aws\Inspector2 - Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning

Version 3.369.33

  • Aws\EC2 - Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances.

Version 3.369.32

  • Aws\EC2 - R8i instances powered by custom Intel Xeon 6 processors available only on AWS with sustained all-core 3.9 GHz turbo frequency
  • Aws\S3Tables - S3 Tables now supports setting partition specifications and sort orders on tables. Partition specs allow users to define how data is organized using transform functions. Sort order configurations enable users to specify sort directions and null ordering preferences for optimized data layout.
  • Aws\EKS - This release adds support for Windows Server 2025 in Amazon EKS Managed Node Groups.
  • Aws\Batch - Add support for listing jobs by share identifier and getting snapshots of active capacity utilization by job queue and share.
  • Aws\KafkaConnect - Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter.

... (truncated)

Commits

Updates knuckleswtf/scribe from 5.6.0 to 5.7.0

Release notes

Sourced from knuckleswtf/scribe's releases.

5.7.0

Added

  • Feature: laravel console output (#1047)
  • Add AGENTS.md for AI coding assistants (#1055)
  • Add OpenAPI 3.1 schema example to examples conversion (#1042)

Modified

  • Replace erusev/parsedown with parsedown/parsedown for PHP 8.4 compatibility (#1049)
  • Use pint for code style (#1054)

Fixed

  • Fix HTML special characters breaking Try It Out panel JSON display (#1048)
  • Respect wrapping of API resources (#1046)
  • Prevent empty enums when omitting ResponseField parameters (#1044)
  • Openapi nullable response fields (#1041)
Changelog

Sourced from knuckleswtf/scribe's changelog.

5.7.0 (04 February 2026)

Added

  • Feature: laravel console output (#1047)
  • Add AGENTS.md for AI coding assistants (#1055)
  • Add OpenAPI 3.1 schema example to examples conversion (#1042)

Modified

  • Replace erusev/parsedown with parsedown/parsedown for PHP 8.4 compatibility (#1049)
  • Use pint for code style (#1054)

Fixed

  • Fix HTML special characters breaking Try It Out panel JSON display (#1048)
  • Respect wrapping of API resources (#1046)
  • Prevent empty enums when omitting ResponseField parameters (#1044)
  • Openapi nullable response fields (#1041)
Commits

Updates laravel/fortify from 1.33.0 to 1.34.1

Release notes

Sourced from laravel/fortify's releases.

v1.34.1

v1.34.0

What's Changed

Full Changelog: laravel/fortify@v1.33.0...v1.34.0

Changelog

Sourced from laravel/fortify's changelog.

v1.34.1 - 2026-02-03

v1.34.0 - 2026-01-26

What's Changed

Full Changelog: laravel/fortify@v1.33.0...v1.34.0

Commits

Updates laravel/framework from 12.48.1 to 12.52.0

Release notes

Sourced from laravel/framework's releases.

v12.52.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.52.0 - 2026-02-17

... (truncated)

Commits
  • d5511fa Update version to v12.52.0
  • fa95603 [12.x] Display closures and standalone functions correctly in exception trace...
  • cd704ff Revert "[12.x] Fixed precision checks for column types in SQL Server grammar ...
  • f9a2f15 [12.x] Remove unnecessary forgetDriver()from TestCaches (#58878)
  • d892631 Fix typo (#58875)
  • 4400212 [12.x] Allow closure parameters in docblock for when() helper function (#58862)
  • fd5b3c6 refactor: grammar (#58849)
  • 6c90022 Update HttpClientTest.php (#58817)
  • dec90c3 refactor: remove \BackedEnum (#58818)
  • 1cf38ed refactor: remove unnecessary if and return (#58820)
  • Additional commits viewable in compare view

Updates laravel/horizon from 5.43.0 to 5.44.0

Release notes

Sourced from laravel/horizon's releases.

v5.44.0

Changelog

Sourced from laravel/horizon's changelog.

v5.44.0 - 2026-02-10

Commits
  • 00c21e4 Guard RedisStore::scan() results against boolean failures (#1703)
  • 722c507 docs: fix incorrect @return tag in Supervisor property docblock (#1701)
  • 1a16a11 [5.x] Supports Laravel 13 (#1700)
  • c5c65a8 [5.x] Add Node.js executable validation before starting file watcher (#1699)
  • 21fef90 Update CHANGELOG
  • See full diff in compare view

Updates laravel/octane from 2.13.4 to 2.13.5

Release notes

Sourced from laravel/octane's releases.

v2.13.5

Changelog

Sourced from laravel/octane's changelog.

v2.13.5 - 2026-01-22

Commits

Updates laravel/reverb from 1.7.0 to 1.7.1

Release notes

Sourced from laravel/reverb's releases.

v1.7.1

Changelog

Sourced from laravel/reverb's changelog.

v1.7.1 - 2026-02-04

Commits

Updates laravel/sanctum from 4.2.4 to 4.3.1

Release notes

Sourced from laravel/sanctum's releases.

v4.3.1

v4.3.0

Changelog

Sourced from laravel/sanctum's changelog.

v4.3.1 - 2026-02-07

v4.3.0 - 2026-01-22

Commits

Updates laravel/scout from 10.23.0 to 10.24.0

Release notes

Sourced from laravel/scout's releases.

v10.24.0

v10.23.1

Changelog

Sourced from laravel/scout's changelog.

v10.24.0 - 2026-02-10

v10.23.1 - 2026-01-28

Commits

Updates laravel/serializable-closure from 2.0.8 to 2.0.9

Release notes

Sourced from laravel/serializable-closure's releases.

v2.0.9

Changelog

Sourced from laravel/serializable-closure's changelog.

v2.0.9 - 2026-02-03

…pdates

Bumps the production-deps group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) | `3.369.16` | `3.370.0` |
| [knuckleswtf/scribe](https://github.com/knuckleswtf/scribe) | `5.6.0` | `5.7.0` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.33.0` | `1.34.1` |
| [laravel/horizon](https://github.com/laravel/horizon) | `5.43.0` | `5.44.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.13.4` | `2.13.5` |
| [laravel/reverb](https://github.com/laravel/reverb) | `1.7.0` | `1.7.1` |
| [laravel/sanctum](https://github.com/laravel/sanctum) | `4.2.4` | `4.3.1` |
| [laravel/scout](https://github.com/laravel/scout) | `10.23.0` | `10.24.0` |
| [laravel/tinker](https://github.com/laravel/tinker) | `2.11.0` | `2.11.1` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.30.1` | `3.31.0` |
| [livewire/flux](https://github.com/livewire/flux) | `2.10.2` | `2.12.1` |
| [shetabit/visitor](https://github.com/shetabit/visitor) | `4.4.2` | `4.5.1` |
| [spatie/laravel-flare](https://github.com/spatie/laravel-flare) | `2.7.0` | `2.7.1` |
| [spatie/laravel-honeypot](https://github.com/spatie/laravel-honeypot) | `4.6.2` | `4.7.0` |



Updates `aws/aws-sdk-php` from 3.369.16 to 3.370.0
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.369.16...3.370.0)

Updates `knuckleswtf/scribe` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/knuckleswtf/scribe/releases)
- [Changelog](https://github.com/knuckleswtf/scribe/blob/v5/CHANGELOG.md)
- [Commits](knuckleswtf/scribe@5.6.0...5.7.0)

Updates `laravel/fortify` from 1.33.0 to 1.34.1
- [Release notes](https://github.com/laravel/fortify/releases)
- [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md)
- [Commits](laravel/fortify@v1.33.0...v1.34.1)

Updates `laravel/framework` from 12.48.1 to 12.52.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.48.1...v12.52.0)

Updates `laravel/horizon` from 5.43.0 to 5.44.0
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](laravel/horizon@v5.43.0...v5.44.0)

Updates `laravel/octane` from 2.13.4 to 2.13.5
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.13.4...v2.13.5)

Updates `laravel/reverb` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/laravel/reverb/releases)
- [Changelog](https://github.com/laravel/reverb/blob/main/CHANGELOG.md)
- [Commits](laravel/reverb@v1.7.0...v1.7.1)

Updates `laravel/sanctum` from 4.2.4 to 4.3.1
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](laravel/sanctum@v4.2.4...v4.3.1)

Updates `laravel/scout` from 10.23.0 to 10.24.0
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](laravel/scout@v10.23.0...v10.24.0)

Updates `laravel/serializable-closure` from 2.0.8 to 2.0.9
- [Release notes](https://github.com/laravel/serializable-closure/releases)
- [Changelog](https://github.com/laravel/serializable-closure/blob/2.x/CHANGELOG.md)
- [Commits](laravel/serializable-closure@v2.0.8...v2.0.9)

Updates `laravel/tinker` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](laravel/tinker@v2.11.0...v2.11.1)

Updates `league/flysystem-aws-s3-v3` from 3.30.1 to 3.31.0
- [Commits](thephpleague/flysystem-aws-s3-v3@3.30.1...3.31.0)

Updates `livewire/flux` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/livewire/flux/releases)
- [Commits](livewire/flux@v2.10.2...v2.12.1)

Updates `livewire/livewire` from 4.0.1 to 4.1.4
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v4.0.1...v4.1.4)

Updates `shetabit/visitor` from 4.4.2 to 4.5.1
- [Release notes](https://github.com/shetabit/visitor/releases)
- [Changelog](https://github.com/shetabit/visitor/blob/master/CHANGELOG.md)
- [Commits](shetabit/visitor@v4.4.2...v4.5.1)

Updates `spatie/laravel-flare` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/spatie/laravel-flare/releases)
- [Changelog](https://github.com/spatie/laravel-flare/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-flare@2.7.0...2.7.1)

Updates `spatie/laravel-honeypot` from 4.6.2 to 4.7.0
- [Release notes](https://github.com/spatie/laravel-honeypot/releases)
- [Changelog](https://github.com/spatie/laravel-honeypot/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-honeypot@4.6.2...4.7.0)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-version: 3.370.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: knuckleswtf/scribe
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: laravel/fortify
  dependency-version: 1.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: laravel/framework
  dependency-version: 12.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: laravel/horizon
  dependency-version: 5.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: laravel/octane
  dependency-version: 2.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: laravel/reverb
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: laravel/sanctum
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: laravel/scout
  dependency-version: 10.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: laravel/serializable-closure
  dependency-version: 2.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: laravel/tinker
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: livewire/flux
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: livewire/livewire
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: shetabit/visitor
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: spatie/laravel-flare
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: spatie/laravel-honeypot
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from refringe as a code owner February 23, 2026 16:37
@dependabot dependabot bot added the dependencies An update to project dependencies label Feb 23, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

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

@dependabot dependabot bot closed this Mar 2, 2026
@dependabot dependabot bot deleted the dependabot/composer/develop/production-deps-f2ac17922a branch March 2, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies An update to project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants