Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

upgrade requirement versions#212

Merged
markdboyd merged 2 commits intomainfrom
upgrade-requirements
Jul 15, 2025
Merged

upgrade requirement versions#212
markdboyd merged 2 commits intomainfrom
upgrade-requirements

Conversation

@markdboyd
Copy link
Copy Markdown
Contributor

Changes proposed in this pull request:

  • upgrade requirement versions to latest versions

Things to check

  • For any logging statements, is there any chance that they could be logging sensitive data?
  • Are log statements using a logging library with a logging level set? Setting a logging level means that log statements "below" that level will not be written to the output. For example, if the logging level is set to INFO and debugging statements are written with log.debug or similar, then they won't be written to the otput, which can prevent unintentional leaks of sensitive data.

Security considerations

Upgrading requirements addresses security vulnerabilities

@markdboyd markdboyd requested a review from a team as a code owner July 15, 2025 14:43
@markdboyd markdboyd merged commit 0b3927a into main Jul 15, 2025
3 checks passed
@markdboyd markdboyd deleted the upgrade-requirements branch July 15, 2025 18:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants