From b178e2cd60652b13aec1dbf90154fbabbf00d1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:28:36 +0000 Subject: [PATCH] Bump the python group with 7 updates Bumps the python group with 7 updates: | Package | From | To | | --- | --- | --- | | [awscli](https://github.com/aws/aws-cli) | `1.30.3` | `1.30.7` | | [pygments](https://github.com/pygments/pygments) | `2.17.1` | `2.17.2` | | [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `23.9.16` | `23.11.26` | | [setuptools](https://github.com/pypa/setuptools) | `68.2.2` | `69.0.2` | | [boto3](https://github.com/boto/boto3) | `1.29.3` | `1.29.7` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.24.6` | `20.24.7` | | [wheel](https://github.com/pypa/wheel) | `0.41.3` | `0.42.0` | Updates `awscli` from 1.30.3 to 1.30.7 - [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.30.3...1.30.7) Updates `pygments` from 2.17.1 to 2.17.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.17.1...2.17.2) Updates `flake8-bugbear` from 23.9.16 to 23.11.26 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26) Updates `setuptools` from 68.2.2 to 69.0.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.2.2...v69.0.2) Updates `boto3` from 1.29.3 to 1.29.7 - [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.29.3...1.29.7) Updates `virtualenv` from 20.24.6 to 20.24.7 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.24.7/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.24.6...20.24.7) Updates `wheel` from 0.41.3 to 0.42.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.41.3...0.42.0) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pygments 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-minor dependency-group: python - dependency-name: setuptools 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 - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/basics.txt | 6 +++--- requirements/build.txt | 2 +- requirements/check.txt | 2 +- requirements/deploy.txt | 2 +- requirements/docs-check.txt | 2 +- requirements/docs.txt | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/basics.txt b/requirements/basics.txt index 452165742..019a221b8 100644 --- a/requirements/basics.txt +++ b/requirements/basics.txt @@ -1,10 +1,10 @@ setuptools==43.0.0;python_version<="2.7" setuptools==59.6.0;python_version<="3.6" and python_version>"2.7" setuptools==68.0.0;python_version<="3.7" and python_version>"3.6" -setuptools==68.2.2;python_version>="3.8" +setuptools==69.0.2;python_version>="3.8" virtualenv==20.15.1;python_version<="2.7" virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7" -virtualenv==20.24.6;python_version>="3.7" +virtualenv==20.24.7;python_version>="3.7" wheel==0.33.6;python_version<="2.7" wheel==0.37.1;python_version<="3.6" and python_version>"2.7" -wheel==0.41.3;python_version>="3.7" +wheel==0.42.0;python_version>="3.7" diff --git a/requirements/build.txt b/requirements/build.txt index 2ffd70436..340c9df38 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.29.3 +boto3==1.29.7 pyinstaller==6.2.0 diff --git a/requirements/check.txt b/requirements/check.txt index bb40f96c3..4999b2229 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -2,7 +2,7 @@ check-manifest==0.49 flake8==6.1.0 -flake8-bugbear==23.9.16 +flake8-bugbear==23.11.26 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 48168f680..6b8c4fb44 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.30.3 +awscli==1.30.7 diff --git a/requirements/docs-check.txt b/requirements/docs-check.txt index cdde9537f..d6f6e4dbf 100644 --- a/requirements/docs-check.txt +++ b/requirements/docs-check.txt @@ -1 +1 @@ -pygments==2.17.1 +pygments==2.17.2 diff --git a/requirements/docs.txt b/requirements/docs.txt index 1e172de2a..c27f334d6 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ -r docs-check.txt myst-parser==2.0.0 -setuptools==68.2.2 +setuptools==69.0.2 sphinx==7.2.6 sphinx-rtd-theme==1.3.0