From 5f636ff4ba571215ba10223088de1900af12eb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:59:19 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 2 updates Bumps the python-dependencies group with 2 updates in the / directory: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) and [boto3](https://github.com/boto/boto3). Updates `boto3-stubs` from 1.35.49 to 1.35.50 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `boto3` from 1.35.49 to 1.35.50 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.49...1.35.50) --- updated-dependencies: - dependency-name: boto3-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 27cd616a7..87dbc7beb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flake8-noqa==1.4.0 mypy==1.13.0 -boto3-stubs==1.35.49 +boto3-stubs==1.35.50 lxml-stubs==0.5.1 types-PyMySQL==1.1.0.20240524 types-python-dateutil==2.9.0.20241003 diff --git a/requirements-test.txt b/requirements-test.txt index 7a1c3994d..9199c2c42 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -boto3==1.35.49 +boto3==1.35.50 pytest==8.3.3 -r requirements.txt