From 07c8bb20a05c62e38071ac8445ce35d1b785b3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:13:44 +0000 Subject: [PATCH 1/3] build(deps): bump virtualenv from 20.11.2 to 20.13.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.11.2 to 20.13.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.11.2...20.13.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5397d65..a581d4a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ toml==0.10.2 typed-ast==1.5.1 typing-extensions==4.0.1 urllib3==1.26.7 -virtualenv==20.11.2 +virtualenv==20.13.0 wrapt==1.13.3 From 9e993bac0ca4daefdeb0a9949713b25cdf81ba8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:09:49 +0000 Subject: [PATCH 2/3] build(deps): bump astroid from 2.9.0 to 2.9.2 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.9.0 to 2.9.2. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/v2.9.0...v2.9.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5397d65..0294e5b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==2.9.0 +astroid==2.9.2 atomicwrites==1.4.0 attrs==21.3.0 black==21.4b2 From f7684bbd39ffedc1af826fd4ae84863f7e21bf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:09:54 +0000 Subject: [PATCH 3/3] build(deps): bump requests from 2.26.0 to 2.27.0 Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.27.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5397d65..ac427057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pytest==6.2.3 pytest-cov==2.11.1 PyYAML==5.4.1 regex==2021.11.10 -requests==2.26.0 +requests==2.27.0 six==1.16.0 toml==0.10.2 typed-ast==1.5.1