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 dependencies group with 11 updates #207

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the dependencies group with 11 updates:

Package From To
torch 2.2.0 2.2.2
tokenizers 0.15.1 0.15.2
pytorch-lightning 2.1.3 2.1.4
typer 0.9.0 0.12.0
rich 13.7.0 13.7.1
importlib-resources 6.1.1 6.4.0
torchmetrics 1.3.0.post0 1.3.2
levenshtein 0.24.0 0.25.0
types-pyyaml 6.0.12.12 6.0.12.20240311
wandb 0.16.2 0.16.5
pytest 8.0.0 8.1.1

Updates torch from 2.2.0 to 2.2.2

Release notes

Sourced from torch's releases.

PyTorch 2.2.2 Release, bug fix release

This release is meant to fix the following issues (regressions / silent correctness):

Release tracker pytorch/pytorch#120999 contains all relevant pull requests related to this release as well as links to related issues.

PyTorch 2.2.1 Release, bug fix release

This release is meant to fix the following issues (regressions / silent correctness):

Release tracker pytorch/pytorch#119295 contains all relevant pull requests related to this release as well as links to related issues.

Commits

Updates tokenizers from 0.15.1 to 0.15.2

Release notes

Sourced from tokenizers's releases.

v0.15.2

What's Changed

Big shoutout to @​rlrs for the fast replace normalizers PR. This boosts the performances of the tokenizers: image

New Contributors

Full Changelog: huggingface/tokenizers@v0.15.1...v0.15.2rc1

Commits

Updates pytorch-lightning from 2.1.3 to 2.1.4

Release notes

Sourced from pytorch-lightning's releases.

Minor patch release v2.1.4

Fabric

