SatelCreative / spylib

A library to facilitate interfacing with Shopify's API
https://satelcreative.github.io/spylib
MIT License
3 stars 2 forks source link

⬆️ Upgrade packages in pyproject.toml #210

Closed hillairet closed 9 months ago

hillairet commented 9 months ago

A lot of the dependencies were fixed to a specific version preventing proper upgrades. This is causing issues in the other PRs such as flake8 not working with python 3.12.

This upgrade will fix these issues and was needed anyway. Blue doesn't seem maintained anymore since it doesn't support flake8 >= 5.0.0. So back to black!