From 92a65cbe5b767f1f8e8c358a0532f43b19a7d56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:48:21 +0000 Subject: [PATCH] Bump the python group with 4 updates Bumps the python group with 4 updates: [awscli](https://github.com/aws/aws-cli), [virtualenv](https://github.com/pypa/virtualenv), [boto3](https://github.com/boto/boto3) and [pygments](https://github.com/pygments/pygments). Updates `awscli` from 1.32.93 to 1.32.98 - [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.93...1.32.98) Updates `virtualenv` from 20.26.0 to 20.26.1 - [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.0...20.26.1) Updates `boto3` from 1.34.93 to 1.34.98 - [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.93...1.34.98) Updates `pygments` from 2.17.2 to 2.18.0 - [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.2...2.18.0) --- updated-dependencies: - dependency-name: awscli 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-patch dependency-group: python - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/basics.txt | 2 +- requirements/build.txt | 2 +- requirements/deploy.txt | 2 +- requirements/docs-check.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/basics.txt b/requirements/basics.txt index 39c20a8f9..9ad8e20d0 100644 --- a/requirements/basics.txt +++ b/requirements/basics.txt @@ -4,7 +4,7 @@ setuptools==68.0.0;python_version<="3.7" and python_version>"3.6" setuptools==69.5.1;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.26.0;python_version>="3.7" +virtualenv==20.26.1;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.42.0;python_version<="3.7" and python_version>"3.6" diff --git a/requirements/build.txt b/requirements/build.txt index 0a4e3c35d..d8a498751 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.34.93 +boto3==1.34.98 pyinstaller==6.6.0 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 5981b6e60..625490da0 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.32.93 +awscli==1.32.98 diff --git a/requirements/docs-check.txt b/requirements/docs-check.txt index d6f6e4dbf..b5af3d8a6 100644 --- a/requirements/docs-check.txt +++ b/requirements/docs-check.txt @@ -1 +1 @@ -pygments==2.17.2 +pygments==2.18.0