aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-15 20:45:57 +0000
committerGitHub <noreply@github.com>2024-01-15 20:45:57 +0000
commit18e3accda121e47a8ade3f756b72e5010f69f2d4 (patch)
treed31dfee4d65b5e62d0d099bdd727b14e0fd9dd18
parent73a118b8bd5cce887ac740ac51283ed448b38122 (diff)
downloadonionshare-5eaedependabot/pip/cli/eventlet-0.34.3.tar.gz
onionshare-5eaedependabot/pip/cli/eventlet-0.34.3.zip
Bump eventlet from 0.33.3 to 0.34.3 in /cli5eaedependabot/pip/cli/eventlet-0.34.3
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.33.3 to 0.34.3. - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.33.3...v0.34.3) --- updated-dependencies: - dependency-name: eventlet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--cli/poetry.lock27
1 files changed, 9 insertions, 18 deletions
diff --git a/cli/poetry.lock b/cli/poetry.lock
index 42754f5c..c09cb914 100644
--- a/cli/poetry.lock
+++ b/cli/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "bidict"
@@ -445,19 +445,21 @@ wmi = ["wmi (>=1.5.1,<2.0.0)"]
[[package]]
name = "eventlet"
-version = "0.33.3"
+version = "0.34.3"
description = "Highly concurrent networking library"
optional = false
-python-versions = "*"
+python-versions = ">=3.7"
files = [
- {file = "eventlet-0.33.3-py2.py3-none-any.whl", hash = "sha256:e43b9ae05ba4bb477a10307699c9aff7ff86121b2640f9184d29059f5a687df8"},
- {file = "eventlet-0.33.3.tar.gz", hash = "sha256:722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda"},
+ {file = "eventlet-0.34.3-py3-none-any.whl", hash = "sha256:3093f2822ce2f40792bf9aa7eb8920fe3b90db785d3bea7640c50412969dcfd7"},
+ {file = "eventlet-0.34.3.tar.gz", hash = "sha256:ed2d28a64414a001894b3baf5b650f2c9596b00d57f57d4d7a38f9d3d0c252e8"},
]
[package.dependencies]
dnspython = ">=1.15.0"
-greenlet = ">=0.3"
-six = ">=1.10.0"
+greenlet = ">=1.0"
+
+[package.extras]
+dev = ["black", "build", "commitizen", "isort", "pip-tools", "pre-commit", "twine"]
[[package]]
name = "exceptiongroup"
@@ -1084,17 +1086,6 @@ wsproto = "*"
docs = ["sphinx"]
[[package]]
-name = "six"
-version = "1.16.0"
-description = "Python 2 and 3 compatibility utilities"
-optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
-files = [
- {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
- {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
-]
-
-[[package]]
name = "stem"
version = "1.8.1"
description = "Stem is a Python controller library that allows applications to interact with Tor (https://www.torproject.org/)."