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 across 1 directory with 5 updates #784

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the production-dependencies group with 5 updates in the / directory:

Package From To
boto3 1.36.4 1.36.11
botocore 1.36.4 1.36.11
s3transfer 0.11.1 0.11.2
pydantic 2.10.5 2.10.6
pydantic-core 2.27.2 2.28.0

Updates boto3 from 1.36.4 to 1.36.11

Commits
  • 1f4efb9 Merge branch 'release-1.36.11'
  • c7543e5 Bumping version to 1.36.11
  • 18d8817 Add changelog entries from botocore
  • 7893a06 Merge branch 'release-1.36.10'
  • c5c634b Merge branch 'release-1.36.10' into develop
  • f147d86 Bumping version to 1.36.10
  • 07397a2 Add changelog entries from botocore
  • 6003754 Merge branch 'release-1.36.9'
  • 622fdef Merge branch 'release-1.36.9' into develop
  • 76e9059 Bumping version to 1.36.9
  • Additional commits viewable in compare view

Updates botocore from 1.36.4 to 1.36.11

Commits
  • c126c4f Merge branch 'release-1.36.11'
  • b8d3c14 Bumping version to 1.36.11
  • 34eb3f6 Update to latest models
  • a97cfe9 Ignore Content-Length header when setting 'chunked' for Transfer-Encoding (#3...
  • 53104ee Merge branch 'release-1.36.10'
  • 84ed226 Merge branch 'release-1.36.10' into develop
  • 41ddfc8 Bumping version to 1.36.10
  • 5227714 Update endpoints model
  • 703d19e Update to latest models
  • 45da16d Update awscrt version to 0.23.8 (#3358)
  • Additional commits viewable in compare view

Updates s3transfer from 0.11.1 to 0.11.2

Changelog

Sourced from s3transfer's changelog.

0.11.2

  • bugfix:upload: Only set a default checksum if the request_checksum_calculation config is set to when_supported. Fixes boto/s3transfer#327 <https://github.com/boto/s3transfer/issues/327>__.
Commits
  • e2310f6 Merge branch 'release-0.11.2'
  • d66e5b6 Bumping version to 0.11.2
  • bc23c92 Only set default checksum if request_checksum_calculation config is set t...
  • cb67175 Merge branch 'release-0.11.1' into develop
  • See full diff in compare view

Updates pydantic from 2.10.5 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

Commits

Updates pydantic-core from 2.27.2 to 2.28.0

Release notes

Sourced from pydantic-core's releases.

v2.28.0 2025-01-30

What's Changed

Full Changelog: pydantic/pydantic-core@v2.27.1...v2.28.0

Commits

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

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.36.4` | `1.36.11` |
| [botocore](https://github.com/boto/botocore) | `1.36.4` | `1.36.11` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.11.1` | `0.11.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.28.0` |



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

Updates `botocore` from 1.36.4 to 1.36.11
- [Commits](boto/botocore@1.36.4...1.36.11)

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

Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

Updates `pydantic-core` from 2.27.2 to 2.28.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.28.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
  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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
@dgraeber dgraeber self-requested a review February 3, 2025 17:15
Copy link
Contributor

@dgraeber dgraeber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This CANNOT be merged. Updating pydantic is a really bad idea...I will add an exclusion for pydantic

@dgraeber
Copy link
Contributor

dgraeber commented Feb 3, 2025

Don't update pydantic

@dgraeber dgraeber closed this Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-38b9c6fea6 branch February 3, 2025 17:51
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