Skip to content

chore(deps): bump the everything group across 1 directory with 4 updates#69

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/validator/everything-cebf60dcfa
Open

chore(deps): bump the everything group across 1 directory with 4 updates#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/validator/everything-cebf60dcfa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown

Updates the requirements on prometheus-client, bittensor, async-substrate-interface and zstandard to permit the latest version.
Updates prometheus-client to 0.25.0

Release notes

Sourced from prometheus-client's releases.

v0.25.0

What's Changed

Full Changelog: prometheus/client_python@v0.24.1...v0.25.0

Commits

Updates bittensor from 10.2.0 to 10.4.1

Release notes

Sourced from bittensor's releases.

v10.4.1

What's Changed

  • Pins cyscale to 0.4.0 to avoid accidental upgrades which break Subtensor.get_root_claimable_all_rates

Full Changelog: RaoFoundation/bittensor@v10.4.0...v10.4.1

v10.4.0

What's Changed

Full Changelog: RaoFoundation/bittensor@v10.3.2...v10.4.0

v10.3.2

What's Changed

New Contributors

Full Changelog: RaoFoundation/bittensor@v10.3.1...v10.3.2

v10.3.1

What's Changed

New Contributors

Full Changelog: RaoFoundation/bittensor@v10.3.0...v10.3.1

v10.3.0

... (truncated)

Changelog

Sourced from bittensor's changelog.

10.4.1 /2026-06-11

What's Changed

  • Pins cyscale to 0.4.0 to avoid accidental upgrades which break Subtensor.get_root_claimable_all_rates
  • Fix for newer aiohttp versions in testing
  • Improves flaky tests

Full Changelog: RaoFoundation/bittensor@v10.4.0...v10.4.1

10.4.0 /2026-05-28

What's Changed

Full Changelog: RaoFoundation/bittensor@v10.3.2...v10.4.0

10.3.2 /2026-05-15

What's Changed

New Contributors

Full Changelog: RaoFoundation/bittensor@v10.3.1...v10.3.2

10.3.1 /2026-05-06

What's Changed

New Contributors

... (truncated)

Commits
  • 6536631 Update changelog
  • 7e64590 Merge remote-tracking branch 'origin/fix/roman/fix-after-aiohttp-latest-relea...
  • 51de09b Merge remote-tracking branch 'origin/hotfix/10.4.1-pin-cyscale-0.4.0' into re...
  • b6a1b99 Pins cyscale to 0.4.0, update changelog+version
  • e2b024d Pins cyscale to 0.4.0, update changelog+version
  • 613f532 remove unused import
  • 23fe1fd improve mock_aio_response fixture
  • 169da60 Merge pull request #3366 from latent-to/fix/thewhaleking/flaky-root-claims-test
  • f95ccc3 Merge remote-tracking branch 'origin/fix/thewhaleking/flaky-root-claims-test'...
  • 8c6a37d Apply same logic to test_root_claim_swap
  • Additional commits viewable in compare view

Updates async-substrate-interface to 2.2.0

Release notes

Sourced from async-substrate-interface's releases.

v2.2.0

What's Changed

New Contributors

Full Changelog: RaoFoundation/async-substrate-interface@v2.1.0...v2.2.0

Changelog

Sourced from async-substrate-interface's changelog.

2.2.0 /2026-06-11

What's Changed

New Contributors

Full Changelog: RaoFoundation/async-substrate-interface@v2.1.0...v2.2.0

2.1.0 /2026-06-01

What's Changed

Full Changelog: RaoFoundation/async-substrate-interface@v2.0.4...v2.1.0

2.0.4 /2026-05-13

What's Changed

New Contributors

... (truncated)

