Skip to content

Commit

Permalink
#190 - Update verison number
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Jan 23, 2025
1 parent 6c0caaa commit 3696352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/depedency-update-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ See outstanding dependabot[PRs](https://github.com/department-of-veterans-affair
- [ ] [setup.py](https://github.com/department-of-veterans-affairs/notification-utils/blob/main/setup.py) seems to be out of scope for dependabot, review it and ensure that the versions there match the versions in the requirements_for_test file
- [ ] Modify the files to update to the latest versions
- [ ] Unit tests pass
- [ ] Bump the version number
- [ ] Modify the Notification API pyproject.toml file to pull in this branch/sha and then deploy that API branch
- [ ] Ticket is created for specific dependency if any given dependency isn't working correctly

Expand Down
2 changes: 1 addition & 1 deletion notifications_utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.0'
__version__ = '2.3.1'
4 changes: 2 additions & 2 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

flake8~=5.0.4
flake8-print~=5.0.0
freezegun~=1.2.2
freezegun~=1.5.1
pytest~=8.3.4
pytest-cov~=6.0.0
pytest-mock~=3.14.0
pytest-xdist~=3.6.1
requests-mock~=1.5.1
requests-mock~=1.12.1

0 comments on commit 3696352

Please sign in to comment.