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 #708

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the production-dependencies group with 4 updates: boto3, botocore, idna and pydantic-core.

Updates boto3 from 1.35.0 to 1.35.5

Commits
  • 07b20a3 Merge branch 'release-1.35.5'
  • dfe6eee Bumping version to 1.35.5
  • f992cb9 Add changelog entries from botocore
  • 6775096 Merge branch 'release-1.35.4'
  • b3fc22c Merge branch 'release-1.35.4' into develop
  • 2addded Bumping version to 1.35.4
  • 100ab89 Add changelog entries from botocore
  • 2ad7f06 Merge branch 'release-1.35.3'
  • 18867b0 Merge branch 'release-1.35.3' into develop
  • 981c83a Bumping version to 1.35.3
  • Additional commits viewable in compare view

Updates botocore from 1.35.0 to 1.35.5

Changelog

Sourced from botocore's changelog.

1.35.5

  • api-change:bedrock-agent: Releasing the support for Action User Confirmation.
  • api-change:bedrock-agent-runtime: Releasing the support for Action User Confirmation.
  • api-change:codebuild: Added support for the MAC_ARM environment type for CodeBuild fleets.
  • api-change:organizations: Releasing minor partitional endpoint updates.
  • api-change:qbusiness: Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
  • api-change:supplychain: Update API documentation to clarify the event SLA as well as the data model expectations

1.35.4

  • api-change:autoscaling: Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement
  • api-change:bedrock: Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
  • api-change:emr-containers: Correct endpoint for FIPS is configured for US Gov Regions.
  • api-change:inspector2: Add enums for Agentless scan statuses and EC2 enablement error states
  • api-change:quicksight: Explicit query for authors and dashboard viewing sharing for embedded users
  • api-change:route53: Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

1.35.3

  • api-change:codestar: The codestar client has been removed following the deprecation of the service on July 31, 2024.
  • api-change:ec2: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
  • api-change:entityresolution: Increase the mapping attributes in Schema to 35.
  • api-change:glue: Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
  • api-change:lambda: Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
  • api-change:securityhub: Security Hub documentation and definition updates
  • api-change:ses: Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"

1.35.2

  • api-change:ecs: Documentation only release to address various tickets
  • api-change:opensearchserverless: Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
  • api-change:s3: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

1.35.1

  • api-change:bedrock: Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
  • api-change:codebuild: AWS CodeBuild now supports creating fleets with macOS platform for running builds.
  • api-change:deadline: This release adds additional search fields and provides sorting by multiple fields.
  • api-change:lambda: Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
  • api-change:ssm-sap: Add new attributes to the outputs of GetApplication and GetDatabase APIs.
Commits
  • 6231a99 Merge branch 'release-1.35.5'
  • eda9f94 Bumping version to 1.35.5
  • 04f683b Update to latest models
  • a2631c4 Merge branch 'release-1.35.4'
  • 5f7a2a4 Merge branch 'release-1.35.4' into develop
  • cf07f3e Bumping version to 1.35.4
  • 233f4d9 Update partitions file
  • 9da7f13 Update endpoints model
  • bffc5bd Update to latest models
  • 5713250 Merge branch 'release-1.35.3' into develop
  • Additional commits viewable in compare view

Updates idna from 3.7 to 3.8

Release notes

Sourced from idna's releases.

v3.8

What's Changed

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Full Changelog: kjd/idna@v3.7...v3.8

Changelog

Sourced from idna's changelog.

3.8 (2024-08-23) ++++++++++++++++

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Commits
  • 784c6f4 Release v3.8
  • 28c7c9e Typo fix
  • a2b41c3 Pin remainder of Github Actions flagged in code scanning
  • 1f613c5 More Github Action dependency pinning
  • a87e2b6 Update OSSF scorecard to latest version
  • 12d4dd1 Merge pull request #182 from kjd/github-pypi-actions
  • e1a1541 Pin Github Actions dependencies
  • c109d3a Merge branch 'master' into github-pypi-actions
  • f8a8de4 Do not try to build/send packages to TestPyPI for now
  • 613bdde Update regexp to move global flag to start of expression
  • Additional commits viewable in compare view

Updates pydantic-core from 2.20.1 to 2.23.0

Release notes

Sourced from pydantic-core's releases.

v2.23.0 2024-08-19

What's Changed

Full Changelog: pydantic/pydantic-core@v2.22.0...v2.23.0

v2.22.0 2024-08-15

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.21.0...v2.22.0

v2.21.0 2024-08-05

What's Changed

Packaging

Fixes

Features

... (truncated)

Commits
  • 4113638 Prep for v2.23.0 (#1412)
  • 51c412b Breaking change: Change metadata type hint from Any -> `Dict[str, Any] | ...
  • b127652 Adding cls reference to TypedDictSchema (#1410)
  • de04f03 Disable automatic assignees with hooky (#1408)
  • a6d0d63 Version bump to prep for new release (#1406)
  • 08a99b5 Introduce exactness into Decimal validation logic (#1405)
  • fdd1e85 Adding tagged union serializer 🚀 (#1397)
  • 3d8295e Support complex numbers (#1331)
  • bb67044 Use typing_extensions.TypedDict on Python < 3.12 (#1404)
  • a072575 For missing fields, we don't warn on exclude_, so don't warn on exclude (...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pydantic-core [>= 2.19.a, < 2.20]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [idna](https://github.com/kjd/idna) and [pydantic-core](https://github.com/pydantic/pydantic-core).


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

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

Updates `idna` from 3.7 to 3.8
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.8)

Updates `pydantic-core` from 2.20.1 to 2.23.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.23.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: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
@LeonLuttenberger LeonLuttenberger merged commit 91661bd into main Aug 26, 2024
6 checks passed
@LeonLuttenberger LeonLuttenberger deleted the dependabot/pip/production-dependencies-9c6700fe6d branch August 26, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant