Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 2025 tanf income limits #5520

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Added Texas TANF Income limits for 2025.
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,31 @@ metadata:
brackets:
- threshold:
2023-01-01: 1
2025-01-01: 1
amount:
2023-01-01: 2_265
2025-01-01: 2_510
- threshold:
2023-01-01: 2
2025-01-01: 2
amount:
2023-01-01: 3_052
2025-01-01: 3_407
- threshold:
2023-01-01: 3
2025-01-01: 3
amount:
2023-01-01: 3_839
2025-01-01: 4_304
- threshold:
2023-01-01: 4
2025-01-01: 4
amount:
2023-01-01: 4_625
2025-01-01: 5_200
- threshold:
2023-01-01: 5
2025-01-01: 5
amount:
2023-01-01: 5_412
2025-01-01: 6_097
Loading