From 8beb095c201d3197d0e9299bd941f89d1eea9c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 04:02:18 +0000 Subject: [PATCH 1/2] Bump types-docutils from 0.17.1 to 0.17.2 Bumps [types-docutils](https://github.com/python/typeshed) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-docutils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index feaa8f4006c..5fc1f24d987 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -40,7 +40,7 @@ typing-extensions==4.0.1 types-atomicwrites==1.4.1 types-backports==0.1.3 types-cryptography==3.3.10 -types-docutils==0.17.1 +types-docutils==0.17.2 types-ipaddress==1.0.1 types-pyOpenSSL==21.0.1 types-pytz==2021.3.3 From 60c6731786b23a1b879b7a6d51da52dfc3a66a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 04:02:25 +0000 Subject: [PATCH 2/2] Bump attrs from 21.2.0 to 21.3.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 21.2.0 to 21.3.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...21.3.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- requirements.txt | 2 +- test_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index 6f3424e4b10..82008bfa180 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -1,7 +1,7 @@ alabaster==0.7.12 argon2-cffi==21.3.0 async-generator==1.10 -attrs==21.2.0 +attrs==21.3.0 Babel==2.9.1 backcall==0.2.0 bleach==4.1.0 diff --git a/requirements.txt b/requirements.txt index c5a8d73bae0..f060bbd5197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argon2-cffi~=21.3.0 async-generator~=1.10 -attrs~=21.2.0 +attrs~=21.3.0 backcall~=0.2.0 bleach~=4.1.0 broadbean~=0.10.0 diff --git a/test_requirements.txt b/test_requirements.txt index feaa8f4006c..53b8f6924cd 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ apipkg==2.1.0 atomicwrites==1.4.0 -attrs==21.2.0 +attrs==21.3.0 certifi==2021.10.8 chardet==4.0.0 colorama==0.4.4