From 5fce87f5e0107ce1087cf4705a6e22bdc3feaf6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:02:34 +0000 Subject: [PATCH 1/5] Bump types-pygments from 2.14.0.2 to 2.14.0.3 (#530) Bumps [types-pygments](https://github.com/python/typeshed) from 2.14.0.2 to 2.14.0.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pygments dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de95739f..f27e6b9c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ docutils==0.19 flake8==6.0.0 mypy==1.0.0 Sphinx==6.1.3 -types-pygments==2.14.0.2 +types-pygments==2.14.0.3 From 88ef453b3e2be9aa869ea0371fdfeca52987094e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 23:04:24 +0000 Subject: [PATCH 2/5] Bump mypy from 1.0.0 to 1.0.1 (#531) Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f27e6b9c..3993c6bf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ docutils==0.19 flake8==6.0.0 -mypy==1.0.0 +mypy==1.0.1 Sphinx==6.1.3 types-pygments==2.14.0.3 From efbe207bd8d17c8eacd9075e2534daa38a5f29b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:06:20 +0000 Subject: [PATCH 3/5] Bump types-pygments from 2.14.0.3 to 2.14.0.5 (#532) Bumps [types-pygments](https://github.com/python/typeshed) from 2.14.0.3 to 2.14.0.5. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pygments dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3993c6bf..71dbd038 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ docutils==0.19 flake8==6.0.0 mypy==1.0.1 Sphinx==6.1.3 -types-pygments==2.14.0.3 +types-pygments==2.14.0.5 From 6b34b6a68a51f9450409169918ced72d6ce7a556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:01:57 +0000 Subject: [PATCH 4/5] Bump coverage from 7.1.0 to 7.2.0 (#534) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b55e64fb..bcd5e97c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . click==8.1.3 -coverage==7.1.0 +coverage==7.2.0 grablib==0.8 pytest==6.2.5 pytest-aiohttp==1.0.4 From 8b14abc6f956831748952e69f72c143f32586b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:02:52 +0000 Subject: [PATCH 5/5] Bump pytest from 6.2.5 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.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/6.2.5...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bcd5e97c..645cb5d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==8.1.3 coverage==7.2.0 grablib==0.8 -pytest==6.2.5 +pytest==7.2.1 pytest-aiohttp==1.0.4 pytest-cov==4.0.0 pytest-forked==1.6.0