Michael Plunkett
Michael Plunkett
## Describe your changes No functionality changes were made, mostly just syntax things with the addition of a PR template and updated `.gitignore` file.
## Fixes issue https://github.com/lucyparsons/OpenOversight/issues/983 ## Description of Changes Adding allegations table. ## Tests and Linting - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on...
## Description of Changes Updating various packages with notable vulnerabilities. ## Tests and Linting - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my...
## Fixes issue https://github.com/lucyparsons/OpenOversight/issues/1004 ## Description of Changes Added `disabled_by`, `disabled_at`, `approved_at`, `approved_by`, and `confirmed_at`, and `confirmed_by` fields to the `users` table so that we could keep track of users...
## Description of Changes Adding Python version `3.13` to the testing matrix so that we can get ahead of the curve when it comes to dealing with deprecations, etc. ##...