Skip to content

[security] Update pyjwt, pyopenssl, pyasn1#1397

Merged
BenjaminPelletier merged 6 commits intointeruss:mainfrom
BenjaminPelletier:update-dependencies
Mar 24, 2026
Merged

[security] Update pyjwt, pyopenssl, pyasn1#1397
BenjaminPelletier merged 6 commits intointeruss:mainfrom
BenjaminPelletier:update-dependencies

Conversation

@BenjaminPelletier
Copy link
Member

Update dependencies based on Dependabot recommendations. Commands executed are in commit messages.

@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review March 21, 2026 06:33
client_id: str
scopes: list[str]
issuer: str
issuer: str | None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I was looking at consequences of changing that to | None and it seems that it's not used anywhere in the codebase no? Should it be just removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's probably fair; better to keep the codebase slimmer and build the feature when needed (since doing that takes less ongoing maintenance effort) than to keep an unused feature around with the thought that it might be useful at some point.

@BenjaminPelletier BenjaminPelletier merged commit b3dc4b2 into interuss:main Mar 24, 2026
40 of 41 checks passed
@BenjaminPelletier BenjaminPelletier deleted the update-dependencies branch March 24, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants