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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-07 16:21:00 +00:00 committed by GitHub
parent 6faef20648
commit 0eaec168f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
cli/poetry.lock generated
View File

@ -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"
content-hash = "1fcbf4b5c7cb1be5206d11bbcb7dbb35a734c8002be488cc72f2c8b6d0257788"

View File

@ -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"