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
Dependabot has been configured to update all prod and dev dependencies weekly. This has been working as expected for development, however we've not been receiving production dependency updates (for example a new version of structlog is available and was updated in Job Server two weeks ago).
The dependency graph shows the dependency is present. I think it might be because we're using a mixture of pyproject.toml and requirements txt files, but it's not obvious why that would be a problem and dependabot runs without error (logs).
Dependabot has been configured to update all prod and dev dependencies weekly. This has been working as expected for development, however we've not been receiving production dependency updates (for example a new version of structlog is available and was updated in Job Server two weeks ago).
The dependency graph shows the dependency is present. I think it might be because we're using a mixture of pyproject.toml and requirements txt files, but it's not obvious why that would be a problem and dependabot runs without error (logs).
metrics/.github/dependabot.yml
Lines 4 to 8 in 84371c1
I tried forking the repo and explicitly mentioning structlog as a dependency in
dependabot.yml
. This successfully produced an (unhelpful) error.https://github.com/lucyb/ebmdatalab-metrics/network/updates/777871322
The text was updated successfully, but these errors were encountered: