From 528cf297bae07540dd0fc035d49f8a4de2f3dfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:11:25 +0000 Subject: [PATCH 1/3] build(deps): bump regex from 2021.9.24 to 2021.9.30 Bumps [regex](https://bitbucket.org/mrabarnett/mrab-regex) from 2021.9.24 to 2021.9.30. - [Commits](https://bitbucket.org/mrabarnett/mrab-regex/commits) --- updated-dependencies: - dependency-name: regex 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 d8c4938..181dde1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pyparsing==2.4.7 pytest==6.2.3 pytest-cov==2.11.1 PyYAML==5.4.1 -regex==2021.9.24 +regex==2021.9.30 requests==2.26.0 six==1.16.0 toml==0.10.2 From 267f2aff148fc990f90911a6daa62dc4e16c9301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:14:16 +0000 Subject: [PATCH 2/3] build(deps): bump filelock from 3.1.0 to 3.3.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.1.0...3.3.0) --- updated-dependencies: - dependency-name: filelock 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 d8c4938..5593121 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ codacy-coverage==1.3.11 colorama==0.4.4 coverage==5.5 distlib==0.3.3 -filelock==3.1.0 +filelock==3.3.0 flake8==3.9.1 identify==2.2.15 idna==3.2 From 27fb7c5e4b9d3989e7a3927b4090d0e848a0b694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:15:14 +0000 Subject: [PATCH 3/3] build(deps-dev): bump pytest-cov from 2.12.1 to 3.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.1...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3173e62..c5a25fc 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ flake8 = "==3.9.2" pre-commit = "==2.15.0" pylint = "==2.11.1" pytest = "==6.2.5" -pytest-cov = "==2.12.1" +pytest-cov = "==3.0.0" [packages] PyYAML = "==5.4.1"