Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.28.51` | `1.28.53` |
| [botocore](https://github.com/boto/botocore) | `1.31.51` | `1.31.53` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.3.0` | `2.4.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.6.3` | `2.10.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.16` | `2.0.5` |


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

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

Updates `pydantic` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.3.0...v2.4.0)

Updates `pydantic-core` from 2.6.3 to 2.10.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.6.3...v2.10.0)

Updates `urllib3` from 1.26.16 to 2.0.5
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.16...v2.0.5)

---
updated-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
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent f1d56ea commit 60517c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ six==1.16.0
# requests-mock
tox==4.11.3
# via -r requirements-dev-minimal.txt
urllib3==1.26.16
urllib3==2.0.5
# via
# -c requirements.txt
# requests
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.2.3
# via -r requirements-minimal.txt
blinker==1.6.2
# via flask
boto3==1.28.51
boto3==1.28.53
# via -r requirements-minimal.txt
botocore==1.31.51
botocore==1.31.53
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,9 +55,9 @@ networkx==3.1
# via -r requirements-minimal.txt
psycopg2-binary==2.9.7
# via -r requirements-minimal.txt
pydantic==2.3.0
pydantic==2.4.0
# via -r requirements-minimal.txt
pydantic-core==2.6.3
pydantic-core==2.10.0
# via pydantic
pyparsing==3.1.1
# via httplib2
Expand Down Expand Up @@ -89,7 +89,7 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# sqlalchemy
urllib3==1.26.16
urllib3==2.0.5
# via
# -r requirements-minimal.txt
# botocore
Expand Down

0 comments on commit 60517c6

Please sign in to comment.