You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expected to see, versus what you actually saw
I expect dependabot to create a PR to raise the dependency to 5.4.45 which is the latest compatible version at time of writing, but it doesn't create a PR and the job output contains:
updater | 2025/01/14 15:44:16 ERROR <job_947919499> Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/var-exporter 5.4.*, == 7.2.0, found symfony/var-exporter[v4.2.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev, v7.0.0-BETA1, ..., 7.3.x-dev] but it does not match the constraint.
Images of the diff or a link to the PR, issue, or logs
This seems similar to the issue that I previously reported #10033 which was fixed. It seems to me Dependabot is still trying to update packages to the very latest version rather than the latest version allowed by my constraints.
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package ecosystem
Composer
Package manager version
Composer 2.x
Language version
PHP 8.3
Manifest location and content before the Dependabot update
/composer.json
:Generated with
composer update --prefer-lowest --prefer-stable
/composer.lock
:dependabot.yml content
Updated dependency
Dependabot reports no update possible
What you expected to see, versus what you actually saw
I expect dependabot to create a PR to raise the dependency to
5.4.45
which is the latest compatible version at time of writing, but it doesn't create a PR and the job output contains:Native package manager behavior
Images of the diff or a link to the PR, issue, or logs
This seems similar to the issue that I previously reported #10033 which was fixed. It seems to me Dependabot is still trying to update packages to the very latest version rather than the latest version allowed by my constraints.
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: