From 8806f9167e5dae0b5b700a60d16e1f91ff79b937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:52:19 +0000 Subject: [PATCH] Bump the python group with 3 updates Bumps the python group with 3 updates: [awscli](https://github.com/aws/aws-cli), [pygments](https://github.com/pygments/pygments) and [boto3](https://github.com/boto/boto3). Updates `awscli` from 1.29.84 to 1.30.3 - [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.84...1.30.3) Updates `pygments` from 2.16.1 to 2.17.1 - [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.16.1...2.17.1) Updates `boto3` from 1.28.84 to 1.29.3 - [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.84...1.29.3) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/deploy.txt | 2 +- requirements/docs-check.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index a9a5e3968..53a0dc0fa 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.28.84 +boto3==1.29.3 pyinstaller==6.1.0 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 5ce9248ee..48168f680 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.29.84 +awscli==1.30.3 diff --git a/requirements/docs-check.txt b/requirements/docs-check.txt index d77ed542e..cdde9537f 100644 --- a/requirements/docs-check.txt +++ b/requirements/docs-check.txt @@ -1 +1 @@ -pygments==2.16.1 +pygments==2.17.1