Bug Fixes
- **deps**: Bump django from 3.2.23 to 3.2.24
([1579](https://github.com/ocadotechnology/rapid-router/pull/1579),
[`7612b1a`](https://github.com/ocadotechnology/rapid-router/commit/7612b1a08cabc4564f024c861ffaef7d9cf32282))
* fix(deps): bump django from 3.2.23 to 4.1.13
Bumps [django](https://github.com/django/django) from 3.2.23 to 4.1.13. -
[Commits](https://github.com/django/django/compare/3.2.23...4.1.13)
--- updated-dependencies: - dependency-name: django dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <supportgithub.com>
* Downgrade Django to 3.2.24
Co-Authored-By: faucomte97 <f.aucomtehotmail.co.uk>
Build System
- **deps-dev**: Bump pillow from 10.1.0 to 10.2.0
([1576](https://github.com/ocadotechnology/rapid-router/pull/1576),
[`059c003`](https://github.com/ocadotechnology/rapid-router/commit/059c003dec3fd93990032275aaebb917bd4cb371))
* build(deps-dev): bump pillow from 10.1.0 to 10.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. - [Release
notes](https://github.com/python-pillow/Pillow/releases) -
[Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) -
[Commits](https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0)
--- updated-dependencies: - dependency-name: pillow dependency-type: indirect ...
Signed-off-by: dependabot[bot] <supportgithub.com>
* Merge branch 'master' into dependabot/pip/pillow-10.2.0
Co-Authored-By: Florian Aucomte <f.aucomtehotmail.co.uk>
Testing
- Save feature testing ([1578](https://github.com/ocadotechnology/rapid-router/pull/1578),
[`f2fa4c6`](https://github.com/ocadotechnology/rapid-router/commit/f2fa4c66add999110528c94be0d80adac11cca81))
* Adding id for save table entries
* Helper functions for saving and loading games
* E2E test for saving and loading game
* MR Review fixes