Bump pyjwt from 2.8.0 to 2.13.0 in /python_modules/dagster-cloud/dagster_cloud_tests/sample-repos/repo-with-requirements-txt-hashes in the pip group across 1 directory#33929
Conversation
Bumps the pip group with 1 update in the /python_modules/dagster-cloud/dagster_cloud_tests/sample-repos/repo-with-requirements-txt-hashes directory: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `pyjwt` from 2.8.0 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.8.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryDependabot security bump of
Confidence Score: 5/5Safe to merge — only a version bump and hash update in a test fixture file with no production code changes. The change is limited to a single test-fixture requirements.txt, updating one dependency pin and its two integrity hashes. The new pyjwt version resolves multiple security advisories from the upstream library. No production logic, no API changes, and no risk of behavioral regression in Dagster itself. No files require special attention.
|
| Filename | Overview |
|---|---|
| python_modules/dagster-cloud/dagster_cloud_tests/sample-repos/repo-with-requirements-txt-hashes/requirements.txt | Bumps pyjwt[crypto] from 2.8.0 to 2.13.0 with updated hashes; addresses 5 security advisories in the upstream library |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[requirements.txt fixture] --> B{pyjwt version pin}
B -->|old| C["pyjwt[crypto]==2.8.0\n(5 open CVEs)"]
B -->|new| D["pyjwt[crypto]==2.13.0\n(CVEs resolved)"]
D --> E[SHA-256 hashes verified\nby pip --require-hashes]
E --> F[Test sample repo\nno production impact]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[requirements.txt fixture] --> B{pyjwt version pin}
B -->|old| C["pyjwt[crypto]==2.8.0\n(5 open CVEs)"]
B -->|new| D["pyjwt[crypto]==2.13.0\n(CVEs resolved)"]
D --> E[SHA-256 hashes verified\nby pip --require-hashes]
E --> F[Test sample repo\nno production impact]
Reviews (1): Last reviewed commit: "Bump pyjwt" | Re-trigger Greptile
Bumps the pip group with 1 update in the /python_modules/dagster-cloud/dagster_cloud_tests/sample-repos/repo-with-requirements-txt-hashes directory: pyjwt.
Updates
pyjwtfrom 2.8.0 to 2.13.0Release notes
Sourced from pyjwt's releases.
... (truncated)
Changelog
Sourced from pyjwt's changelog.
... (truncated)
Commits
7144e45Apply ruff formatd2f4becRestorecast()calls with cross-versiontype: ignoreforprepare_key22f478cRemove redundant casts inRSAAlgorithm.prepare_keyand `ECAlgorithm.prepare...95791b1Bundle security fixes and hardening into 2.13.0dcc27a9[pre-commit.ci] pre-commit autoupdate (#1155)9d08a9a[pre-commit.ci] pre-commit autoupdate (#1146)b87c100Bump codecov/codecov-action from 5 to 6 (#1154)40e3147Migrate development extras to dependency groups (#1152)a4e1a3dAdd typing_extensions dependency for Python < 3.11 (#1151)bd9700cUse PyJWK algorithm when encoding without explicit algorithm (#1148)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.