diff --git a/cli/poetry.lock b/cli/poetry.lock index d4452ec1..94a84475 100644 --- a/cli/poetry.lock +++ b/cli/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "bidict" @@ -950,13 +950,13 @@ files = [ [[package]] name = "stem" -version = "1.8.1" +version = "1.8.2" description = "Stem is a Python controller library that allows applications to interact with Tor (https://www.torproject.org/)." category = "main" optional = false python-versions = "*" files = [ - {file = "stem-1.8.1.tar.gz", hash = "sha256:81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f"}, + {file = "stem-1.8.2.tar.gz", hash = "sha256:83fb19ffd4c9f82207c006051480389f80af221a7e4783000aedec4e384eb582"}, ] [[package]] @@ -1121,4 +1121,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "a66690a27977b5b8f8798846ff8a243639e7c425c38cd3426af646469ea5e5e3" \ No newline at end of file +content-hash = "1fcbf4b5c7cb1be5206d11bbcb7dbb35a734c8002be488cc72f2c8b6d0257788" diff --git a/cli/pyproject.toml b/cli/pyproject.toml index f6ff9c94..125a7e55 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -31,7 +31,7 @@ setuptools = "*" pynacl = "*" colorama = "*" gevent-websocket = "*" -stem = "1.8.1" +stem = "1.8.2" waitress = "^2.1.2" werkzeug = ">=2.3.4"