From 6243552de11873b6a11fa13371acae1cd2332dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:02:34 +0000 Subject: [PATCH 1/5] Bump flake8 from 5.0.4 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cb925c4..ae5ab28 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ twine==4.0.1 wheel==0.37.1 pytest==7.1.3 pytest-cov==4.0.0 -flake8==5.0.4 +flake8==6.0.0 mypy==0.982 types-markdown==3.4.2.1 From 0ca248ede3012e1f8a9a8287bcc7a0587d1d5533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:02:57 +0000 Subject: [PATCH 2/5] Bump twine from 4.0.1 to 4.0.2 Bumps [twine](https://github.com/pypa/twine) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cb925c4..3a74eb3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ sphinx==5.3.0 -twine==4.0.1 +twine==4.0.2 wheel==0.37.1 pytest==7.1.3 pytest-cov==4.0.0 From f6c18d381983e787aa58a652f31d91843b94d577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:58:58 +0000 Subject: [PATCH 3/5] Bump wheel from 0.37.1 to 0.40.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.40.0. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.37.1...0.40.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cb925c4..c7978eb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ sphinx==5.3.0 twine==4.0.1 -wheel==0.37.1 +wheel==0.40.0 pytest==7.1.3 pytest-cov==4.0.0 flake8==5.0.4 From c3f0dffd11147f25d28b6f901c1c703e7f04ea25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:57:48 +0000 Subject: [PATCH 4/5] Bump mypy from 0.982 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.2.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cb925c4..77404a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ wheel==0.37.1 pytest==7.1.3 pytest-cov==4.0.0 flake8==5.0.4 -mypy==0.982 +mypy==1.2.0 types-markdown==3.4.2.1 From 06d8623dd7dae992c3cdefec1267e5f4fed7b4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:58:07 +0000 Subject: [PATCH 5/5] Bump pytest from 7.1.3 to 7.3.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.3.0. - [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.1.3...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cb925c4..de71638 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ sphinx==5.3.0 twine==4.0.1 wheel==0.37.1 -pytest==7.1.3 +pytest==7.3.0 pytest-cov==4.0.0 flake8==5.0.4 mypy==0.982