NPA-6797: Dependabot upgrades#135
Open
ehallam wants to merge 6 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Python dependencies and GitHub Actions to address outstanding Dependabot alerts, keeping the service’s runtime/tooling current and security-scanned.
Changes:
- Bump Python deps:
requeststo2.33.0,gunicornto25.3.0(and refreshuv.lockaccordingly). - Upgrade CodeQL GitHub Action to
v4.35.3. - Upgrade
astral-sh/setup-uvGitHub Action tov8.0.0across composite actions.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Regenerated lockfile reflecting upgraded requests/gunicorn. |
pyproject.toml |
Updates dependency group pins/ranges and uv overrides for requests. |
.github/workflows/codeql-analysis.yml |
Upgrades CodeQL action SHA/tag. |
.github/actions/setup-python-dependencies/action.yaml |
Upgrades setup-uv and continues using version-file for uv selection. |
.github/actions/run-unit-tests/action.yaml |
Upgrades setup-uv used by unit test composite action. |
.github/actions/ruff-format/action.yaml |
Upgrades setup-uv used by ruff format composite action. |
.github/actions/ruff-checks/action.yaml |
Upgrades setup-uv used by ruff checks composite action. |
.github/actions/check-uv-lock/action.yaml |
Upgrades setup-uv used by uv lock check composite action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| steps: | ||
| - name: Install the latest version of uv | ||
| uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 | ||
| uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 |
| steps: | ||
| - name: Install the latest version of uv | ||
| uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 | ||
| uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 |
| steps: | ||
| - name: Install the latest version of uv | ||
| uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 | ||
| uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 |
| @@ -5,7 +5,7 @@ runs: | |||
| using: "composite" | |||
| steps: | |||
| - name: Install the latest version of uv | |||
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.
Pull Request
🧾 Ticket Link
https://nhsd-jira.digital.nhs.uk/browse/NPA-6797
📄 Description/Summary of Changes
🧪 Developer Testing Carried Out
📋 PR Principles
🏷️ Naming Conventions Reminder
Please ensure the following naming conventions are followed:
NPA-XXXX: <short-description><type>/NPA-XXXX/<short-description>NPA-XXXX: <short-description>