You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2020/10/20 17:29:40 UTC

[allura] branch master updated: upgrade urllib3

This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 94b4f70  upgrade urllib3
94b4f70 is described below

commit 94b4f70b7b6e77f2c4906b56c0fd98fb758c4c3c
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Thu Oct 15 20:53:06 2020 +0000

    upgrade urllib3
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0660a1a..3bfedc0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -89,7 +89,7 @@ timermiddleware==0.5.1    # via -r requirements.in
 traitlets==4.3.2          # via ipython
 translationstring==1.3    # via colander
 turbogears2==2.3.12       # via -r requirements.in
-urllib3==1.25.8           # via requests
+urllib3==1.25.10          # via requests
 waitress==1.4.3           # via webtest
 wcwidth==0.1.7            # via prompt-toolkit
 webencodings==0.5.1       # via bleach, html5lib