From c37aff0ad2b82884a1ab8d8dcdf583cf805bc1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:55:05 +0000 Subject: [PATCH] build(deps): bump msgpack from 1.2.1 to 1.2.2 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/msgpack/msgpack-python/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3fcb56d..c615689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" license = "MIT" authors = [{ name = "John Osumi" }] -dependencies = ["msgpack==1.2.1"] +dependencies = ["msgpack==1.2.2"] [project.scripts] remote-ssh-tunnel-rpc = "remote_ssh_tunnel.cli:main" diff --git a/requirements.txt b/requirements.txt index 5e4913b..9258cbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -msgpack==1.2.1 +msgpack==1.2.2