From 3579f2fd0936a653f0bb2eb6552cd6adca16e7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 06:14:37 +0000 Subject: [PATCH 1/4] Bump pytest-asyncio from 0.18.0 to 0.18.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: pytest-asyncio 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 ae5204a..fec44c5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ flake8==4.0.1 pytest==7.0.0 pytest-asyncio==0.16.0;python_version<"3.7" -pytest-asyncio==0.18.0;python_version>="3.7" +pytest-asyncio==0.18.1;python_version>="3.7" pytest-cov==3.0.0 pytest-httpserver==1.0.4 pytest-rerunfailures==10.2 From 4f7781b7a2e7d5953c7fa1ed911d3b740265e809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 06:09:03 +0000 Subject: [PATCH 2/4] Bump pytest from 7.0.0 to 7.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1) --- updated-dependencies: - dependency-name: pytest 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 ae5204a..2414b2f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ flake8==4.0.1 -pytest==7.0.0 +pytest==7.0.1 pytest-asyncio==0.16.0;python_version<"3.7" pytest-asyncio==0.18.0;python_version>="3.7" pytest-cov==3.0.0 From 182a493b6a5d8f3350c9fbdbd98a6b7682dc594d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 06:09:08 +0000 Subject: [PATCH 3/4] Bump typing-extensions from 4.0.1 to 4.1.1 Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](https://github.com/python/typing/compare/4.0.1...4.1.1) --- updated-dependencies: - dependency-name: typing-extensions 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 2478164..aa2b3f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ soupsieve==2.3.1 stem==1.8.0 torrequest==0.1.0 tqdm==4.62.3 -typing-extensions==4.0.1 +typing-extensions==4.1.1 webencodings==0.5.1 xhtml2pdf==0.2.5 XMind==1.2.0 From 8b7ea67edc2db880629818fb575df8ddfe2282cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 06:07:51 +0000 Subject: [PATCH 4/4] Bump lxml from 4.7.1 to 4.8.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.7.1...lxml-4.8.0) --- updated-dependencies: - dependency-name: lxml 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 2478164..2d5f82f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ future-annotations==1.0.0 html5lib==1.1 idna==3.3 Jinja2==3.0.3 -lxml==4.7.1 +lxml==4.8.0 MarkupSafe==2.0.1 mock==4.0.3 multidict==5.2.0;python_version<"3.7"