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