From 246bff8898538511956912d1342272e71f16498e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:37:08 -0500 Subject: [PATCH] Bump the all-dependencies group in /api with 9 updates (#320) Bumps the all-dependencies group in /api with 9 updates: | Package | From | To | | --- | --- | --- | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.0.0` | `4.1.0` | | [tox](https://github.com/tox-dev/tox) | `4.11.3` | `4.11.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.24.7` | `20.25.0` | | [boto3](https://github.com/boto/boto3) | `1.29.7` | `1.33.6` | | [botocore](https://github.com/boto/botocore) | `1.32.7` | `1.33.6` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `6.8.0` | `7.0.0` | | [s3transfer](https://github.com/boto/s3transfer) | `0.8.0` | `0.8.2` | | [sendgrid](https://github.com/sendgrid/sendgrid-python) | `6.10.0` | `6.11.0` | Updates `platformdirs` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.0.0...4.1.0) Updates `tox` from 4.11.3 to 4.11.4 - [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.11.3...4.11.4) Updates `urllib3` from 2.0.7 to 2.1.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.1.0) Updates `virtualenv` from 20.24.7 to 20.25.0 - [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.24.7...20.25.0) Updates `boto3` from 1.29.7 to 1.33.6 - [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.7...1.33.6) Updates `botocore` from 1.32.7 to 1.33.6 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.32.7...1.33.6) Updates `importlib-metadata` from 6.8.0 to 7.0.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v6.8.0...v7.0.0) Updates `s3transfer` from 0.8.0 to 0.8.2 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.8.0...0.8.2) Updates `sendgrid` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/sendgrid/sendgrid-python/releases) - [Changelog](https://github.com/sendgrid/sendgrid-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-python/compare/6.10.0...6.11.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sendgrid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kyle Deal <152640534+ykdeal@users.noreply.github.com> --- api/requirements-dev.txt | 6 +++--- api/requirements.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/requirements-dev.txt b/api/requirements-dev.txt index 0e3ecbe..c05c868 100644 --- a/api/requirements-dev.txt +++ b/api/requirements-dev.txt @@ -45,7 +45,7 @@ packaging==23.2 # pyproject-api # pytest # tox -platformdirs==4.0.0 +platformdirs==4.1.0 # via # tox # virtualenv @@ -77,13 +77,13 @@ six==1.16.0 # via # -c requirements.txt # requests-mock -tox==4.11.3 +tox==4.11.4 # via -r requirements-dev-minimal.txt urllib3==2.0.7 # via # -c requirements.txt # requests -virtualenv==20.24.7 +virtualenv==20.25.0 # via # pre-commit # requirements-tools diff --git a/api/requirements.txt b/api/requirements.txt index 714d38f..9a0551d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,9 +10,9 @@ arrow==1.3.0 # via -r requirements-minimal.txt blinker==1.7.0 # via flask -boto3==1.29.7 +boto3==1.33.6 # via -r requirements-minimal.txt -botocore==1.32.7 +botocore==1.33.6 # via # boto3 # s3transfer @@ -37,7 +37,7 @@ httplib2==0.22.0 # via -r requirements-minimal.txt idna==3.6 # via requests -importlib-metadata==6.8.0 +importlib-metadata==7.0.0 # via flask itsdangerous==2.1.2 # via flask @@ -73,9 +73,9 @@ pyyaml==6.0.1 # via -r requirements-minimal.txt requests==2.31.0 # via -r requirements-minimal.txt -s3transfer==0.8.0 +s3transfer==0.8.2 # via boto3 -sendgrid==6.10.0 +sendgrid==6.11.0 # via -r requirements-minimal.txt six==1.16.0 # via python-dateutil