Skip to content

Commit

Permalink
Bump the all-dependencies group in /api with 5 updates (#360)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /api with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [requests-mock](https://github.com/jamielennox/requests-mock) | `1.11.0` | `1.12.1` |
| [boto3](https://github.com/boto/boto3) | `1.34.69` | `1.34.74` |
| [botocore](https://github.com/boto/botocore) | `1.34.69` | `1.34.74` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.3` | `2.17.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.1` | `3.0.2` |


Updates `requests-mock` from 1.11.0 to 1.12.1
- [Release notes](https://github.com/jamielennox/requests-mock/releases)
- [Commits](jamielennox/requests-mock@1.11.0...1.12.1)

Updates `boto3` from 1.34.69 to 1.34.74
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.69...1.34.74)

Updates `botocore` from 1.34.69 to 1.34.74
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.69...1.34.74)

Updates `pydantic-core` from 2.16.3 to 2.17.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.16.3...v2.17.0)

Updates `werkzeug` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/3.0.2/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: requests-mock
  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-patch
  dependency-group: all-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Deal <[email protected]>
  • Loading branch information
dependabot[bot] and Kyle Deal authored Apr 1, 2024
1 parent ef60643 commit 1321802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ requests==2.31.0
# via
# -c requirements.txt
# requests-mock
requests-mock==1.11.0
requests-mock==1.12.1
# via -r requirements-dev-minimal.txt
requirements-tools==2.1.0
# via -r requirements-dev-minimal.txt
Expand Down
6 changes: 3 additions & 3 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.34.69
boto3==1.34.74
# via -r requirements-minimal.txt
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -94,7 +94,7 @@ urllib3==2.2.1
# -r requirements-minimal.txt
# botocore
# requests
werkzeug==3.0.1
werkzeug==3.0.2
# via flask
zipp==3.18.1
# via importlib-metadata
Expand Down

0 comments on commit 1321802

Please sign in to comment.