Bump the dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies python
Bumps the dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| typer | 0.15.3 |
0.15.4 |
| numpy | 2.2.5 |
2.2.6 |
| ruff | 0.11.7 |
0.11.10 |
| types-tqdm | 4.67.0.20250417 |
4.67.0.20250516 |
| types-requests | 2.32.0.20250328 |
2.32.0.20250515 |
| pyarrow-stubs | 19.2 |
19.4 |
| tox | 4.25.0 |
4.26.0 |
| datasets | 3.5.1 |
3.6.0 |
Updates typer from 0.15.3 to 0.15.4
Release notes
Sourced from typer's releases.
0.15.4
Upgrades
- 📌 Pin Click to = 8.2 will be added in a future version. PR #1225 by
@​tiangolo.
Changelog
Sourced from typer's changelog.
0.15.4
Upgrades
- 📌 Pin Click to = 8.2 will be added in a future version. PR #1225 by
@​tiangolo.
Commits
38cbb1f🔖 Release version 0.15.4e46db8f📝 Update release notes589c045📌 Pin Click to < 8.2, compatibility for Click >= 8.2 will be added in a futur...- See full diff in compare view
Updates numpy from 2.2.5 to 2.2.6
Release notes
Sourced from numpy's releases.
v2.2.6 (May 17, 2025)
NumPy 2.2.6 Release Notes
NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release. It is a mix of typing fixes/improvements as well as the normal bug fixes and some CI maintenance.
This release supports Python versions 3.10-3.13.
Contributors
A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Charles Harris
- Ilhan Polat
- Joren Hammudoglu
- Marco Gorelli +
- Matti Picus
- Nathan Goldbaum
- Peter Hawkins
- Sayed Adel
Pull requests merged
A total of 11 pull requests were merged for this release.
- #28778: MAINT: Prepare 2.2.x for further development
- #28851: BLD: Update vendor-meson to fix module_feature conflicts arguments...
- #28852: BUG: fix heap buffer overflow in np.strings.find
- #28853: TYP: fix
NDArray[floating] + floatreturn type- #28864: BUG: fix stringdtype singleton thread safety
- #28865: MAINT: use OpenBLAS 0.3.29
- #28889: MAINT: from_dlpack thread safety fixes
- #28913: TYP: Fix non-existent
CanIndexannotation inndarray.setfield- #28915: MAINT: Avoid dereferencing/strict aliasing warnings
- #28916: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
- #28966: TYP: reject complex scalar types in ndarray.__ifloordiv__
Checksums
MD5
259343f056061f6eadb2f4b8999d06d4 numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl 16fa85488e149489ce7ee044d7b0d307 numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl f01b7aea9d2b76b1eeb49766e615d689 numpy-2.2.6-cp310-cp310-macosx_14_0_arm64.whl f2ddc2b22517f6e31caa1372b12c2499 numpy-2.2.6-cp310-cp310-macosx_14_0_x86_64.whl 52190e22869884f0870eb3df7a283ca9 numpy-2.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 8f382b9ca6770db600edd5ea2447a925 numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl e604aae2ef6e01fb92ecc39aca0424d9 numpy-2.2.6-cp310-cp310-musllinux_1_2_aarch64.whl
... (truncated)
Commits
2b686f6Merge pull request #28980 from charris/prepare-2.2.6ed41828REL: Prepare for the NumPy 2.2.6 release [wheel build]83e4e7fMerge pull request #28966 from charris/backport-28958248f0cbTYP: add rejection-tests for complexndarrayfloordiv5bad9daTYP: reject complex scalar types inndarray.__ifloordiv__6c42775Merge pull request #28915 from charris/backport-288924277e7cMerge pull request #28916 from charris/backport-28898bd1c863BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898)87d1d8aMAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `...9e50659Merge pull request #28913 from charris/backport-28908- Additional commits viewable in compare view
Updates ruff from 0.11.7 to 0.11.10
Release notes
Sourced from ruff's releases.
0.11.10
Release Notes
Preview features
- [
ruff] Implement a recursive check forRUF060(#17976)- [
airflow] Enable autofixes forAIR301andAIR311(#17941)- [
airflow] Apply try catch guard to allAIR3rules (#17887)- [
airflow] ExtendAIR311rules (#17913)Bug fixes
- [
flake8-bugbear] IgnoreB028ifskip_file_prefixesis present (#18047)- [
flake8-pie] Mark autofix forPIE804as unsafe if the dictionary contains comments (#18046)- [
flake8-simplify] Correct behavior forstr.split/rsplitwithmaxsplit=0(SIM905) (#18075)- [
flake8-simplify] FixSIM905autofix forrsplitcreating a reversed list literal (#18045)- [
flake8-use-pathlib] Suppress diagnostics for allos.*functions that have thedir_fdparameter (PTH) (#17968)- [
refurb] Mark autofix as safe only for number literals (FURB116) (#17692)Rule changes
- [
flake8-bandit] SkipS608for expressionless f-strings (#17999)- [
flake8-pytest-style] Don't recommendusefixturesforparametrizevalues (PT019) (#17650)- [
pyupgrade] Addresource.erroras deprecated alias ofOSError(UP024) (#17933)CLI
- Disable jemalloc on Android (#18033)
Documentation
- Update Neovim setup docs (#18108)
- [
flake8-simplify] Add fix safety section (SIM103) (#18086)- [
flake8-simplify] Add fix safety section (SIM112) (#18099)- [
pylint] Add fix safety section (PLC0414) (#17802)- [
pylint] Add fix safety section (PLE4703) (#17824)- [
pylint] Add fix safety section (PLW1514) (#17932)- [
pylint] Add fix safety section (PLW3301) (#17878)- [
ruff] Add fix safety section (RUF007) (#17755)- [
ruff] Add fix safety section (RUF033) (#17760)Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.11.10
Preview features
- [
ruff] Implement a recursive check forRUF060(#17976)- [
airflow] Enable autofixes forAIR301andAIR311(#17941)- [
airflow] Apply try catch guard to allAIR3rules (#17887)- [
airflow] ExtendAIR311rules (#17913)Bug fixes
- [
flake8-bugbear] IgnoreB028ifskip_file_prefixesis present (#18047)- [
flake8-pie] Mark autofix forPIE804as unsafe if the dictionary contains comments (#18046)- [
flake8-simplify] Correct behavior forstr.split/rsplitwithmaxsplit=0(SIM905) (#18075)- [
flake8-simplify] FixSIM905autofix forrsplitcreating a reversed list literal (#18045)- [
flake8-use-pathlib] Suppress diagnostics for allos.*functions that have thedir_fdparameter (PTH) (#17968)- [
refurb] Mark autofix as safe only for number literals (FURB116) (#17692)Rule changes
- [
flake8-bandit] SkipS608for expressionless f-strings (#17999)- [
flake8-pytest-style] Don't recommendusefixturesforparametrizevalues (PT019) (#17650)- [
pyupgrade] Addresource.erroras deprecated alias ofOSError(UP024) (#17933)CLI
- Disable jemalloc on Android (#18033)
Documentation
- Update Neovim setup docs (#18108)
- [
flake8-simplify] Add fix safety section (SIM103) (#18086)- [
flake8-simplify] Add fix safety section (SIM112) (#18099)- [
pylint] Add fix safety section (PLC0414) (#17802)- [
pylint] Add fix safety section (PLE4703) (#17824)- [
pylint] Add fix safety section (PLW1514) (#17932)- [
pylint] Add fix safety section (PLW3301) (#17878)- [
ruff] Add fix safety section (RUF007) (#17755)- [
ruff] Add fix safety section (RUF033) (#17760)0.11.9
Preview features
- Default to latest supported Python version for version-related syntax errors (#17529)
- Implement deferred annotations for Python 3.14 (#17658)
- [
airflow] FixSQLTableCheckOperatortypo (AIR302) (#17946)- [
airflow] Removeairflow.utils.dag_parsing_context.get_parsing_context(AIR301) (#17852)- [
airflow] Skip attribute check in try catch block (AIR301) (#17790)- [
flake8-bandit] Mark tuples of string literals as trusted input inS603(#17801)
... (truncated)
Commits
b35bf8aBump 0.11.10 (#18120)279dac1[ty] Make dataclass instances adhere to DataclassInstance (#18115)5761703[ty] Enable optimizations for salsa in debug profile (#18117)28b5a86[ty] Enable 'ansi' feature to fix compile error (#18116)b6b7caa[ty] Change layout of extra verbose output and respect--colorfor verbose ...46be305[ty] Include synthesized arguments in displayed counts for `too-many-position...c3a4992[ty] Fix normalization of unions containing instances parameterized with unio...9aa6330[ty] Fixredundant-castfalse positives when casting toUnknown(#18111)b600ff1Sync vendored typeshed stubs (#18110)466021d[flake8-simplify] add fix safety section (SIM112) (#18099)- Additional commits viewable in compare view
Updates types-tqdm from 4.67.0.20250417 to 4.67.0.20250516
Commits
- See full diff in compare view
Updates types-requests from 2.32.0.20250328 to 2.32.0.20250515
Commits
- See full diff in compare view
Updates pyarrow-stubs from 19.2 to 19.4
Release notes
Sourced from pyarrow-stubs's releases.
19.4
What's Changed
- chore: pyright use strict mode by
@​zen-xuin zen-xu/pyarrow-stubs#233- fix: pa.nulls accept type rather than types by
@​zen-xuin zen-xu/pyarrow-stubs#234Full Changelog: https://github.com/zen-xu/pyarrow-stubs/compare/19.3...19.4
19.3
What's Changed
- fix: Add missing
DictionaryArraymethods/properties by@​dangotbannedin zen-xu/pyarrow-stubs#226- chore: use pyright as static type checker by
@​zen-xuin zen-xu/pyarrow-stubs#227- fix: Match runtime behavior of
(Table|RecordBatch).selectby@​dangotbannedin zen-xu/pyarrow-stubs#221- feat: narrow scalar when type is given by
@​zen-xuin zen-xu/pyarrow-stubs#230Full Changelog: https://github.com/zen-xu/pyarrow-stubs/compare/19.2...19.3
Commits
2f5b7acrelease 19.4 (#235)ec06c82[pre-commit.ci] pre-commit autoupdate (#232)dfa7f01fix: pa.nulls accept type rather than types (#234)213230fchore: pyright use strict mode (#233)8a2c164release 19.3 (#231)1fa9b2bfeat: narrow scalar when type is given (#230)1163c93[pre-commit.ci] pre-commit autoupdate (#220)e8a6014fix: Match runtime behavior of(Table|RecordBatch).select(#221)dcadf97fix: fix pyright action (#229)a4aa0c8chore: use pyright as static type checker (#227)- Additional commits viewable in compare view
Updates tox from 4.25.0 to 4.26.0
Release notes
Sourced from tox's releases.
4.26.0
What's Changed
- Add a missing quote in a TOML example @
config.rstby@​webknjazin tox-dev/tox#3509- Add colour to GitHub Actions CI logs by
@​hugovkin tox-dev/tox#3525- Fix using deprecated virtualenv option
--wheelby@​robsdedudein tox-dev/tox#3528- Fix custom HelpFormatter for Python 3.14 by
@​The-Compilerin tox-dev/tox#3524- Drop support for EOL Python 3.8 by
@​hugovkin tox-dev/tox#3527- Test with Python 3.14 by
@​edgarrmondragonin tox-dev/tox#3533- Fix for tox4 regression issue with setenv file and substitutions (#2435) by
@​realitycheckin tox-dev/tox#3521- Feat: free-threaded python support by
@​robsdedudein tox-dev/tox#3526New Contributors
@​edgarrmondragonmade their first contribution in tox-dev/tox#3533@​realitycheckmade their first contribution in tox-dev/tox#3521Full Changelog: https://github.com/tox-dev/tox/compare/4.25.0...4.26.0
Changelog
Sourced from tox's changelog.
v4.26.0 (2025-05-13)
Features - 4.26.0
- Add support for free-threaded python builds. Factors like ``py313t`` will only pick builds with the GIL disabled while factors without trailing ``t`` will only pick builds without no-GIL support. (:issue:`3391`) - Drop support for EOL Python 3.8. (:issue:`3527`)Bugfixes - 4.26.0
- Fix a regression issue related to inability to use
file|substitution option in nestedset_envsections ofiniconfigurations since tox4 update. (:issue:2435)- Fix
TypeErrorforHelpFormatterwith Python 3.14 (:issue:3523)
Commits
7c3fae8release 4.26.092d4ed3Feat: free-threaded python support (#3526)957f2f8Fix for tox4 regression issue with setenv file and substitutions (#2435) (#3521)5f07ba8Test with Python 3.14 (#3533)50e51ebDrop support for EOL Python 3.8 (#3527)19126daFix custom HelpFormatter for Python 3.14 (#3524)f082f80[pre-commit.ci] pre-commit autoupdate (#3522)51aac32Fix using deprecated virtualenv option--wheel(#3528)b770ed5Add colour to CI logs (#3525)4a8e50e[pre-commit.ci] pre-commit autoupdate (#3520)- Additional commits viewable in compare view
Updates datasets from 3.5.1 to 3.6.0
Release notes
Sourced from datasets's releases.
3.6.0
Dataset Features
- Enable xet in push to hub by
@​lhoestqin huggingface/datasets#7552
- Faster downloads/uploads with Xet storage
- more info: huggingface/datasets#7526
Other improvements and bug fixes
- Add try_original_type to DatasetDict.map by
@​yoshitomo-matsubarain huggingface/datasets#7544- Avoid global umask for setting file mode. by
@​ryan-clancyin huggingface/datasets#7547- Rebatch arrow iterables before formatted iterable by
@​lhoestqin huggingface/datasets#7553- Document the HF_DATASETS_CACHE environment variable in the datasets cache documentation by
@​Harry-Yang0518in huggingface/datasets#7532- fix regression by
@​lhoestqin huggingface/datasets#7558- fix: Image Feature in Datasets Library Fails to Handle bytearray Objects from Spark DataFrames (#7517) by
@​giraffacarpin huggingface/datasets#7521- Remove
aiohttpfrom direct dependencies by@​akxin huggingface/datasets#7294New Contributors
@​ryan-clancymade their first contribution in huggingface/datasets#7547@​Harry-Yang0518made their first contribution in huggingface/datasets#7532@​giraffacarpmade their first contribution in huggingface/datasets#7521@​akxmade their first contribution in huggingface/datasets#7294Full Changelog: https://github.com/huggingface/datasets/compare/3.5.1...3.6.0
Commits
458f45arelease: 3.6.0 (#7562)7b215a3fix decoding tests (#7560)e914f5ffix aiohttp import (#7559)a6461e9Removeaiohttpfrom direct dependencies (#7294)22f62f6fix: Image Feature in Datasets Library Fails to Handle bytearray Objects from...83cc147fix regression (#7558)b1bfe15Document the HF_DATASETS_CACHE environment variable in the datasets cache doc...8874b25Rebatch arrow iterables before formatted iterable (#7553)67907b1Avoid global umask for setting file mode. (#7547)644fd5dEnable xet in push to hub (#7552)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
1
+202
-118
Package Dependencies
Technical Details
| ID: | 421721 |
| UUID: | 2527493900 |
| Node ID: | PR_kwDOJTM5O86Wpn8M |
| Host: | GitHub |
| Repository: | togethercomputer/together-python |
| Mergeable: | Yes |
| Merge State: | Unstable |