Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the production-dependencies group with 4 updates #637

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [s3transfer](https://github.com/boto/s3transfer) and [pydantic-core](https://github.com/pydantic/pydantic-core).


Updates `boto3` from 1.34.131 to 1.34.136
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.131...1.34.136)

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

Updates `s3transfer` from 0.10.1 to 0.10.2
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.10.1...0.10.2)

Updates `pydantic-core` from 2.18.4 to 2.20.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.18.4...v2.20.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: s3transfer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
commit 3bb603ebe2ae0ea1d333e8ea70e07f12f6edef55
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@ aws-codeseeder==1.0.0
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.131
boto3==1.34.136
# via aws-codeseeder
botocore==1.34.131
botocore==1.34.136
# via
# boto3
# s3transfer
@@ -77,7 +77,7 @@ property-manager==3.0
# via executor
pydantic==2.7.4
# via seed-farmer (setup.py)
pydantic-core==2.18.4
pydantic-core==2.20.0
# via pydantic
pygments==2.18.0
# via rich
@@ -103,7 +103,7 @@ requests==2.32.3
# seed-farmer (setup.py)
rich==13.7.1
# via seed-farmer (setup.py)
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
six==1.16.0
# via
Loading