From ce723f7e785355b557aff26fe44fd93f3a298bd1 Mon Sep 17 00:00:00 2001 From: David Paul Graham <43794491+dpgraham4401@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:14:58 -0400 Subject: [PATCH] Update Dependencies review (#726) * Bump redis from 5.0.3 to 5.0.4 in /server Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump redis from 5.0.3 to 5.0.4 in /server Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * use new rcra site ID if integrity exception raised in fixture, add new run configs for testing against a PostGres database with docker compose and pytest * Bump djangorestframework-stubs from 3.14.5 to 3.15.0 in /server Bumps [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) from 3.14.5 to 3.15.0. - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](https://github.com/typeddjango/djangorestframework-stubs/compare/3.14.5...3.15.0) --- updated-dependencies: - dependency-name: djangorestframework-stubs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update django stubs to 5.0 * update patch dependencies in production requirements.txt * update auth dependencies to django > 5.0 compatible versions * update patch versions and dependabot recomendations in client * npm audit fix * update vitest dep utilities * additional dependenciy path updates --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .idea/runConfigurations/Haztrak_DB.xml | 16 + .../PyTest_With_Postgres.xml | 32 + .idea/runConfigurations/enviroPro.xml | 15 + client/package-lock.json | 1261 +++++++++++------ client/package.json | 40 +- server/apps/conftest.py | 9 +- server/requirements.txt | 16 +- server/requirements_dev.txt | 8 +- 8 files changed, 909 insertions(+), 488 deletions(-) create mode 100644 .idea/runConfigurations/Haztrak_DB.xml create mode 100644 .idea/runConfigurations/PyTest_With_Postgres.xml create mode 100644 .idea/runConfigurations/enviroPro.xml diff --git a/.idea/runConfigurations/Haztrak_DB.xml b/.idea/runConfigurations/Haztrak_DB.xml new file mode 100644 index 00000000..a03aa5f0 --- /dev/null +++ b/.idea/runConfigurations/Haztrak_DB.xml @@ -0,0 +1,16 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/PyTest_With_Postgres.xml b/.idea/runConfigurations/PyTest_With_Postgres.xml new file mode 100644 index 00000000..97b3ebce --- /dev/null +++ b/.idea/runConfigurations/PyTest_With_Postgres.xml @@ -0,0 +1,32 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/enviroPro.xml b/.idea/runConfigurations/enviroPro.xml new file mode 100644 index 00000000..7e4d3f8f --- /dev/null +++ b/.idea/runConfigurations/enviroPro.xml @@ -0,0 +1,15 @@ + + + + + +