Releases: Bee-Mar/mmpm
Releases · Bee-Mar/mmpm
4.2.0
Feature/upgrade deps (#205) * update depedencies for devbox * update lock files * update lock files * update lock * remove python3.8 from workflow; not supporting it anymore * fixed test failure * wat * remove UTC import * going back to the original regardless of deprecation warning * im an idiot * added more --help tests to ensure all subcmds run * update to ci job * update python deps * fix pylint issue * bump minor version
4.1.2: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /ui (#176)
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.1.1
Merge develop (#170) * Hotfix/conditional deps (#154) * hotfix: conditional requirement for python<3.9 * conditional depedency added * bump version * silly mistake not calling get on the env vars * update changelog * updating for minor version bump * removed unnecessary Dockerfile * fix: added better logic to determine the appropriate python3 path (#165) * Update method to determine Python and Gunicorn executable and add Devbox.json (#168) * added devbox for Nix, and fix to gunicorn path resolution * using sys.executable to determine path * update changelog * update pdm run script * added extra initialization at end of devbox setup
4.0.4: Develop (#157)
* Hotfix/conditional deps (#154) * hotfix: conditional requirement for python<3.9 * conditional depedency added * bump version * silly mistake not calling get on the env vars * update changelog