Skip to content

Commit

Permalink
Bump the all-dependencies group in /api with 9 updates (#320)
Browse files Browse the repository at this point in the history
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](tox-dev/platformdirs@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](tox-dev/tox@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](urllib3/urllib3@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](pypa/virtualenv@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](boto/boto3@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](boto/botocore@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](python/importlib_metadata@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](boto/s3transfer@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](sendgrid/sendgrid-python@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Deal <152640534+ykdeal@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Kyle Deal authored Dec 4, 2023
1 parent 261f81d commit 246bff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
platformdirs==4.0.0
platformdirs==4.1.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 246bff8

Please sign in to comment.