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
commit caa2c61cf6e8c6e6f6aab019865e8f89e2a19fcf Author: Dave Brondsema <[email protected]> AuthorDate: Thu Oct 7 21:47:45 2021 +0000 [#8397] upgrade bleach and deps --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c181589..8388534 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ beautifulsoup4==4.10.0 # via # -r requirements.in # webtest -bleach==3.3.0 +bleach==4.1.0 # via pypeline cchardet==2.1.7 # via -r requirements.in @@ -95,7 +95,7 @@ https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d926 # via -r requirements.in oauthlib==3.0.2 # via requests-oauthlib -packaging==20.9 +packaging==21.0 # via bleach paginate==0.5.6 # via -r requirements.in @@ -161,7 +161,7 @@ setproctitle==1.2.2 # via -r requirements.in sgmllib3k==1.0.0 # via feedparser -six==1.15.0 +six==1.16.0 # via # -r requirements.in # bleach
