From edbfa96161d48eb421a79b9a8f7107f0ff2c4358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 19:27:29 +0000 Subject: [PATCH 1/3] Bump requests from 2.19.1 to 2.20.0 Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.19.1...v2.20.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2886a7fe..69c26ab40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ packaging==17.1 Pygments==2.2.0 pyparsing==2.2.0 pytz==2018.5 -requests==2.19.1 +requests==2.20.0 six==1.11.0 snowballstemmer==1.2.1 Sphinx==1.7.6 From 238c5a6c915d704222be4bacc870d0a8896c1ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 19:27:31 +0000 Subject: [PATCH 2/3] Bump urllib3 from 1.23 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2886a7fe..40dfefd93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ snowballstemmer==1.2.1 Sphinx==1.7.6 sphinx-sitemap==0.3.1 sphinxcontrib-websupport==1.1.0 -urllib3==1.23 +urllib3==1.26.5 From 281f47cab057610c3dc802e11aaf2ebe8254bfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 19:27:31 +0000 Subject: [PATCH 3/3] Bump jinja2 from 2.10 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2886a7fe..81b449b92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ chardet==3.0.4 docutils==0.14 idna==2.7 imagesize==1.0.0 -Jinja2==2.10 +Jinja2==2.11.3 MarkupSafe==1.0 packaging==17.1 Pygments==2.2.0