Skip to content

Commit

Permalink
#2184 Routine upgrades (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbfled authored Dec 24, 2024
1 parent e97229f commit 1be83d0
Show file tree
Hide file tree
Showing 6 changed files with 960 additions and 956 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
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fileignoreconfig:
- filename: app/dao/api_key_dao.py
checksum: c44cbd8ae02fb1d551a1f0941365c11977564a6444950ee2b0282ee4b5fd1314
- filename: poetry.lock
checksum: 099b2059d9ef8b472afbd7029680f16b4833c35feca2cf9a5acc2e6f7a8ffa9e
checksum: d8b6228abbbb1052ed0b7aed802d90003dd6ca053381bf00ab17a752e1c235ad
- filename: tests/app/dao/test_api_key_dao.py
checksum: 5bab4eaddf8760c502111ae3e5f9f8bee59482d99f053f94598e8c77bd10b7b6
- filename: tests/app/v2/notifications/test_get_notifications.py
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
Loading

0 comments on commit 1be83d0

Please sign in to comment.