dependency updates#139
Merged
Merged
Conversation
Bumps [pyotp](https://github.com/pyauth/pyotp) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/pyauth/pyotp/releases) - [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst) - [Commits](pyauth/pyotp@v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: pyotp dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ptography-49.0.0 Bump cryptography from 48.0.0 to 49.0.0
…tp-2.10.0 Bump pyotp from 2.9.0 to 2.10.0
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
It disables CodeQL scanning (a significant CI/security change) while the PR is scoped/described only as “dependency updates,” so the intent needs to be corrected (restore CodeQL or explicitly justify/rename/rescope).
Pull request overview
This PR updates pinned Python dependencies and (in the same change set) removes the repository’s CodeQL GitHub Actions workflow, which disables automated security scanning.
Changes:
- Bump
pyotpfrom2.9.0to2.10.0andcryptographyfrom48.0.0to49.0.0. - Remove
.github/workflows/codeql.yml(CodeQL analysis no longer runs on push/PR/schedule).
File summaries
| File | Description |
|---|---|
requirements.txt |
Updates pinned dependency versions. |
.github/workflows/codeql.yml |
Deletes CodeQL workflow, disabling security scanning. |
Copilot's findings
- Files reviewed: 1/2 changed files
- Comments generated: 0
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dependency updates