requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
116 stars 20 forks source link

Update ".github/workflows/build.yml" with dependabot #208

Closed alessio-locatelli closed 9 months ago

alessio-locatelli commented 9 months ago

I noticed an outdated 3.11.4 in python-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?

JWCook commented 9 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.

JWCook commented 9 months ago

Looks like all tests pass with 3.11.7!

alessio-locatelli commented 9 months ago

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.