-
Notifications
You must be signed in to change notification settings - Fork 2
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
build(deps): bump the dependencies group across 1 directory with 17 updates #273
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pdates Bumps the dependencies group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [granian](https://github.com/emmett-framework/granian) | `1.6.0` | `1.7.5` | | [litestar](https://github.com/litestar-org/litestar) | `2.12.1` | `2.14.0` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.20.0` | `0.21.0` | | [msgspec](https://github.com/jcrist/msgspec) | `0.18.6` | `0.19.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.7.1` | | [ctranslate2](https://github.com/OpenNMT/CTranslate2) | `4.4.0` | `4.5.0` | | [transformers](https://github.com/huggingface/transformers) | `4.44.2` | `4.48.1` | | [sentence-transformers](https://github.com/UKPLab/sentence-transformers) | `3.1.1` | `3.3.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.28.2` | `5.29.3` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.10` | `1.25.2` | | [redis](https://github.com/redis/redis-py) | `5.0.8` | `5.2.1` | | [hiredis](https://github.com/redis/hiredis-py) | `3.0.0` | `3.1.0` | | [torch](https://github.com/pytorch/pytorch) | `2.4.1` | `2.5.1` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.382` | `1.1.392.post0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.7` | `0.9.2` | Updates `granian` from 1.6.0 to 1.7.5 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](emmett-framework/granian@v1.6.0...v1.7.5) Updates `litestar` from 2.12.1 to 2.14.0 - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](litestar-org/litestar@v2.12.1...v2.14.0) Updates `uvloop` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.20.0...v0.21.0) Updates `msgspec` from 0.18.6 to 0.19.0 - [Release notes](https://github.com/jcrist/msgspec/releases) - [Commits](jcrist/msgspec@0.18.6...0.19.0) Updates `pydantic-settings` from 2.5.2 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.5.2...v2.7.1) Updates `ctranslate2` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/OpenNMT/CTranslate2/releases) - [Changelog](https://github.com/OpenNMT/CTranslate2/blob/master/CHANGELOG.md) - [Commits](OpenNMT/CTranslate2@v4.4.0...v4.5.0) Updates `transformers` from 4.44.2 to 4.48.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.44.2...v4.48.1) Updates `sentence-transformers` from 3.1.1 to 3.3.1 - [Release notes](https://github.com/UKPLab/sentence-transformers/releases) - [Commits](UKPLab/sentence-transformers@v3.1.1...v3.3.1) Updates `protobuf` from 5.28.2 to 5.29.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.28.2...v5.29.3) Updates `pymupdf` from 1.24.10 to 1.25.2 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.24.10...1.25.2) Updates `redis` from 5.0.8 to 5.2.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.0.8...v5.2.1) Updates `hiredis` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](redis/hiredis-py@v3.0.0...v3.1.0) Updates `torch` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.4.1...v2.5.1) Updates `pyright` from 1.1.382 to 1.1.392.post0 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.382...v1.1.392.post0) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `pylint` from 3.3.1 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.3) Updates `ruff` from 0.6.7 to 0.9.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.7...0.9.2) --- updated-dependencies: - dependency-name: granian dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: litestar dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: msgspec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ctranslate2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentence-transformers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: hiredis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jan 21, 2025
Superseded by #274. |
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 17 updates in the / directory:
1.6.0
1.7.5
2.12.1
2.14.0
0.20.0
0.21.0
0.18.6
0.19.0
2.5.2
2.7.1
4.4.0
4.5.0
4.44.2
4.48.1
3.1.1
3.3.1
5.28.2
5.29.3
1.24.10
1.25.2
5.0.8
5.2.1
3.0.0
3.1.0
2.4.1
2.5.1
1.1.382
1.1.392.post0
8.3.3
8.3.4
3.3.1
3.3.3
0.6.7
0.9.2
Updates
granian
from 1.6.0 to 1.7.5Release notes
Sourced from granian's releases.
... (truncated)
Commits
22e3145
Bump deps2013cc9
Fixfuture_into_py_futlike
on win5d7fae2
Refactor GIL acquisitions in async runtimea69ea50
Bump version to 1.7.5b5425a1
Update release workflow247a68d
Minor cfg review in callbacks4a8cf4a
Fix context in rust task impl (#482)d15c37e
MoveCallbackSchedulerStep
completely behind cfg flags87038c7
Bump deps115bc85
Bumptungstenite
to 0.26Updates
litestar
from 2.12.1 to 2.14.0Release notes
Sourced from litestar's releases.
... (truncated)
Commits
4c7166a
chore(release): updates change log forv2.14.0
(#3933)10734fa
chore(release): prepare forv2.14.0
5c87273
feat(ci): implementpsycopg
client install formacos
andwindows
runner...9cc5396
fix(ci): only install dev tools in ubuntu (#3931)f1f4c37
feat: add support for Python 3.13 (#3850)2fb6f6b
fix(compression middleware): Fix resource handling (#3927)f5ba3a7
chore(test): updatepytest
and unpin max version (#3925)8ac019d
chore(build): prevent python 3.13 from installing (#3924)75d3430
docs: mentionid
field in1-abstract-dto.rst
(#3803)da30d9f
docs: add aranvir as a contributor for doc, code, and test (#3923)Updates
uvloop
from 0.20.0 to 0.21.0Release notes
Sourced from uvloop's releases.
Commits
2e8feae
bump cibuildwheel version40e8a34
uvloop 0.21.079d5dcd
uvloop 0.21.0beta1fb5a139
Add cleanup_socket param on create_unix_server() (#623)3fba9fa
Updates for Cython3 (#587)3c3bbef
udp errors should result in protocol.error_received (#601)4083a94
Use cythonized SO_REUSEPORT rather than the unwrapped native one. (#609)Updates
msgspec
from 0.18.6 to 0.19.0Release notes
Sourced from msgspec's releases.
Commits
dd965dc
Update changelog for 0.19.08c59e8b
chore(build): updated Github CI Actions (#785)4418e5e
Use eval_type_backport on Python 3.9 if it's installed to resolve `int | None...3c487c1
Fix typo and readability595c33c
Don't fail when parsing types with invalid__parameters__
148f9a1
remove copyright year in docs (#767)e06e9c9
Remove some missed Python 3.8 code76cbca6
Upgrade ruff in pre-commit07e2abd
Remove deprecatedfrom_builtins
f66bbbd
MNT: account for CPython 314 changes (#760)Updates
pydantic-settings
from 2.5.2 to 2.7.1Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
c989335
Prepare release 2.7.1 (#511)66ecc3a
Move preferred alias resolution to private method (#507)95fae54
Prepare release 2.7.0 (#499)b8968a7
Fix attribute error on Python 3.9 with typing.Sequence (#497)3667aed
Improve field value parsing by addingNoDecode
andForceDecode
annotation...2f498fe
Change reference of default values validation in documentation (#496)7bcb6ed
Add support for CLI kebab case flag. (#489)0b3e73d
Relax default protected_namespaces (#483)3f831e9
Removing return type from the function in test (#491)a903697
Strip annotated when getting submodels during CLI parsing. (#490)Updates
ctranslate2
from 4.4.0 to 4.5.0Release notes
Sourced from ctranslate2's releases.
Changelog
Sourced from ctranslate2's changelog.
Commits
383d063
bump_version_4.5.0 (#1805)26fa641
Download CUDNN9 compatible wheels HERE (#1803)100d49c
support phi 3.5 (#1800)c687308
fix crashing on cpu (#1791)087d085
update doc AWQ quantization (#1795)6ebddf3
fix logits vocab (#1786)5ad036d
Mistral nemo (#1785)cb16c8e
Wav2Vec2Bert ASR Inference Support (#1778)Updates
transformers
from 4.44.2 to 4.48.1Release notes
Sourced from transformers's releases.
... (truncated)
Commits
2e752ea
revert my changes785b5cf
v4.48.13b09464
Patch moonshine (#35731)b00807f
Fix condition when GA loss bug fix is not performed (#35651)612bfd0
[Phi
] bias should be True (#35650)6bc0fbc
[WIP] Emu3: add model (#33770)59e28c3
Fix flex_attention in training mode (#35605)7cf6230
push a fix for nowd6f446f
when filtering we can't use the convert script as we removed them8ce1e95
[test-all]Updates
sentence-transformers
from 3.1.1 to 3.3.1Release notes
Sourced from sentence-transformers's releases.
... (truncated)
Commits
f6922f0
Merge branch 'master' into v3.3-release, increment to v3.3.1e156f38
[Fix] Resolve loading private Transformer model in version 3.3.0 (#3058)e28f97d
[docs
] Fix the prompt link to the training script (#3060)c1775a6
Increment the development versionea49e01
Release v3.3.06347b75
Moved Model Card Callback init in Trainer to a separate function (#3047)7ede83b
[enh
] Add Support for multiple adapters on Transformers-based models (#3046)6baee57
[fix] Fix model loading inconsistency after Peft training by using PeftModel ...7be3eac
[feat
] Trainer with prompts and prompt masking (#2964)15d3898
[docs
] Add some missing docs for include_prompt in Pooling (#3042)Updates
protobuf
from 5.28.2 to 5.29.3Commits
b407e84
Updating version.json and repo version numbers to: 29.39a5d2c3
Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default. (...1dc5842
Fix cmake installation location of java and go features (#19773)8e7e6b0
Update artifact actions to v4 (#19703)cbdc8ab
Merge pull request #19719 from protocolbuffers/29.x-2024121814115621748
Updating version.json and repo version numbers to: 29.3-dev2330983
Updating version.json and repo version numbers to: 29.21772657
Automated rollback of commit 23aada230b2478c7a07fe7612489eb8e79b9c379. (#19692)8b9d76c
Export environment variables so bazelisk picks them up (#19690)a1c9b6a
Pin staleness check to Bazel 7 (#19689)Updates
pymupdf
from 1.24.10 to 1.25.2Release notes
Sourced from pymupdf's releases.
... (truncated)
Changelog
Sourced from pymupdf's changelog.
... (truncated)
Commits
ad4b871
Update version numbers and dates for release.55703bf
tests/: improved handling of annot_stem.ad6fa83
docs/: added link to ocr installation info.6f61833
Keyword-only requirements57d1d63
Allow arbitrary ON values for CheckBoxes63a3a08
Address issue 422500f2309
Document mask in TextPage423e059
Detect image masks in TextPage outputdd828bd
scripts/sysinstall.py:Avoid errors from upgrading system pip.b117956
scripts/test.py: minor improvements to comments.Updates
redis
from 5.0.8 to 5.2.1Release notes
Sourced from redis's releases.