deps(lora-quantum-ai): bump the lora-quantum-ai-deps group across 1 directory with 7 updates - #1116
Conversation
…irectory with 7 updates Updates the requirements on [qiskit](https://github.com/Qiskit/qiskit), [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime), [pandas](https://github.com/pandas-dev/pandas), [matplotlib](https://github.com/matplotlib/matplotlib), [jupyterlab](https://github.com/jupyterlab/jupyterlab), [tqdm](https://github.com/tqdm/tqdm) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `qiskit` to 2.5.1 - [Release notes](https://github.com/Qiskit/qiskit/releases) - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst) - [Commits](Qiskit/qiskit@2.5.0...2.5.1) Updates `qiskit-ibm-runtime` to 0.48.0 - [Release notes](https://github.com/Qiskit/qiskit-ibm-runtime/releases) - [Commits](Qiskit/qiskit-ibm-runtime@0.47.0...0.48.0) Updates `pandas` to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.4...v3.0.5) Updates `matplotlib` to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.11.0...v3.11.1) Updates `jupyterlab` to 4.6.2 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.6.1...@jupyterlab/lsp@4.6.2) Updates `tqdm` to 4.69.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.68.4...v4.69.0) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: qiskit dependency-version: 2.5.1 dependency-type: direct:production dependency-group: lora-quantum-ai-deps - dependency-name: qiskit-ibm-runtime dependency-version: 0.48.0 dependency-type: direct:production dependency-group: lora-quantum-ai-deps - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production dependency-group: lora-quantum-ai-deps - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production dependency-group: lora-quantum-ai-deps - dependency-name: jupyterlab dependency-version: 4.6.2 dependency-type: direct:production dependency-group: lora-quantum-ai-deps - dependency-name: tqdm dependency-version: 4.69.0 dependency-type: direct:production dependency-group: lora-quantum-ai-deps - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production dependency-group: lora-quantum-ai-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Security Policy Alert: Harden Runner Policy ViolationThis workflow run has been blocked by StepSecurity's Harden Runner policy. This workflow run was blocked because one or more jobs are missing the Harden-Runner action, or it is not properly configured, which can introduce agent-bypass risk. Jobs not protected by Harden Runner:
Update the affected jobs so Harden Runner is initialized before any other action or command runs. For more information, see StepSecurity's Harden Runner documentation. |
Security Policy Alert: Harden Runner Policy ViolationThis workflow run has been blocked by StepSecurity's Harden Runner policy. This workflow run was blocked because one or more jobs are missing the Harden-Runner action, or it is not properly configured, which can introduce agent-bypass risk. Jobs not protected by Harden Runner:
Update the affected jobs so Harden Runner is initialized before any other action or command runs. For more information, see StepSecurity's Harden Runner documentation. |
|
|
||
| # Use specific provider | ||
| maker = WebsiteMaker(provider_name='azure') # or 'openai', 'local' | ||
| maker = WebsiteMaker(provider_name="azure") # or 'openai', 'local' |
There was a problem hiding this comment.
Semgrep identified an issue in your code:
Possibly found usage of AI: OpenAI
To resolve this comment:
🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods.
💬 Ignore this finding
Reply with Semgrep commands to ignore this finding.
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by detect-generic-ai-oai.
You can view more details about this finding in the Semgrep AppSec Platform.
Updates the requirements on qiskit, qiskit-ibm-runtime, pandas, matplotlib, jupyterlab, tqdm and mypy to permit the latest version.
Updates
qiskitto 2.5.1Release notes
Sourced from qiskit's releases.
Commits
5d6ad05Prepare 2.5.1 (#16627)3663635Rewordqiskit.passmanagerdocs (#16642) (#16649)d726cd8Fix serial_layers global phase copying (#16362) (#16647)7144359Fix transpiler error message with routing_pass when layout_trials or swap_tri...33cf550Set the C language spec used during C tests (#16562) (#16643)c1cdd3fFix deadlock in Optimize1qGatesDecomposition (#16592) (#16645)38145e5Clarify error message about gate missing from WrapAngleRegistry (#16633) (#16...4f89949Separate out process_runs closure in Optimize1qGatesDecomposition (backport #...7b6cb24Fixsxresynthesis of negative angles inCommutativeCancellation(#16599)...b7580a8Constrainz3-solverin macOS CI (#16602) (#16606)Updates
qiskit-ibm-runtimeto 0.48.0Release notes
Sourced from qiskit-ibm-runtime's releases.
Commits
d44edb0Prepare 0.48.0 release (#3034)ef7c08cSize TREX calibration randomizations from twirling (#3035)80d208bChange the ZNE extrapolation I/O to align with the flow of the EM methods (#3...9c94366Dispatch wrapper estimator with PEA to appropriate prepare function (#3029)1f0f2bfchange twirling group default (#2999)3fd1412Pass finalized options in WrapperEstimator (#3031)d3700d7Add local mode to wrapper estimator (#3009)33aaa5dBump samplomatic to 0.18.0 (#3028)db42fe7Add a method in executor-based estimator to finalize the options based on the...a967523Include towncrier as a dev dependency (#3022)Updates
pandasto 3.0.5Release notes
Sourced from pandas's releases.
Commits
e68db09RLS: 3.0.50697623Backport PR #66428: DOC: update whatsnew for 3.0.5 (#66430)5d846d0Backport PR #66090 on branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...bef7a2bBackport PR #66169 on branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...Updates
matplotlibto 3.11.1Release notes
Sourced from matplotlib's releases.
Commits
3c1757aREL: v3.11.1792c6b5DOC: Prepare for 3.11.1aaff9f6Merge branch 'v3.11.0-doc' into v3.11.xd4f4527Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...6ad4bcfMerge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...7fb74d3Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...c624aecBackport PR #32038: Fix occasional misalignment in reported mouse position (a...8eda2b7Backport PR #32037: Bump the actions group with 3 updatesa0e7ae5Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...9001323Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...Updates
jupyterlabto 4.6.2Release notes
Sourced from jupyterlab's releases.
Commits
150ba51[ci skip] Publish 4.6.2f1beab4Backport of security patches to4.6.xbranch (#19185)abdd427Backport PR #19112 on branch 4.6.x (Fix resolving platform-specific shortcuts...98a615cBackport PR #19143 on branch 4.6.x (Clear stale Table of Contents error marke...1ec91a4Backport PR #19179 on branch 4.6.x (Bump brace-expansion from 1.1.11 to 1.1.1...8d66183Backport PR #19178 on branch 4.6.x (Bump axios from 1.16.0 to 1.18.1) (#19180)34ca550Backport PR #19144 on branch 4.6.x (Fix stale document load after rename duri...172a7f6Backport PR #19149 on branch 4.6.x (Fix notebook initialization stealing focu...34e1782Backport PR #19126 on branch 4.6.x (Fix spurious 3s kernel restart delay) (#1...57e5afdBackport PR #19152 on branch 4.6.x (Stabilize Open in Terminal Galata test on...Updates
tqdmto 4.69.0Release notes
Sourced from tqdm's releases.
Commits
6ab24dcbump version, workflow actions, pre-commit hooks99615b9asyncio: add gather(return_exceptions=False) (#1776)Updates
mypyto 2.3.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
8aabf84Drop +dev from version4d8ad2aUpdate changelog for 2.3 release (#21728)2c21546[mypyc] Update documentation of race conditions under free threading (#21726)a9f62a3[mypyc] Make attribute access memory safe on free-threaded builds (#21705)0faa413UsePYODIDEenvironment variable for Emscripten cross-compilation detection...3d75cdb[mypyc] Borrow final attributes more aggressively (#21702)24c237d[mypyc] Improve documentation of Final (#21713)b5be217[mypyc] Update free threading Python compatibility docs (#21711)cbcb51aNarrow for frozendict membership check (#21709)af2bc0fSync typeshed (#21707)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 conditions