requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
122 stars 22 forks source link

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

Closed alessio-locatelli closed 10 months ago

alessio-locatelli commented 10 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 10 months ago

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