From 54c9474feaeab13b37df29f6c64cd2cbed27785f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:31:22 +0000 Subject: [PATCH] Bump the python group with 5 updates Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.12.1` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [awscli](https://github.com/aws/aws-cli) | `1.32.14` | `1.32.29` | | [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `23.12.2` | `24.1.17` | | [boto3](https://github.com/boto/boto3) | `1.34.14` | `1.34.29` | Updates `tox` from 4.11.4 to 4.12.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.11.4...4.12.1) Updates `pytest` from 7.4.4 to 8.0.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.4.4...8.0.0) Updates `awscli` from 1.32.14 to 1.32.29 - [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.32.14...1.32.29) Updates `flake8-bugbear` from 23.12.2 to 24.1.17 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.17) Updates `boto3` from 1.34.14 to 1.34.29 - [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.34.14...1.34.29) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: flake8-bugbear 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/test.txt | 2 +- requirements/tox.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index aea703cee..1008391b8 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.34.14 +boto3==1.34.29 pyinstaller==6.2.0 diff --git a/requirements/check.txt b/requirements/check.txt index 90f6dae46..5d06537b4 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -2,7 +2,7 @@ check-manifest==0.49 flake8==7.0.0 -flake8-bugbear==23.12.2 +flake8-bugbear==24.1.17 flake8-builtins==2.2.0 flake8-docstrings==1.7.0 flake8-isort==6.1.1 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index d2731611c..faf9ea482 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.32.14 +awscli==1.32.29 diff --git a/requirements/test.txt b/requirements/test.txt index 39692521b..76493012c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ mock==3.0.5;python_version<="2.7" mock==5.1.0;python_version>="3.6" pytest==4.6.3;python_version<="2.7" pytest==7.0.1;python_version<="3.6" and python_version>"2.7" -pytest==7.4.4;python_version>="3.7" +pytest==8.0.0;python_version>="3.7" pytest-cov==2.8.1;python_version<="2.7" pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7" pytest-cov==4.1.0;python_version>="3.7" diff --git a/requirements/tox.txt b/requirements/tox.txt index fa965a4c9..b19752bc3 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -3,4 +3,4 @@ tox==3.14.0;python_version<="2.7" tox==3.28.0;python_version<="3.6" and python_version>"2.7" tox==4.8.0;python_version<="3.7" and python_version>"3.6" -tox==4.11.4;python_version>="3.8" +tox==4.12.1;python_version>="3.8"