Skip to content

Commit

Permalink
squash 2184
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbfled committed Dec 24, 2024
1 parent 069600b commit 4066a46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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**)
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions load_testing/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions load_testing/requirements_cli.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
notifications-python-client==10.0.0
boto3==1.35.3
click==8.1.7
notifications-python-client==10.0.1
boto3==1.35.87
click==8.1.8

0 comments on commit 4066a46

Please sign in to comment.