deps(deps): bump the protocols group across 1 directory with 6 updates#168
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(deps): bump the protocols group across 1 directory with 6 updates#168dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the protocols group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [websocket-client](https://github.com/websocket-client/websocket-client) | `1.8.0` | `1.9.0` | | [websockets](https://github.com/python-websockets/websockets) | `12.0` | `15.0.1` | | [paramiko](https://github.com/paramiko/paramiko) | `4.0.0` | `5.0.0` | | [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) | `1.6.1` | `2.1.0` | | [kafka-python](https://github.com/dpkp/kafka-python) | `2.0.2` | `2.3.1` | | [pika](https://github.com/pika/pika) | `1.3.2` | `1.4.1` | Updates `websocket-client` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](websocket-client/websocket-client@v1.8.0...v1.9.0) Updates `websockets` from 12.0 to 15.0.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@12.0...15.0.1) Updates `paramiko` from 4.0.0 to 5.0.0 - [Commits](paramiko/paramiko@4.0.0...5.0.0) Updates `paho-mqtt` from 1.6.1 to 2.1.0 - [Release notes](https://github.com/eclipse/paho.mqtt.python/releases) - [Changelog](https://github.com/eclipse-paho/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](eclipse-paho/paho.mqtt.python@v1.6.1...v2.1.0) Updates `kafka-python` from 2.0.2 to 2.3.1 - [Release notes](https://github.com/dpkp/kafka-python/releases) - [Changelog](https://github.com/dpkp/kafka-python/blob/master/docs/changelog.rst) - [Commits](dpkp/kafka-python@2.0.2...2.3.1) Updates `pika` from 1.3.2 to 1.4.1 - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/1.4.1/CHANGELOG.md) - [Commits](pika/pika@1.3.2...1.4.1) --- updated-dependencies: - dependency-name: websocket-client dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: protocols - dependency-name: websockets dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: protocols - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: protocols - dependency-name: paho-mqtt dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: protocols - dependency-name: kafka-python dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: protocols - dependency-name: pika dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: protocols ... Signed-off-by: dependabot[bot] <support@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.
Warning
Dependabot will stop supporting
python v3.9!Please upgrade to one of the following versions:
v3.9,v3.10,v3.11,v3.12,v3.13, orv3.14.Bumps the protocols group with 6 updates in the / directory:
1.8.01.9.012.015.0.14.0.05.0.01.6.12.1.02.0.22.3.11.3.21.4.1Updates
websocket-clientfrom 1.8.0 to 1.9.0Release notes
Sourced from websocket-client's releases.
Changelog
Sourced from websocket-client's changelog.
Commits
e46a8fe1.9.0ab81eabBug fixes (#1036)63058abRun forever socket close fix (#1015)6861ee4Use ipaddress module for no_proxy parsing (#1033)729bdb8Coverage improvements (#1035)f22579aLinting improvements (#1034)9564030Change echo URL in docsc0fe0f7apply black formatting813d570Resolve all mypy errors, with AI assistance6020f37black formatting fixesUpdates
websocketsfrom 12.0 to 15.0.1Release notes
Sourced from websockets's releases.
Commits
37c9bc0Release version 15.0.1.fce02abDocs. Correct Producer pattern example.5fa24bbExit cleanly the interactive client on ^C.d0e60d3Remove spurious PYTHONPATH declarations.d7dafccAdd test coverage for interactive client.3c62503Use entrypoint instead of runpy in docs.f4e4345added entry point script for the cli client in the pyproject.toml6f89bacStart version 15.1.7ac73c6Release version 15.0.a1ba01dRewrite interactive client (again) without threads.Updates
paramikofrom 4.0.0 to 5.0.0Commits
710cc5cWhat's a few weeks between friends?ea93c59Fix up Ed25519Key so it has non-erroring repr() during fatal errors5b90ef9ruff/isortf3864b6Changelog fixesacd4bc1Replace hardcoded PEM format in PKey.write* with new parameter6fa1556Bump group-exchange kex min_bits to 2048eb87ad3Fix some tests that were incorrectly passing1ecc933Remove GSSAPI support :(9bf5fcaRemove SHA1-based (non-GSS) kex methodsb8f75c7Lintin' ain't easyUpdates
paho-mqttfrom 1.6.1 to 2.1.0Release notes
Sourced from paho-mqtt's releases.
... (truncated)
Changelog
Sourced from paho-mqtt's changelog.
... (truncated)
Commits
af64a43Bump version to 2.1.054e2e69Update changelog0776a00Merge pull request #839 from eclipse/fix-bytearray-payload7795dcdFix publish() a bytearray payload29c1d43Merge pull request #838 from REX2626/master27bbdc3Merge pull request #829 from akrpic77/ak_add_unix_transporta0554ddFix linter report8503635Merge pull request #832 from eclipse/fix-link-to-migrationse96ff75Try to fix testsd4d0715Fix tests with msg.retain value checkUpdates
kafka-pythonfrom 2.0.2 to 2.3.1Release notes
Sourced from kafka-python's releases.
... (truncated)
Changelog
Sourced from kafka-python's changelog.
... (truncated)
Commits
62feaabPatch Release 2.3.18037f81Fixes to support integration testing with external KAFKA_URI (#2838)3479de9python-snappy py3 only2c72167Fix TaggedFields value encoding; add test coverage (#2725)e5146f3Fix zstd multi-frame decompression failure (#2717)29faf60Fix KeyError in KafkaConsumer.committed() (#2710)d3f14f7Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)901bb96Fix Fetcher._fetch_offsets_by_times retry handling (#2833)aa5ce58Minor py2 fix for consumer integration testb7ef5adREADME / docs updates re compatibility and CLI releaseUpdates
pikafrom 1.3.2 to 1.4.1Release notes
Sourced from pika's releases.
... (truncated)
Changelog
Sourced from pika's changelog.
... (truncated)
Commits
5f0ba9eMerge pull request #1597 from pika/pika-1.4.131d80a9pika 1.4.1b7af301Merge pull request #1596 from gbenson/main305fbe6pika 1.4.09a3a6e5Merge pull request #1577 from pika/doc/project-scope-updatef750ce3Merge branch 'main' into doc/project-scope-updateccfe924Ensure that pip is run the same way in each workflow.47129caCaching pip artifacts actually does not accomplish anything.0a721f7Fix copyright year and documentlegacy-python.yamlworkflowf7f51dbMerge branch 'main' into doc/project-scope-updateDependabot 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