From 4066a460ca4d0adde25da8ef7f6d8aab20569176 Mon Sep 17 00:00:00 2001 From: "David J. Kalbfleisch" <1.21e9W@protonmail.com> Date: Tue, 24 Dec 2024 12:36:43 -0500 Subject: [PATCH] squash 2184 --- .github/ISSUE_TEMPLATE/notify-dependency-update-template.md | 2 +- load_testing/requirements.txt | 6 +++--- load_testing/requirements_cli.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/notify-dependency-update-template.md b/.github/ISSUE_TEMPLATE/notify-dependency-update-template.md index b912916a9f..c4665a6982 100644 --- a/.github/ISSUE_TEMPLATE/notify-dependency-update-template.md +++ b/.github/ISSUE_TEMPLATE/notify-dependency-update-template.md @@ -16,7 +16,6 @@ We wish to keep dependencies up to date so that we do not need such massive over - Troubleshooting tips: - When looking at changes in `poetry.lock`, revert major changes, then minor, then patch/security: **never** edit this file manually! - ## Engineering Checklist - [ ] Review "Tech Debt" tickets in backlog to identify packages already known to have breaking changes (**don't try to upgrade these**) @@ -30,6 +29,7 @@ We wish to keep dependencies up to date so that we do not need such massive over - [ ] Identify the discrepancies and lock those versions in `pyproject.toml`, create a ticket, and label it "tech debt" - [ ] Any non-top level dependencies that have to be locked should have a comment added to `pyproject.toml` and have a checkbox to remove that dependency from `pyproject.toml` in the acceptance criteria - [ ] Created ticket has the package name in the title +- [ ] Update dependencies in any "requirements" files still in the repository (ex. requirements.txt, requirements_cli.txt, etc.) ## Acceptance Criteria diff --git a/load_testing/requirements.txt b/load_testing/requirements.txt index aae9093d3d..da96df16c0 100644 --- a/load_testing/requirements.txt +++ b/load_testing/requirements.txt @@ -1,3 +1,3 @@ -locust==2.29.1 -PyJWT~=2.8.0 -boto3==1.35.3 +locust==2.32.5 +PyJWT~=2.9.0 +boto3==1.35.87 diff --git a/load_testing/requirements_cli.txt b/load_testing/requirements_cli.txt index dfa9038cbf..898404866c 100644 --- a/load_testing/requirements_cli.txt +++ b/load_testing/requirements_cli.txt @@ -1,3 +1,3 @@ -notifications-python-client==10.0.0 -boto3==1.35.3 -click==8.1.7 \ No newline at end of file +notifications-python-client==10.0.1 +boto3==1.35.87 +click==8.1.8