From 3f4d4534fdb77cb45363d00d7aec7cf5e3b21cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:58:51 +0000 Subject: [PATCH] Bump the python group across 1 directory with 9 updates Bumps the python group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `72.1.0` | `75.1.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.7` | `8.0.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.6` | | [boto3](https://github.com/boto/boto3) | `1.34.153` | `1.35.29` | | [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `24.4.26` | `24.8.19` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.3.1` | | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.20.0` | | [awscli](https://github.com/aws/aws-cli) | `1.33.35` | `1.34.29` | Updates `setuptools` from 72.1.0 to 75.1.0 - [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/v72.1.0...v75.1.0) Updates `sphinx` from 7.4.7 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) Updates `pytest` from 8.3.2 to 8.3.3 - [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/8.3.2...8.3.3) Updates `virtualenv` from 20.26.3 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.3...20.26.6) Updates `boto3` from 1.34.153 to 1.35.29 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.153...1.35.29) Updates `flake8-bugbear` from 24.4.26 to 24.8.19 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.26...24.8.19) Updates `pylint` from 3.2.6 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.3.1) Updates `tox` from 4.16.0 to 4.20.0 - [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.16.0...4.20.0) Updates `awscli` from 1.33.35 to 1.34.29 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.33.35...1.34.29) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pytest 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: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tox 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-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/basics.txt | 4 ++-- requirements/build.txt | 2 +- requirements/check.txt | 4 ++-- requirements/deploy.txt | 2 +- requirements/docs.txt | 4 ++-- requirements/test.txt | 2 +- requirements/tox.txt | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/basics.txt b/requirements/basics.txt index ec97b0f50..cf0da6b4b 100644 --- a/requirements/basics.txt +++ b/requirements/basics.txt @@ -1,8 +1,8 @@ setuptools==59.6.0;python_version<="3.6" setuptools==68.0.0;python_version<="3.7" and python_version>"3.6" -setuptools==72.1.0;python_version>="3.8" +setuptools==75.1.0;python_version>="3.8" virtualenv==20.17.1;python_version<="3.6" -virtualenv==20.26.3;python_version>="3.7" +virtualenv==20.26.6;python_version>="3.7" wheel==0.37.1;python_version<="3.6" wheel==0.42.0;python_version<="3.7" and python_version>"3.6" wheel==0.44.0;python_version>="3.8" diff --git a/requirements/build.txt b/requirements/build.txt index d7012c009..bd22a804a 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.34.153 +boto3==1.35.29 pyinstaller==6.10.0 diff --git a/requirements/check.txt b/requirements/check.txt index 084279ac1..fbf14edc4 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -2,7 +2,7 @@ check-manifest==0.49 flake8==7.1.1 -flake8-bugbear==24.4.26 +flake8-bugbear==24.8.19 flake8-builtins==2.5.0 flake8-docstrings==1.7.0 flake8-isort==6.1.1 @@ -12,5 +12,5 @@ isort==5.13.2 m2r==0.3.1 pep8-naming==0.14.1 pydocstyle==6.3.0 -pylint==3.2.6 +pylint==3.3.1 readme-renderer==44.0 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 694f8abef..e19d9a351 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.33.35 +awscli==1.34.29 diff --git a/requirements/docs.txt b/requirements/docs.txt index 25194554a..055ede595 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ -r docs-check.txt myst-parser==4.0.0 -setuptools==72.1.0 -sphinx==7.4.7 +setuptools==75.1.0 +sphinx==8.0.2 sphinx-rtd-theme==2.0.0 diff --git a/requirements/test.txt b/requirements/test.txt index 3f2f21e82..e53ead6a1 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ mock==5.1.0;python_version>="3.6" pytest==7.0.1;python_version<="3.6" pytest==7.4.4;python_version<="3.7" and python_version>"3.6" -pytest==8.3.2;python_version>="3.8" +pytest==8.3.3;python_version>="3.8" pytest-cov==4.0.0;python_version<="3.6" pytest-cov==4.1.0;python_version<="3.7" and python_version>"3.6" pytest-cov==5.0.0;python_version>="3.8" diff --git a/requirements/tox.txt b/requirements/tox.txt index 33a40bff1..8301d2e6f 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -2,4 +2,4 @@ tox==3.28.0;python_version<="3.6" tox==4.8.0;python_version<="3.7" and python_version>"3.6" -tox==4.16.0;python_version>="3.8" +tox==4.20.0;python_version>="3.8"