Fixed

  • Fixed an issue preventing Fabric to run on CPU when the system's CUDA driver is outdated or broken (#19234)
  • Fixed typo in kwarg in SpikeDetection (#19282)

PyTorch

Fixed

  • Fixed Trainer not expanding the default_root_dir if it has the ~ (home) prefix (#19179)
  • Fixed warning for Dataloader if num_workers=1 and CPU count is 1 (#19224)
  • Fixed WandbLogger.watch() method annotation to accept None for the log parameter (#19237)
  • Fixed an issue preventing the Trainer to run on CPU when the system's CUDA driver is outdated or broken (#19234)
  • Fixed an issue with the ModelCheckpoint callback not saving relative symlinks with ModelCheckpoint(save_last="link") (#19303)
  • Fixed issue where the _restricted_classmethod_impl would incorrectly raise a TypeError on inspection rather than on call (#19332)
  • Fixed exporting __version__ in __init__ (#19221)

Full Changelog: Lightning-AI/pytorch-lightning@2.1.3...2.1.4

Contributors

@​andyland @​asingh9530 @​awaelchli @​Borda @​daturkel @​dipta007 @​lauritsf @​mjbommar @​shenmishajing @​tchaton

If we forgot someone due to not matching commit email with GitHub account, let us know :]

Commits

Updates typer from 0.9.0 to 0.12.0

Release notes

Sourced from typer's releases.

0.12.0

Features

  • ✨ Add typer-slim package without extras, make typer include typer-slim[default] and integrate Typer CLI (typer command) into Typer. PR #780 by @​tiangolo.

Internal

  • 🔧 Temporarily disable social plugin while a MkDocs issue is handled. PR #779 by @​tiangolo.
  • 👷 Fix install MkDocs Insiders only when available. PR #778 by @​tiangolo.

0.11.1

Fixes

  • 🔧 Explicitly include testing files in sdist for redistributors (e.g. OpenSUSE) and add CI to test redistribution. PR #773 by @​tiangolo.

Internal

  • 👷 Do not use the cache for dependencies when publishing to PyPI. PR #774 by @​tiangolo.

0.11.0

Breaking Changes

  • 🔧 Refactor package manager, move from Flit to PDM, remove private pip extras for test, doc, dev. PR #764 by @​tiangolo.
  • 🔥 Remove support for Click 7, require Click 8+. PR #760 by @​tiangolo.
  • 🔥 Remove support for Python 3.6. PR #758 by @​tiangolo.

Refactors

  • 🔧 Migrate from Black, isort, flake8, autoflake, pyupgrade to Ruff. PR #763 by @​tiangolo.

Internal

0.10.0

Fixes

  • 🐛 Fix default value of None for CLI Parameters when the type is list | None and the default value is None. PR #664 by @​theowisear.

0.9.4

Features

  • ✨ Improve support for CLI translations using gettext. PR #417 by @​mjodmj.

0.9.3

... (truncated)

Changelog

Sourced from typer's changelog.

0.12.0

Features

  • ✨ Add typer-slim package without extras, make typer include typer-slim[default] and integrate Typer CLI (typer command) into Typer. PR #780 by @​tiangolo.

Internal

  • 🔧 Temporarily disable social plugin while a MkDocs issue is handled. PR #779 by @​tiangolo.
  • 👷 Fix install MkDocs Insiders only when available. PR #778 by @​tiangolo.

0.11.1

Fixes

  • 🔧 Explicitly include testing files in sdist for redistributors (e.g. OpenSUSE) and add CI to test redistribution. PR #773 by @​tiangolo.

Internal

  • 👷 Do not use the cache for dependencies when publishing to PyPI. PR #774 by @​tiangolo.

0.11.0

Breaking Changes

  • 🔧 Refactor package manager, move from Flit to PDM, remove private pip extras for test, doc, dev. PR #764 by @​tiangolo.
  • 🔥 Remove support for Click 7, require Click 8+. PR #760 by @​tiangolo.
  • 🔥 Remove support for Python 3.6. PR #758 by @​tiangolo.

Refactors

  • 🔧 Migrate from Black, isort, flake8, autoflake, pyupgrade to Ruff. PR #763 by @​tiangolo.

Internal

0.10.0

Fixes

  • 🐛 Fix default value of None for CLI Parameters when the type is list | None and the default value is None. PR #664 by @​theowisear.

0.9.4

... (truncated)

Commits
  • ef9beaf 🔖 Release version 0.12.0
  • 8b02247 📝 Update release notes
  • 7d5d6bb ✨ Add typer-slim package without extras, make typer include `typer-slim[d...
  • 62988df 📝 Update release notes
  • 2ab3c26 🔧 Temporarily disable social plugin while a MkDocs issue is handled (#779)
  • db27196 📝 Update release notes
  • 19efa77 👷 Fix install MkDocs Insiders only when available (#778)
  • 73efcb3 🔖 Release version 0.11.1
  • f858db6 📝 Update release notes
  • 4b60ed6 👷 Do not use the cache for dependencies when publishing to PyPI (#774)
  • Additional commits viewable in compare view

Updates rich from 13.7.0 to 13.7.1

Release notes

Sourced from rich's releases.

v13.7.1

Fixes some character widths

[13.7.1] - 2023-02-28

Fixed

Changelog

Sourced from rich's changelog.

[13.7.1] - 2023-02-28

Fixed

Commits

Updates importlib-resources from 6.1.1 to 6.4.0

Changelog

Sourced from importlib-resources's changelog.

v6.4.0

Features

  • The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303)
  • python/cpython#109829

v6.3.2

Bugfixes

  • Restored expectation that local standard readers are preferred over degenerate readers. (#298)

v6.3.1

Bugfixes

  • Restored expectation that stdlib readers are suppressed on Python 3.10. (#257)

v6.3.0

Features

  • Add Anchor to importlib.resources (in order for the code to comply with the documentation)

v6.2.0

Features

... (truncated)

Commits
  • 1f4d3f1 Finalize
  • c593cd9 Merge pull request #303 from encukou/functional
  • fa60969 Add news fragment.
  • ca03a4d GH-109653: Defer import of importlib.metadata._adapterspython/cpython#1
  • 2df6ced Use Ruff style, rather than PEP 8
  • 8fdadde Port tests to Python 3.8
  • 558f5bf Formatting nitpicks
  • 1e98e35 Adapt to importlib_resources
  • 189d15f Apply CPython PR, sans docs and changelogs
  • 0db550c Consolidated test support logic in jaraco.test.cpython.
  • Additional commits viewable in compare view

Updates torchmetrics from 1.3.0.post0 to 1.3.2

Release notes

Sourced from torchmetrics's releases.

Minor patch release

[1.3.2] - 2024-03-18

Fixed

  • Fixed negative variance estimates in certain image metrics (#2378)
  • Fixed dtype being changed by deepspeed for certain regression metrics (#2379)
  • Fixed plotting of metric collection when prefix/postfix is set (#2429)
  • Fixed bug when top_k>1 and average="macro" for classification metrics (#2423)
  • Fixed case where label prediction tensors in classification metrics were not validated correctly (#2427)
  • Fixed how auc scores are calculated in PrecisionRecallCurve.plot methods (#2437)

Full Changelog: Lightning-AI/torchmetrics@v1.3.1...v1.3.2

Key Contributors

@​Borda, @​SkafteNicki

If we forgot someone due to not matching commit email with GitHub account, let us know :]

Minor patch release

[1.3.1] - 2024-02-12

Fixed

  • Fixed how backprop is handled in LPIPS metric (#2326)
  • Fixed MultitaskWrapper not being able to be logged in lightning when using metric collections (#2349)
  • Fixed high memory consumption in Perplexity metric (#2346)
  • Fixed cached network in FeatureShare not being moved to the correct device (#2348)
  • Fix naming of statistics in MeanAveragePrecision with custom max det thresholds (#2367)
  • Fixed custom aggregation in retrieval metrics (#2364)
  • Fixed initialize aggregation metrics with default floating type (#2366)
  • Fixed plotting of confusion matrices (#2358)

Full Changelog: Lightning-AI/torchmetrics@v1.3.0...v1.3.1

Key Contributors

@​Borda, @​fschlatt, @​JonasVerbickas, @​nsmlzl, @​SkafteNicki

If we forgot someone due to not matching commit email with GitHub account, let us know :]

Changelog

Sourced from torchmetrics's changelog.

[1.3.2] - 2024-03-18

Fixed

  • Fixed negative variance estimates in certain image metrics (#2378)
  • Fixed dtype being changed by deepspeed for certain regression metrics (#2379)
  • Fixed plotting of metric collection when prefix/postfix is set (#2429)
  • Fixed bug when top_k>1 and average="macro" for classification metrics (#2423)
  • Fixed case where label prediction tensors in classification metrics were not validated correctly (#2427)
  • Fixed how auc scores are calculated in PrecisionRecallCurve.plot methods (#2437)

[1.3.1] - 2024-02-12

Fixed

  • Fixed how backprop is handled in LPIPS metric (#2326)
  • Fixed MultitaskWrapper not being able to be logged in lightning when using metric collections (#2349)
  • Fixed high memory consumption in Perplexity metric (#2346)
  • Fixed cached network in FeatureShare not being moved to the correct device (#2348)
  • Fix naming of statistics in MeanAveragePrecision with custom max det thresholds (#2367)
  • Fixed custom aggregation in retrieval metrics (#2364)
  • Fixed initialize aggregation metrics with default floating type (#2366)
  • Fixed plotting of confusion matrices (#2358)

[1.3.0] - 2024-01-10

Added

  • Added more tokenizers for SacreBLEU metric (#2068)
  • Added support for logging MultiTaskWrapper directly with lightnings log_dict method (#2213)
  • Added FeatureShare wrapper to share submodules containing feature extractors between metrics (#2120)
  • Added new metrics to image domain:
    • SpatialDistortionIndex (#2260)
    • Added CriticalSuccessIndex (#2257)
    • Spatial Correlation Coefficient (#2248)
  • Added average argument to multiclass versions of PrecisionRecallCurve and ROC (#2084)
  • Added confidence scores when extended_summary=True in MeanAveragePrecision (#2212)
  • Added RetrievalAUROC metric (#2251)
  • Added aggregate argument to retrieval metrics (#2220)
  • Added utility functions in segmentation.utils for future segmentation metrics (#2105)

Changed

  • Changed minimum supported Pytorch version from 1.8 to 1.10 (#2145)
  • Changed x-/y-axis order for PrecisionRecallCurve to be consistent with scikit-learn (#2183)

Deprecated

... (truncated)

Commits
  • c1f8334 releasing 1.3.2
  • 23a6d28 lint: Ruff runs fix->format->check (#2451)
  • 00121ff Fix plotting of metric collection when prefix/postfix is set (#2429)
  • d3e891e Fix label checking in classification (#2427)
  • ef3e473 Fix how auc scores are calculated in PrecisionRecallCurve.plot methods (#2437)
  • 8cfbae1 ci/mergify: rename label ready
  • b9377b1 build(deps): bump pytest-timeout from 2.2.0 to 2.3.1 in /requirements (#2444)
  • 5458b5f build(deps): update fire requirement from <=0.5.0 to <=0.6.0 in /requirements...
  • a100d7c ci/gpu: do not update ref on PR
  • 09998b8 ci/gpu: do not fail if HF cache is not present
  • Additional commits viewable in compare view

Updates levenshtein from 0.24.0 to 0.25.0

Release notes

Sourced from levenshtein's releases.

Release 0.25.0

Changed

  • improve type hints
Changelog

Sourced from levenshtein's changelog.

v0.25.0

Changed

  • improve type hints
Commits

Updates types-pyyaml from 6.0.12.12 to 6.0.12.20240311

Commits

Updates wandb from 0.16.2 to 0.16.5

Release notes

Sourced from wandb's releases.

v0.16.5

What's Changed

Added

Changed

Fixed

  • In case of transient server issues when creating the wandb API key kubernetes secret, we'll retry up to 5 times by @​TimH98 in wandb/wandb#7108

Removed

New Contributors

Full Changelog: wandb/wandb@v0.16.4...v0.16.5

v0.16.4

What's Changed

🪄 Enhancements

🔨 Fixes

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.16.5] - 2024-03-25

Added

Changed

Fixed

  • In case of transient server issues when creating the wandb API key kubernetes secret, we'll retry up to 5 times by @​TimH98 in wandb/wandb#7108

Removed

[0.16.4] - 2024-03-05

Added

Changed

Fixed

... (truncated)

Commits
  • 906a45d Document run-forking in CHANGELOG.md and reformat a little
  • db40dbd Bump wandb to 0.16.5
  • 9128041 refactor(core): Delete coretest (#7211)
  • 6bb2865 fix(core): add network status message (#7174)
  • 6d6ae87 refactor(core): Inject FileTransferManager into Sender (#7206)
  • f6f6724 refactor(core): Inject filestream into sender (#7205)
  • 9aae84a feat(sdk): initial run forking sdk (#7078)
  • 9e0c8cd chore(sdk): fix typing issue in python3.7 (#7202)
  • a17d66f chore(sdk): add temporary debugging logic for filestream size issues (#7141)
  • f67160f chore(core): Inject backend into sender (#7200)
  • Additional commits viewable in compare view

...

Description has been truncated

Bumps the dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [torch](https://github.com/pytorch/pytorch) | `2.2.0` | `2.2.2` |
| [tokenizers](https://github.com/huggingface/tokenizers) | `0.15.1` | `0.15.2` |
| [pytorch-lightning](https://github.com/Lightning-AI/lightning) | `2.1.3` | `2.1.4` |
| [typer](https://github.com/tiangolo/typer) | `0.9.0` | `0.12.0` |
| [rich](https://github.com/Textualize/rich) | `13.7.0` | `13.7.1` |
| [importlib-resources](https://github.com/python/importlib_resources) | `6.1.1` | `6.4.0` |
| [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | `1.3.0.post0` | `1.3.2` |
| [levenshtein](https://github.com/rapidfuzz/Levenshtein) | `0.24.0` | `0.25.0` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.12` | `6.0.12.20240311` |
| [wandb](https://github.com/wandb/wandb) | `0.16.2` | `0.16.5` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.1` |


Updates `torch` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.0...v2.2.2)

Updates `tokenizers` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/huggingface/tokenizers/releases)
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md)
- [Commits](huggingface/tokenizers@v0.15.1...v0.15.2)

Updates `pytorch-lightning` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.1.3...2.1.4)

Updates `typer` from 0.9.0 to 0.12.0
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.9.0...0.12.0)

Updates `rich` from 13.7.0 to 13.7.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.0...v13.7.1)

Updates `importlib-resources` from 6.1.1 to 6.4.0
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v6.1.1...v6.4.0)

Updates `torchmetrics` from 1.3.0.post0 to 1.3.2
- [Release notes](https://github.com/Lightning-AI/torchmetrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v1.3.0.post0...v1.3.2)

Updates `levenshtein` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/rapidfuzz/Levenshtein/releases)
- [Changelog](https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/Levenshtein@v0.24.0...v0.25.0)

Updates `types-pyyaml` from 6.0.12.12 to 6.0.12.20240311
- [Commits](https://github.com/python/typeshed/commits)

Updates `wandb` from 0.16.2 to 0.16.5
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.16.2...v0.16.5)

Updates `pytest` from 8.0.0 to 8.1.1
- [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.0.0...8.1.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tokenizers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytorch-lightning
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: importlib-resources
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: torchmetrics
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: levenshtein
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wandb
  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-minor
  dependency-group: 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 Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev/dependencies-fd30bb5eff branch April 15, 2024 05:43
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.

0 participants