Commits
  • 4f6fe9e Release/2.2.0 (#366)
  • 8af3ab4 Changelog + version (#365)
  • 716d72f Merge pull request #364 from kilyanni/pyproj-fix
  • 33f50f8 Merge pull request #363 from latent-to/feat/thewhaleking/batch-storage-key-cr...
  • d842ff2 Add methods to (Async)SubstrateInterface
  • 7dee502 Add test
  • 4d6fb74 Add benchmark
  • 62666f8 Add StorageKey.create_from_storage_function_batch method to batch create st...
  • ab2b0e2 Merge pull request #361 from latent-to/feat/thewhaleking/multi-runtime-calls
  • 0be46eb Merge pull request #362 from latent-to/chore/thewhaleking/avoid-deprecation-w...
  • Additional commits viewable in compare view

Updates zstandard to 0.25.0

Release notes

Sourced from zstandard's releases.

0.25.0

  • PyO3 Rust created upgraded from 0.24 to 0.25. (#273)
  • We now use Py_REFCNT(obj) instead of accessing (*obj)->ob_refcnt directly. This fixes a nogil / multi-threaded compile error. (#201, #275)
  • A zstandard commit to fix qsort detection on BSD operating systems has been backported. (#272)
  • The PYTHON_ZSTANDARD_IMPORT_POLICY environment variable now has leading and trailing whitespace stripped. Values like cffi and cffi are now equivalent to cffi.
  • The CI jobs for building wheels have been overhauled to always use cibuildwheel and uv (where possible). This change should be backwards compatible. But wheel building for this project has historically been fragile and there may be unwanted changes. We're optimistic that standardizing on uv (except for musllinux ppc64le and s390x where uv isn't available) will lead to more stability over time.
  • CI now runs tests against the wheels we distribute. Previously, we ran tests against a separate build that was theoretically identical. But the builds may have been subtly different, leading to preventable bugs in our wheels. (Enabling this test coverage did not uncover any failures.)
  • The pyproject.toml build backend has been switched from setuptools.build_meta:__legacy__ to setuptools.build_meta.
  • The setuptools build dependency has been upgraded from <69.0.0 to >=77.0.0. Modern versions of setuptools broke --config-settings=--build-option=... as part of implementing PEP 660. A workaround is to use --config-settings=--global-option=... instead. --global-option apparently is deprecated and the setuptools folks have yet to figure out how to thread config settings into setup.py invocations. (--build-option is sent to the build_wheel command but not the build_editable command.)
  • Python 3.14 wheels are now built with manylinux_2_28 (versus manylinux2014) for older Python versions. This may raise the minimum glibc version, effectively dropping support for Debian 8 and 9, Ubuntu 13.10 through 18.04, Fedora 19 to 28, and RHEL/Centos 7. However, in practice most platforms don't container newer glibc symbols and are still ABI compatible with manylinux2014 and glibc 2.17.
  • We now require cffi >= 2.0.0b on Python 3.14. <3.14 still requires 1.17. (#274)
  • The cffi backend is now automatically disabled for free-threaded builds on Python <3.14, as cffi didn't implement free-threaded support until the 2.0 release. (#274)
  • Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not yet formally support free-threaded builds. (#276)
  • The C and Rust backends now declare the GIL as unused.
  • The pythoncapi_compat.h file has been upgraded to the latest version. (#278)
  • setup.py now depends on packaging and uses packaging.version.Version for version comparisons. This removes some deprecation warnings from usage of legacy distutils Version classes.
  • Relax run-time libzstd version checking in C extension from exactly 1.5.7 to >=1.5.6. (#254, #267)
  • C extension types now (correctly) declare their fully qualified type names

... (truncated)

Changelog

Sourced from zstandard's changelog.

0.25.0 (released 2025-09-14)

  • PyO3 Rust created upgraded from 0.24 to 0.25. (#273)
  • We now use Py_REFCNT(obj) instead of accessing (*obj)->ob_refcnt directly. This fixes a nogil / multi-threaded compile error. (#201, #275)
  • A zstandard commit to fix qsort detection on BSD operating systems has been backported. (#272)
  • The PYTHON_ZSTANDARD_IMPORT_POLICY environment variable now has leading and trailing whitespace stripped. Values like cffi and cffi are now equivalent to cffi.
  • The CI jobs for building wheels have been overhauled to always use cibuildwheel and uv (where possible). This change should be backwards compatible. But wheel building for this project has historically been fragile and there may be unwanted changes. We're optimistic that standardizing on uv (except for musllinux ppc64le and s390x where uv isn't available) will lead to more stability over time.
  • CI now runs tests against the wheels we distribute. Previously, we ran tests against a separate build that was theoretically identical. But the builds may have been subtly different, leading to preventable bugs in our wheels. (Enabling this test coverage did not uncover any failures.)
  • The pyproject.toml build backend has been switched from setuptools.build_meta:__legacy__ to setuptools.build_meta.
  • The setuptools build dependency has been upgraded from <69.0.0 to >=77.0.0. Modern versions of setuptools broke --config-settings=--build-option=... as part of implementing PEP 660. A workaround is to use --config-settings=--global-option=...`` instead. --global-optionapparently is deprecated and the setuptools folks have yet to figure out how to thread config settings intosetup.py invocations. (`--build-option is sent to the build_wheel command but not the build_editable command.)
  • Python 3.14 wheels are now built with manylinux_2_28 (versus manylinux2014) for older Python versions. This may raise the minimum glibc version, effectively dropping support for Debian 8 and 9, Ubuntu 13.10 through 18.04, Fedora 19 to 28, and RHEL/Centos 7. However, in practice most platforms don't container newer glibc symbols and are still ABI compatible with manylinux2014 and glibc 2.17.
  • We now require cffi >= 2.0.0b on Python 3.14. <3.14 still requires 1.17. (#274)
  • The cffi backend is now automatically disabled for free-threaded builds on Python <3.14, as cffi didn't implement free-threaded support until the 2.0 release. (#274)
  • Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not yet formally support free-threaded builds. (#276)
  • The C and Rust backends now declare the GIL as unused.
  • The pythoncapi_compat.h file has been upgraded to the latest version. (#278)
  • setup.py now depends on packaging and uses packaging.version.Version for version comparisons. This removes some deprecation warnings from usage of legacy distutils Version classes.
  • Relax run-time libzstd version checking in C extension from exactly 1.5.7

... (truncated)

Commits
  • 7a77a75 global: release 0.25.0
  • 7935539 rust: cargo upgrade
  • bc3074c rust: update dependencies
  • 51a277a c-ext: correctly define fully qualified type names to zstandard.*
  • 9ccbc39 docs: fix ReST in news.rst
  • 58c68a1 zstd: synchronize qsort code with upstream
  • 395f693 docs: document existence of compression.zstd in stdlib
  • 6967817 docs: update comparisons to other implementations
  • e4e829a docs: document new libzstd version constraint behaviors
  • 604a65a Relax libzstd version checking
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 21, 2026
Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python), [bittensor](https://github.com/opentensor/bittensor), [async-substrate-interface](https://github.com/opentensor/async-substrate-interface) and [zstandard](https://github.com/indygreg/python-zstandard) to permit the latest version.

Updates `prometheus-client` to 0.25.0
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.21.0...v0.25.0)

Updates `bittensor` from 10.2.0 to 10.4.1
- [Release notes](https://github.com/opentensor/bittensor/releases)
- [Changelog](https://github.com/latent-to/bittensor/blob/master/CHANGELOG.md)
- [Commits](RaoFoundation/bittensor@v10.2.0...v10.4.1)

Updates `async-substrate-interface` to 2.2.0
- [Release notes](https://github.com/opentensor/async-substrate-interface/releases)
- [Changelog](https://github.com/latent-to/async-substrate-interface/blob/master/CHANGELOG.md)
- [Commits](RaoFoundation/async-substrate-interface@v1.6.2...v2.2.0)

Updates `zstandard` to 0.25.0
- [Release notes](https://github.com/indygreg/python-zstandard/releases)
- [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst)
- [Commits](indygreg/python-zstandard@0.23.0...0.25.0)

---
updated-dependencies:
- dependency-name: async-substrate-interface
  dependency-version: 2.2.0
  dependency-type: direct:production
  dependency-group: everything
- dependency-name: bittensor
  dependency-version: 10.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: prometheus-client
  dependency-version: 0.25.0
  dependency-type: direct:production
  dependency-group: everything
- dependency-name: zstandard
  dependency-version: 0.25.0
  dependency-type: direct:development
  dependency-group: everything
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/validator/everything-cebf60dcfa branch from 37f3dd9 to c1d0b53 Compare June 28, 2026 03: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