From 559c050aa2379fee771ad6a13cf04f1eff857330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:19:40 +0000 Subject: [PATCH 1/3] Bump the python group with 5 updates Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [pip](https://github.com/pypa/pip) | `23.2.1` | `23.3.1` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.12.0` | | [awscli](https://github.com/aws/aws-cli) | `1.29.57` | `1.29.68` | | [pylint](https://github.com/pylint-dev/pylint) | `2.17.7` | `3.0.2` | | [boto3](https://github.com/boto/boto3) | `1.28.57` | `1.28.68` | Updates `pip` from 23.2.1 to 23.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.2.1...23.3.1) Updates `pytest-mock` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0) Updates `awscli` from 1.29.57 to 1.29.68 - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/aws/aws-cli/compare/1.29.57...1.29.68) Updates `pylint` from 2.17.7 to 3.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v3.0.2) Updates `boto3` from 1.28.57 to 1.28.68 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.57...1.28.68) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/check.txt | 2 +- requirements/deploy.txt | 2 +- requirements/pip.txt | 2 +- requirements/test.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index f4cf7ed8e..20120e391 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.28.57 +boto3==1.28.68 pyinstaller==6.1.0 diff --git a/requirements/check.txt b/requirements/check.txt index 7cae1903d..457c0f2ba 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -12,5 +12,5 @@ isort==5.12.0 m2r==0.3.1 pep8-naming==0.13.3 pydocstyle==6.3.0 -pylint==2.17.7 +pylint==3.0.2 readme-renderer==42.0 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 7b80ca0e1..46bd27cbe 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.29.57 +awscli==1.29.68 diff --git a/requirements/pip.txt b/requirements/pip.txt index 6c91d33f8..2cd10bc86 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,3 +1,3 @@ pip==19.3.1;python_version<="2.7" pip==21.3.1;python_version<="3.6" and python_version>"2.7" -pip==23.2.1;python_version>="3.7" +pip==23.3.1;python_version>="3.7" diff --git a/requirements/test.txt b/requirements/test.txt index f518fe7a8..b95d80fe0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,4 +8,4 @@ pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7" pytest-cov==4.1.0;python_version>="3.7" pytest-mock==2.0.0;python_version<="2.7" pytest-mock==3.6.1;python_version<="3.6" and python_version>"2.7" -pytest-mock==3.11.1;python_version>="3.7" +pytest-mock==3.12.0;python_version>="3.7" From d5923819ffab22d4f920ca22a9c81d658c23cd38 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 26 Oct 2023 12:37:31 -0700 Subject: [PATCH 2/3] Pins pytest-mock for python 3.7 --- requirements/test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index b95d80fe0..5abe27d3d 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,4 +8,5 @@ pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7" pytest-cov==4.1.0;python_version>="3.7" pytest-mock==2.0.0;python_version<="2.7" pytest-mock==3.6.1;python_version<="3.6" and python_version>"2.7" -pytest-mock==3.12.0;python_version>="3.7" +pytest-mock==3.11.1;python_version<="3.7" and python_version>"3.6" +pytest-mock==3.12.0;python_version>="3.8" From b012855fea615fbae2462ae6074c6dcb70f389df Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 26 Oct 2023 12:49:21 -0700 Subject: [PATCH 3/3] Updates pylint min-similar-lines for v3 --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 3b85162fb..28256a162 100644 --- a/.pylintrc +++ b/.pylintrc @@ -200,7 +200,7 @@ notes=FIXME,XXX,TODO [SIMILARITIES] # Minimum lines number of a similarity. -min-similarity-lines=4 +min-similarity-lines=14 # Ignore comments when computing similarities. ignore-comments=yes