build(deps): bump cryptography from 46.0.5 to 46.0.6 in /tests#12489
Merged
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
Contributor
Test Results101 files 101 suites 43m 8s ⏱️ For more details on these failures, see this check. Results for commit 1a82175. ♻️ This comment has been updated with latest results. |
Jason2866
added a commit
to pioarduino/arduino-esp32
that referenced
this pull request
Apr 2, 2026
* Fixed USB-CDC menu entry for codecell C3, so default is enabled and other option is 'disabled' (espressif#12477) * feat(board): Add ozobot circuit kit board (espressif#12465) Co-authored-by: ondrap <pilat.ondrej@seznam.cz> * IDF v5.5.4 (espressif#12493) * fix(usb): Fix typo CFG_TUD_ENDOINT > CFG_TUD_ENDPOINT * IDF v5.5.4 73550728 * ci: update dangerjs permissions to contents: read (espressif#12491) * feat(spi): Set power channel on ESP32P4 (espressif#12079) * feat(spi): Set power channel on ESP32P4 * moved changes from SPI.cpp to esp32-hal-spi.c * Check all 10 of the pins on LDO4 * make setLDO function static * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> * feat(USB): Add support for USB Audio (espressif#12466) * feat(USB): Add support for USB Audio * fix(build): Fix syntax errors * fix(build) Fix CoPilot suggestions * fix(build): Update libraries/USB/src/USBAudioCard.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(build): Implement suggestions and CMakeLists.txt * feat(uac): Add UAC1 descriptors * fix(uac): Fix warnings treated as errors * feat(uac): Add UAC2 descriptors * feat(uac): Update example * feat(uac): Add some comments to explain how the example works * feat(uac): Add documentation to the USBAudioCard class * fix(uac): Apply Copilot suggestions * feat(uac): Clarify chip usage in the example * feat(uac): Add volume handling for all channels * feat(uac): Also handle channels mute * ci(pre-commit): Apply automatic fixes * fix(uac): Revert changes to descriptors by CI * fix(ci): Add USBAudioCardDescriptors.h to pre-commit config --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> * fix(bounty): Provide fixes for reported bugbounty (espressif#12486) * build(deps): bump cryptography from 46.0.5 to 46.0.6 in /tests (espressif#12489) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Mark Moore <mark@moore.dk> Co-authored-by: opilat <ondrej.pilat@ozobot.com> Co-authored-by: ondrap <pilat.ondrej@seznam.cz> Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: Tomas Sebestik <tomas.sebestik@espressif.com> Co-authored-by: lbernstone <lbernstone@gmail.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jason2866
added a commit
to pioarduino/arduino-esp32
that referenced
this pull request
Apr 2, 2026
* Update CMakeLists.txt * Simplify requirements handling in CMakeLists.txt * Add espressif/usb component for ESP32 targets * Add cjson dependency to idf_component.yml * Add requirement for espressif/cjson in YAML * Add MQTT component version 1.0.0 to dependencies * Cleanup RainMaker dependencies from idf_component.yml Removed deprecated RainMaker components and their versions. * Delete libraries/ESP_SR directory * Delete libraries/Insights directory * Delete libraries/RainMaker directory * Delete libraries/TFLiteMicro directory * Remove unused libraries from CMakeLists.txt * Refactor USB handling to use new wrapper functions * Refactor SPI clock source handling and cleanup * Delete libraries/ESP_I2S directory * Remove ESP_I2S from CMakeLists.txt * Merge pull request #1 from pioarduino/mergev4 Mergev4 * Mergev4 (#2) * Fixed USB-CDC menu entry for codecell C3, so default is enabled and other option is 'disabled' (espressif#12477) * feat(board): Add ozobot circuit kit board (espressif#12465) Co-authored-by: ondrap <pilat.ondrej@seznam.cz> * IDF v5.5.4 (espressif#12493) * fix(usb): Fix typo CFG_TUD_ENDOINT > CFG_TUD_ENDPOINT * IDF v5.5.4 73550728 * ci: update dangerjs permissions to contents: read (espressif#12491) * feat(spi): Set power channel on ESP32P4 (espressif#12079) * feat(spi): Set power channel on ESP32P4 * moved changes from SPI.cpp to esp32-hal-spi.c * Check all 10 of the pins on LDO4 * make setLDO function static * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> * feat(USB): Add support for USB Audio (espressif#12466) * feat(USB): Add support for USB Audio * fix(build): Fix syntax errors * fix(build) Fix CoPilot suggestions * fix(build): Update libraries/USB/src/USBAudioCard.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(build): Implement suggestions and CMakeLists.txt * feat(uac): Add UAC1 descriptors * fix(uac): Fix warnings treated as errors * feat(uac): Add UAC2 descriptors * feat(uac): Update example * feat(uac): Add some comments to explain how the example works * feat(uac): Add documentation to the USBAudioCard class * fix(uac): Apply Copilot suggestions * feat(uac): Clarify chip usage in the example * feat(uac): Add volume handling for all channels * feat(uac): Also handle channels mute * ci(pre-commit): Apply automatic fixes * fix(uac): Revert changes to descriptors by CI * fix(ci): Add USBAudioCardDescriptors.h to pre-commit config --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> * fix(bounty): Provide fixes for reported bugbounty (espressif#12486) * build(deps): bump cryptography from 46.0.5 to 46.0.6 in /tests (espressif#12489) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Mark Moore <mark@moore.dk> Co-authored-by: opilat <ondrej.pilat@ozobot.com> Co-authored-by: ondrap <pilat.ondrej@seznam.cz> Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: Tomas Sebestik <tomas.sebestik@espressif.com> Co-authored-by: lbernstone <lbernstone@gmail.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Mark Moore <mark@moore.dk> Co-authored-by: opilat <ondrej.pilat@ozobot.com> Co-authored-by: ondrap <pilat.ondrej@seznam.cz> Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: Tomas Sebestik <tomas.sebestik@espressif.com> Co-authored-by: lbernstone <lbernstone@gmail.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 cryptography from 46.0.5 to 46.0.6.
Changelog
Sourced from cryptography's changelog.
Commits
91d7288Cherry-pick #14542 (#14543)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 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.