requests-cache / aiohttp-client-cache

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

chore: migrate outdated Poetry config [ci skip] #215

Closed alessio-locatelli closed 7 months ago

alessio-locatelli commented 7 months ago

https://python-poetry.org/docs/managing-dependencies/#dependency-groups

Poetry will slowly transition away from the dev-dependencies notation which will soon be deprecated, so it’s advised to migrate your existing development dependencies to the new group notation.

You can put this PR on hold if someone still needs to use Poetry 1.2 for some reason, but also if someone has multiple versions installed.

JWCook commented 7 months ago

Sounds good to me. I don't have any need to use poetry 1.2 or earlier.