chore(deps): bump the pip-root-updates group with 5 updates#136
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the pip-root-updates group with 5 updates#136dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip-root-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [flwr](https://github.com/flwrlabs/flower) | `1.29.0` | `1.30.0` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.7` | `48.0.0` | | [python-socketio](https://github.com/miguelgrinberg/python-socketio) | `5.16.1` | `5.16.2` | | [python-engineio](https://github.com/miguelgrinberg/python-engineio) | `4.13.1` | `4.13.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | Updates `flwr` from 1.29.0 to 1.30.0 - [Release notes](https://github.com/flwrlabs/flower/releases) - [Changelog](https://github.com/flwrlabs/flower/blob/main/CHANGELOG.md) - [Commits](flwrlabs/flower@framework-1.29.0...framework-1.30.0) Updates `cryptography` from 46.0.7 to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...48.0.0) Updates `python-socketio` from 5.16.1 to 5.16.2 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-socketio@v5.16.1...v5.16.2) Updates `python-engineio` from 4.13.1 to 4.13.2 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.13.1...v4.13.2) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: flwr dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-root-updates - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-updates - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-root-updates - dependency-name: python-engineio dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-root-updates - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-root-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@copilot review workflow failures and fix |
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 the pip-root-updates group with 5 updates:
1.29.01.30.046.0.748.0.05.16.15.16.24.13.14.13.21.3.01.4.0Updates
flwrfrom 1.29.0 to 1.30.0Release notes
Sourced from flwr's releases.
Commits
fae9542feat(framework): Update changelog for1.30.0(#7193)b189159refactor(framework): Simplify check forraybeing installed (#7204)709329fci(intelligence:skip): Update Intelligence TS CI setup (#7198)370a279refactor(framework): Ensure correct clientapp task expiry handling (#7197)7d78faadocs(framework): Update the example output offlwr listin docs (#7200)a3d5dcdrefactor(framework): Avoid raisingRuntimeErrorwhen pulling task input fai...7954b58feat(framework): Show status details in the table (#7195)c28f237refactor(framework): Move code infinallybranch to the exit handler to ens...e552c2erefactor(framework): Remove special handler for invitation system gRPC error ...5d34682fix(framework): Change runtime version check warning message (#7191)Updates
cryptographyfrom 46.0.7 to 48.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
8e03e30bump for 48.0.0 release (#14796)295e0d2Add AGENTS.md with CLAUDE.md symlink (#14794)104a2deBump BoringSSL, OpenSSL, AWS-LC in CI (#14793)67ec1e5call check_length early on AesSiv::encrypt (#14792)b2da57achangelog for mldsa/mlkem for openssl (#14791)3cf44adML-KEM OpenSSL support (#14781)2e31639ML-DSA OpenSSL support (#14773)5affe5afix rust nightly clippy (#14790)2e73ca4bump rust-openssl dep and update EcPoint::mul_generator to mul_generator2 (#1...82ebd3bBump BoringSSL, OpenSSL, AWS-LC in CI (#14785)Updates
python-socketiofrom 5.16.1 to 5.16.2Release notes
Sourced from python-socketio's releases.
Changelog
Sourced from python-socketio's changelog.
... (truncated)
Commits
6e2b717Release 5.16.2cb65829update python-engineio versionca140feprevent unnecessary resource allocation (#1574)b29beeftox configuratione898130Bump ujson from 5.4.0 to 5.12.1 in /examples/server/sanic (#1573) #nolog05c32f5Bump qs and body-parser in /examples/server/javascript (#1572) #nolog287dc67Bump qs and body-parser in /examples/client/javascript (#1571) #nolog664dc27add zizmor to ci (#1570)14c6236Bump django in /examples/server/wsgi/django_socketio (#1566) #nolog29b2e5cBump aiohttp from 3.13.3 to 3.13.4 in /examples/server/aiohttp (#1565) #nologUpdates
python-engineiofrom 4.13.1 to 4.13.2Release notes
Sourced from python-engineio's releases.
Changelog
Sourced from python-engineio's changelog.
... (truncated)
Commits
b698159Release 4.13.2ceeeb5eprevent unnecessary resource allocation (#441)eb771e0tox configuration74c3a0bBump qs and body-parser in /examples/client/javascript (#440) #nologe2278e1Bump qs and body-parser in /examples/server/javascript (#439) #nologa35f46dremove unnecessary build dependency8963ccaBump ujson from 5.4.0 to 5.12.1 in /examples/server/sanic (#438) #nolog68eb36aadd zizmor to ci (#437)9cf6b72Bump aiohttp from 3.13.3 to 3.13.4 in /examples/server/aiohttp (#435) #nolog1d08ca3Bump path-to-regexp from 0.1.12 to 0.1.13 in /examples/client/javascript (#43...Updates
pytest-asynciofrom 1.3.0 to 1.4.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.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