What's Changed
The most significant change, and the only one that breaks existing code is the signature change of the `Cart.remove` method, read more [here](https://tobi-de.github.io/dj-shop-cart/usage/#remove--decrement-a-product-from-the-cart). To make a long story short, instead of passing the `product` and `variant` to remove an item, you simply pass an `id` that is automatically generated for each item in the cart and accessible via `item.id`.
* Bump redis from 4.3.3 to 4.3.4 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/9
* Bump poetryup from 0.8.1 to 0.9.0 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/8
* Bump django from 4.0.5 to 4.0.6 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/10
* Bump pre-commit from 2.19.0 to 2.20.0 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/11
* Bump mypy from 0.961 to 0.971 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/12
* Bump attrs from 21.4.0 to 22.1.0 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/13
* Bump django from 4.0.6 to 4.1 by dependabot in https://github.com/Tobi-De/dj-shop-cart/pull/14
New Contributors
* dependabot made their first contribution in https://github.com/Tobi-De/dj-shop-cart/pull/9
**Full Changelog**: https://github.com/Tobi-De/dj-shop-cart/compare/v4.1.0...v5.0.0