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 pip group with 5 updates #285

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps the pip group with 5 updates:

Package From To
black 24.8.0 24.10.0
chex 0.1.87 0.1.88
ipython 8.12.3 8.30.0
ml-dtypes 0.4.1 0.5.0
yarg 0.1.9 0.1.10

Updates black from 24.8.0 to 24.10.0

Release notes

Sourced from black's releases.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Changelog

Sourced from black's changelog.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Commits

Updates chex from 0.1.87 to 0.1.88

Release notes

Sourced from chex's releases.

Chex 0.1.88

What's Changed

Full Changelog: google-deepmind/chex@v0.1.87...v0.1.88

Commits
  • 8af2c9e Release 0.1.88.
  • f0b6b50 C++ tree with path API
  • adaf1b2 Avoid relying on jax.lib.xla_bridge._backends, as this is private and will so...
  • 1dc7862 Fix test_assert_trees_all_equal_prng_keys
  • 7b2f989 Add handling for JAX typed PRNG keys in chex.assert_trees_all_equal
  • See full diff in compare view

Updates ipython from 8.12.3 to 8.30.0

Commits

Updates ml-dtypes from 0.4.1 to 0.5.0

Release notes

Sourced from ml-dtypes's releases.

v0.5.0 release

  • Added new 8-bit float types following IEEE 754 convention: ml_dtypes.float8_e4m3, ml_dtypes.float8_e3m4
  • Added the 8-bit floating point type ml_dtypes.float8_e8m0fnu, which is the OpenCompute MX scale format.
  • Added new 4-bit and 6-bit float types: ml_dtypes.float4_e2m1fn, ml_dtypes.float6_e2m3fn and ml_dtypes.float6_e3m2fn.
  • Fix outputs of float divmod and floor_divide when denominator is zero.
Changelog

Sourced from ml-dtypes's changelog.

[0.5.0] - 2024-09-13

  • Added new 8-bit float types following IEEE 754 convention: ml_dtypes.float8_e4m3, ml_dtypes.float8_e3m4
  • Added the 8-bit floating point type ml_dtypes.float8_e8m0fnu, which is the OpenCompute MX scale format.
  • Added new 4-bit and 6-bit float types: ml_dtypes.float4_e2m1fn, ml_dtypes.float6_e2m3fn and ml_dtypes.float6_e3m2fn.
  • Fix outputs of float divmod and floor_divide when denominator is zero.
Commits
  • f802a63 Merge pull request #194 from jakevdp:v5-update
  • 6692e56 Bump version to 0.5.0 for release
  • 7fab9cd Merge pull request #191 from jakevdp:no-multithread
  • abe1d89 Temporarily disable free-threading build & multithread tests
  • b39b73c Merge pull request #187 from jakevdp:test-fix
  • 74daa1a tests: ignore one more error
  • 4893435 Merge pull request #186 from jakevdp:fix-tests
  • 517573a Tests: ignore several NaN warnings for new dtypes
  • d581b6f Merge pull request #166 from graphcore-research:add-e8m0-datatype
  • b6d3659 Add float8_e8m0_fnu (E8M0) OCP MX scale format
  • Additional commits viewable in compare view

Updates yarg from 0.1.9 to 0.1.10

Changelog

Sourced from yarg's changelog.

0.1.10 (2024-08-09)

  • Python 3.12 support
Commits
  • 6378a9f Bump version
  • 23c2c5c add python 3.12 compatibility (#12)
  • 46e2371 remove tests folder from package
  • b65e7b9 Use unittest.mock rather than install and using the old mock package
  • 25ae5e0 Added stale app
  • 170a157 Well, sudo env doesn't work either so revert to not using it.
  • dfdd64b Travis sudo then, as advised by support
  • bf2b791 try travis edge
  • 3a31970 Adios OSX, you're breaking Travis and no-one uses you for production anyway.
  • 7ad3b92 Force travis
  • 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 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 pip group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [chex](https://github.com/deepmind/chex) | `0.1.87` | `0.1.88` |
| [ipython](https://github.com/ipython/ipython) | `8.12.3` | `8.30.0` |
| [ml-dtypes](https://github.com/jax-ml/ml_dtypes) | `0.4.1` | `0.5.0` |
| [yarg](https://github.com/kura/yarg) | `0.1.9` | `0.1.10` |


Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

Updates `chex` from 0.1.87 to 0.1.88
- [Release notes](https://github.com/deepmind/chex/releases)
- [Commits](google-deepmind/chex@v0.1.87...v0.1.88)

Updates `ipython` from 8.12.3 to 8.30.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.12.3...8.30.0)

Updates `ml-dtypes` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/jax-ml/ml_dtypes/releases)
- [Changelog](https://github.com/jax-ml/ml_dtypes/blob/main/CHANGELOG.md)
- [Commits](jax-ml/ml_dtypes@v0.4.1...v0.5.0)

Updates `yarg` from 0.1.9 to 0.1.10
- [Changelog](https://github.com/kura/yarg/blob/main/CHANGES.rst)
- [Commits](kura/yarg@0.1.9...0.1.10)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: chex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ml-dtypes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: yarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

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 Dec 12, 2024
@jagapiou jagapiou self-assigned this Dec 16, 2024
@copybara-service copybara-service bot merged commit e498142 into main Dec 16, 2024
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pip-96a18dbdb3 branch December 16, 2024 20:46
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