mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
build(deps): bump future from 0.18.2 to 0.18.3
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
63731465b4
commit
0fd6ee247d
10
poetry.lock
generated
10
poetry.lock
generated
@ -461,13 +461,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "future"
|
||||
version = "0.18.2"
|
||||
version = "0.18.3"
|
||||
description = "Clean single-source support for Python 3 and 2"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||
files = [
|
||||
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
|
||||
{file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -661,14 +661,14 @@ files = [
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
all = ["Jinja2", "brotli", "cython", "execnet (>=1.0.9)", "pytest (>4.0)", "pytest-cov (>=2.6)", "pyzmq", "redis", "sqlalchemy"]
|
||||
all = ["Jinja2", "brotli", "cython", "execnet (>=1.0.9)", "mock", "pytest", "pytest-cov (<2.6)", "pyzmq", "redis", "sqlalchemy"]
|
||||
compression = ["brotli"]
|
||||
dev = ["cython", "pytest (>4.0)", "pytest-cov (>=2.6)"]
|
||||
dev = ["cython", "mock", "pytest", "pytest-cov (<2.6)"]
|
||||
execnet = ["execnet (>=1.0.9)"]
|
||||
jinja = ["Jinja2"]
|
||||
redis = ["redis"]
|
||||
sqlalchemy = ["sqlalchemy"]
|
||||
test = ["pytest (>4.0)", "pytest-cov (>=2.6)"]
|
||||
test = ["mock", "pytest", "pytest-cov (<2.6)"]
|
||||
zmq = ["pyzmq"]
|
||||
|
||||
[[package]]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user