From 0eaec168f6021028c940a5f8e9068cc3c737e03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:21:00 +0000 Subject: Bump stem from 1.8.1 to 1.8.2 in /cli Bumps [stem](https://github.com/torproject/stem) from 1.8.1 to 1.8.2. - [Commits](https://github.com/torproject/stem/commits) --- updated-dependencies: - dependency-name: stem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/poetry.lock | 8 ++++---- cli/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" -- cgit v1.2.3-54-g00ecf