aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-07 16:21:00 +0000
committerGitHub <noreply@github.com>2023-06-07 16:21:00 +0000
commit0eaec168f6021028c940a5f8e9068cc3c737e03e (patch)
tree29796fde1d4bba16f79e99e17eec9d3edbaa7374
parent6faef20648365f6c0768f48bfacbd68b17bdd44c (diff)
downloadonionshare-c7c7dependabot/pip/cli/stem-1.8.2.tar.gz
onionshare-c7c7dependabot/pip/cli/stem-1.8.2.zip
Bump stem from 1.8.1 to 1.8.2 in /clic7c7dependabot/pip/cli/stem-1.8.2
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>
-rw-r--r--cli/poetry.lock8
-rw-r--r--cli/pyproject.toml2
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"