From cac2d2bd2fcf437b93f76898d0bfd73229b7d3e9 Mon Sep 17 00:00:00 2001 From: qujingpengf Date: Tue, 27 Jan 2026 14:53:08 +0800 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 0eba1d3e547b2453b1aa987a8da7996ffd0bac06 Mon Sep 17 00:00:00 2001 From: qujingpengf Date: Wed, 28 Jan 2026 01:39:47 +0800 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 7e23cf99d88de96c981631bb31b21c2494470a36 Mon Sep 17 00:00:00 2001 From: qujingpengf Date: Fri, 30 Jan 2026 16:13:35 +0800 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"