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 patch-update group with 5 updates #10210

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the patch-update group with 5 updates:

Package From To
awscli 1.35.19 1.35.23
boto3 1.35.53 1.35.57
botocore 1.35.53 1.35.57
datamodel-code-generator 0.26.2 0.26.3
tokenizers 0.20.1 0.20.3

Updates awscli from 1.35.19 to 1.35.23

Commits
  • de740a5 Merge branch 'release-1.35.23'
  • 0ad5884 Bumping version to 1.35.23
  • 16a1f3b Update changelog based on model updates
  • aa727bd Merge branch 'release-1.35.22'
  • 74da4ca Merge branch 'release-1.35.22' into develop
  • 781afaa Bumping version to 1.35.22
  • cfa11e5 Update changelog based on model updates
  • 27bbb6f Merge branch 'release-1.35.21'
  • 7674dd4 Merge branch 'release-1.35.21' into develop
  • 7399573 Bumping version to 1.35.21
  • Additional commits viewable in compare view

Updates boto3 from 1.35.53 to 1.35.57

Commits
  • be729ae Merge branch 'release-1.35.57'
  • 3dbc942 Bumping version to 1.35.57
  • bdfdd00 Add changelog entries from botocore
  • 7376423 Merge branch 'release-1.35.56'
  • 9b22d5a Merge branch 'release-1.35.56' into develop
  • aa17d21 Bumping version to 1.35.56
  • 7d746c6 Add changelog entries from botocore
  • a48a256 Merge branch 'release-1.35.55'
  • 90f444e Merge branch 'release-1.35.55' into develop
  • 66576f6 Bumping version to 1.35.55
  • Additional commits viewable in compare view

Updates botocore from 1.35.53 to 1.35.57

Commits
  • 7f98a07 Merge branch 'release-1.35.57'
  • 3484381 Bumping version to 1.35.57
  • d81a864 Update endpoints model
  • 286c716 Update to latest models
  • be9a56f Merge branch 'release-1.35.56'
  • ca9a86c Merge branch 'release-1.35.56' into develop
  • b05f89c Bumping version to 1.35.56
  • bc6384d Update endpoints model
  • 6aa242c Update to latest models
  • 2d342d5 Merge branch 'release-1.35.55' into develop
  • Additional commits viewable in compare view

Updates datamodel-code-generator from 0.26.2 to 0.26.3

Release notes

Sourced from datamodel-code-generator's releases.

0.26.3

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.2...0.26.3

Commits
  • f5c8852 Merge branch 'fix-poetry-lock'
  • e6ace43 Merge branch 'main' into fix-poetry-lock
  • da7d054 feat: msgspec discriminated unions (#2081)
  • 6c3e114 Fix discriminator mapping resolution in schemas with parent-child hierarchy (...
  • cb0462a [pre-commit.ci] pre-commit autoupdate (#2131)
  • e208c0a Support use_enum_values in ConfigDict (#2134)
  • 34654ad Bump graphql-core from 3.2.4 to 3.2.5 (#2107)
  • 2ddf98f feat: add msgspec support for --output-datetime-class datetime (#2124)
  • 298d9fb Fix content-hash; add pre-commit-check for poetry.
  • d306553 Bump ruff from 0.5.6 to 0.6.9 (#2109)
  • Additional commits viewable in compare view

Updates tokenizers from 0.20.1 to 0.20.3

Release notes

Sourced from tokenizers's releases.

v0.20.3

What's Changed

There was a breaking change in 0.20.3 for tuple inputs of encode_batch!

New Contributors

Full Changelog: huggingface/tokenizers@v0.20.2...v0.20.3

v0.20.2

Release v0.20.2

Thanks a MILE to @​diliop we now have support for python 3.13! 🥳

What's Changed

New Contributors

Full Changelog: huggingface/tokenizers@v0.20.1...v0.20.2

Commits

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 patch-update group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [awscli](https://github.com/aws/aws-cli) | `1.35.19` | `1.35.23` |
| [boto3](https://github.com/boto/boto3) | `1.35.53` | `1.35.57` |
| [botocore](https://github.com/boto/botocore) | `1.35.53` | `1.35.57` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.26.2` | `0.26.3` |
| [tokenizers](https://github.com/huggingface/tokenizers) | `0.20.1` | `0.20.3` |


Updates `awscli` from 1.35.19 to 1.35.23
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.35.19...1.35.23)

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

Updates `botocore` from 1.35.53 to 1.35.57
- [Commits](boto/botocore@1.35.53...1.35.57)

Updates `datamodel-code-generator` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.26.2...0.26.3)

Updates `tokenizers` from 0.20.1 to 0.20.3
- [Release notes](https://github.com/huggingface/tokenizers/releases)
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md)
- [Commits](huggingface/tokenizers@v0.20.1...v0.20.3)

---
updated-dependencies:
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-update
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-update
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-update
- dependency-name: datamodel-code-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-update
- dependency-name: tokenizers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-update
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@dependabot dependabot bot requested review from khluu and simon-mo November 11, 2024 05:12
Copy link

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@mergify mergify bot added the ci/build label Nov 11, 2024
@khluu khluu added the ready ONLY add when PR is ready to merge/full CI is needed label Nov 11, 2024
@khluu khluu enabled auto-merge (squash) November 11, 2024 06:19
@khluu khluu merged commit 9804ac7 into main Nov 11, 2024
83 checks passed
@khluu khluu deleted the dependabot/pip/patch-update-4b9357ba3e branch November 11, 2024 07:22
jeejeelee pushed a commit to jeejeelee/vllm that referenced this pull request Nov 11, 2024
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jee Jee Li <[email protected]>
rickyyx pushed a commit to rickyyx/vllm that referenced this pull request Nov 13, 2024
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
omer-dayan pushed a commit to omer-dayan/vllm that referenced this pull request Nov 14, 2024
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: OmerD <[email protected]>
sumitd2 pushed a commit to sumitd2/vllm that referenced this pull request Nov 14, 2024
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sumit Dubey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/build dependencies Pull requests that update a dependency file ready ONLY add when PR is ready to merge/full CI is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant