gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] 03/03: update dependencies


From: gnunet
Subject: [taler-bank] 03/03: update dependencies
Date: Mon, 09 Nov 2020 18:12:33 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

commit e0865e02fe479a65ed7d096ff5d688185c2500f7
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 9 18:12:08 2020 +0100

    update dependencies
---
 poetry.lock    | 19 ++++++++++++++++++-
 pyproject.toml |  1 +
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/poetry.lock b/poetry.lock
index fe479a7..5bf8760 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -175,6 +175,19 @@ category = "dev"
 optional = false
 python-versions = "*"
 
+[[package]]
+name = "mock"
+version = "4.0.2"
+description = "Rolling backport of unittest.mock for all Pythons"
+category = "dev"
+optional = false
+python-versions = ">=3.6"
+
+[package.extras]
+build = ["twine", "wheel", "blurb"]
+docs = ["sphinx"]
+test = ["pytest", "pytest-cov"]
+
 [[package]]
 name = "mypy-extensions"
 version = "0.4.3"
@@ -346,7 +359,7 @@ python-versions = "*"
 [metadata]
 lock-version = "1.0"
 python-versions = "^3.8"
-content-hash = 
"9e7d2eb1ed071103e6248cdbed9d98ac451c4a80d78f3ee65caa521b70cce245"
+content-hash = 
"5c8ec398f9404432b65044e3a9faf2255367b0de0ff3617b04bc436c1089b464"
 
 [metadata.files]
 appdirs = [
@@ -497,6 +510,10 @@ mccabe = [
     {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = 
"sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
     {file = "mccabe-0.6.1.tar.gz", hash = 
"sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
 ]
+mock = [
+    {file = "mock-4.0.2-py3-none-any.whl", hash = 
"sha256:3f9b2c0196c60d21838f307f5825a7b86b678cedc58ab9e50a8988187b4d81e0"},
+    {file = "mock-4.0.2.tar.gz", hash = 
"sha256:dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72"},
+]
 mypy-extensions = [
     {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = 
"sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
     {file = "mypy_extensions-0.4.3.tar.gz", hash = 
"sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
diff --git a/pyproject.toml b/pyproject.toml
index 23a4dd6..09c581a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,7 @@ click = "^7.1.2"
 pylint = "^2.6.0"
 django = "^3.1.3"
 black = "^20.8b1"
+mock = "^4.0.2"
 
 [tool.poetry.scripts]
 taler-bank-manage = 'talerbank.cli:run'

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]