pip (deps-dev): bump pytest from 8.4.2 to 9.0.3 in /sandbox#332
Closed
dependabot[bot] wants to merge 1 commit into
Closed
pip (deps-dev): bump pytest from 8.4.2 to 9.0.3 in /sandbox#332dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
ellie-bound1-NHSD
pushed a commit
that referenced
this pull request
May 18, 2026
…e-api repo (#349) # Pull Request ## 🧾 Ticket Link https://nhsd-jira.digital.nhs.uk/browse/NPA-6978 --- ## 📄 Description/Summary of Changes There are 14 Dependabot branches/PRs up to 14/05/2026. Most of these are small package updates. Analysis: -----8<-----8<-----8<-----8<-----8<----- The 14 Dependabot branches break down into three categories: pyproject.toml + lock file (direct dep bumps, 3 PRs): - #320 — black 26.3.1 in pyproject.toml - #321 — black 26.3.1 in pyproject.toml - #332 — pytest 9.0.3 in pyproject.toml Lock file only (transitive dep bumps, 10 PRs): - poetry.lock: requests, cryptography, python-dotenv, lxml, urllib3, authlib - poetry.lock: requests - poetry.lock: (implied by sandbox pytest) - package-lock.json: follow-redirects, basic-ftp, fast-uri GitHub Actions YAML only (1 PR): - #345 — workflows changes, no lock files So the practical plan is: apply the 3 pyproject.toml edits, regenerate all lock files fresh (which picks up all transitive updates in one shot), cherry-pick #345, then commit and push. -----8<-----8<-----8<-----8<-----8<----- Steps: 1. Made the required bumps to `pyproject.toml` and `sandbox/pyproject.toml` 2. Updated lock files: -- poetry lock -- cd sandbox && poetry lock && cd .. -- cd scripts && poetry lock && cd .. -- npm update follow-redirects basic-ftp fast-uri 3. cherry-pick #345 -- git cherry-pick origin/dependabot/github_actions/github-dependencies-0645f932cc 4. Noted vulnerability in `pytest-nhsd-apim`: upgraded from `^5.0.0` to `^6.0.0` Outcome is 'better than Dependabot': Package | Dependabot suggested | Now in lock black (root + sandbox) | 26.3.1 | 26.3.1 ✅ pytest (sandbox) | 9.0.3 | 9.0.3 ✅ python-dotenv | 1.2.2 | 1.2.2 ✅ lxml | 6.1.0 | 6.1.0 ✅ urllib3 | 2.7.0 | 2.7.0 ✅ requests | 2.33.0 | 2.34.2 ⬆️ newer authlib | 1.6.12 | 1.7.2 ⬆️ newer cryptography | 46.0.7 | 48.0.0 ⬆️ newer follow-redirects | 1.16.0 | 1.16.0 ✅ basic-ftp | 5.3.1 | 5.3.1 ✅ fast-uri | 3.1.2 | 3.1.2 ✅ --- ## 🧪 Developer Testing Carried Out <!-- Describe what tests (automated/unit/manual etc.) have been done for the ticket. Include: --> <!-- - Any tests added/updated --> <!-- - Evidence that each acceptance criterion from the Jira ticket is met --> <!-- - Evidence of tests running eg. link to github workflow with tests passing or screenshot of tests running locally --> - `make schema-all`: All tests pass ✅ - `make generate-postman-collection` regenerates `postman/validated_relationship_service.sandbox.postman_collection.json` with only the UUIDs changed. ✅ - `make test-postman-collection SANDBOX_BASE_URL=https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4`: All tests pass ✅ --- ## 📋 PR Principles <!-- Principles we as a team follow when conducting a PR --> - Keep PRs Small and Focused: Ensure the PR addresses a single task or feature to make it easier to review. - Multiple PRs for one Ticket: When splitting work into multiple PRs, clearly describe what this PR addresses and outline the remaining work to complete the ticket. - Ensure Tests Are Included: Add or update unit, integration, or end-to-end tests to cover the changes made. - Follow Coding Standards: Ensure the code adheres to the team's coding guidelines and best practices. - Resolve Comments Promptly: If you raise a comment, ensure you follow up and resolve it before approving the PR to maintain clarity and ensure comments are addressed. - Foster Learning: PR reviews are an opportunity to share knowledge, provide constructive feedback, and encourage a collaborative environment. ## 🏷️ Naming Conventions Reminder Please ensure the following naming conventions are followed: - PR title follows the format: `NPA-XXXX: <short-description>` - Branch name follows the convention: `<type>/NPA-XXXX/<short-description>` - Commit messages follow the template: `NPA-XXXX: <short-description>` --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributor
|
Dependabot PR closed without merge: this update has been rolled into #349 (NPA-6798) |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps pytest from 8.4.2 to 9.0.3.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
a7d58d7Prepare release version 9.0.3089d981Merge pull request #14366 from bluetech/revert-14193-backport8127eafRevert "Fix: assertrepr_compare respects dict insertion order (#14050) (#14193)"99a7e60Merge pull request #14363 from pytest-dev/patchback/backports/9.0.x/95d8423bd...ddee02aMerge pull request #14343 from bluetech/cve-2025-71176-simple74eac69doc: Update training info (#14298) (#14301)f92dee7Merge pull request #14267 from pytest-dev/patchback/backports/9.0.x/d6fa26c62...7ee58acMerge pull request #12378 from Pierre-Sassoulas/fix-implicit-str-concat-and-d...37da870Merge pull request #14259 from mitre88/patch-4 (#14268)c34bfa3Add explanation for string context diffs (#14257) (#14266)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.