Closed alessio-locatelli closed 11 months ago
I do have dependabot set up to update actions: https://github.com/requests-cache/aiohttp-client-cache/blob/4e3c52344aeb59838352c74abec68d48718024eb/.github/dependabot.yml#L11-L16
But that won't automatically update python versions in the test matrix. Using 3.11.4 was specifically to avoid a regression bug introduced in 3.11.5. I'm not sure if that's fixed yet in 3.11.6 or 7, but I'll check.
Looks like all tests pass with 3.11.7!
I see that you unpinned 3.11
and now any new "patch" version will be used. Nothing to auto-update anymore. I am closing this issue.
I noticed an outdated
3.11.4
inpython-version: ['3.8', '3.9', '3.10', '3.11.4']
and it seems that dependabot is not configured to update that file.Could you please update the dependabot config?