Skip to content

Update dependencies and fix issues caused by new package versions#722

Merged
seapagan merged 7 commits intomainfrom
update-deps
Jan 30, 2025
Merged

Update dependencies and fix issues caused by new package versions#722
seapagan merged 7 commits intomainfrom
update-deps

Conversation

@seapagan
Copy link
Owner

@seapagan seapagan commented Jan 30, 2025

Some dependencies have introduced breaking changes (in the case of pyjwt without noting this). This updates the majority of deps and fixes any regressions or failures

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
it no longer allows jwt 'sub' to be an integer. We may convert to str  in the future as this seems to be the new standard

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
… removed 'app' arg

currently the httpx issue looks to be because of the pinnned older 'pytest-asyncio'

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
@seapagan seapagan added the dependencies Pull requests that update a dependency file label Jan 30, 2025
@seapagan seapagan self-assigned this Jan 30, 2025
@codacy-production
Copy link

codacy-production bot commented Jan 30, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (af0cfb5) 911 904 99.23%
Head commit (c881b26) 913 (+2) 906 (+2) 99.23% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#722) 2 2 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
@seapagan seapagan marked this pull request as ready for review January 30, 2025 13:10
@seapagan seapagan merged commit 9a90749 into main Jan 30, 2025
15 of 16 checks passed
@seapagan seapagan deleted the update-deps branch January 30, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant