I noticed that dependabot only updates aiohttp for mypy-requirements and not for requirements and dev-requirements:
Because of this we had to update it manually in the past for the other files:
By at the dependabot logs it seems to notice that both requirements and dev-requirements need an update but fails to create a PR, even though the job is completed successfully (despite the errors in the log).
This seems related to the following upstream issue:
The issue doesn't seem to include any workaround, so until we find one or the issue is fixed upstream we will have to keep updating aiohttp (and possibly other deps) manually.
I noticed that
dependabotonly updatesaiohttpformypy-requirementsand not forrequirementsanddev-requirements:Because of this we had to update it manually in the past for the other files:
By at the
dependabotlogs it seems to notice that bothrequirementsanddev-requirementsneed an update but fails to create a PR, even though the job is completed successfully (despite the errors in the log).This seems related to the following upstream issue:
The issue doesn't seem to include any workaround, so until we find one or the issue is fixed upstream we will have to keep updating
aiohttp(and possibly other deps) manually.