Skip to content

Bump the minor-and-patch group across 1 directory with 12 updates#132

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/minor-and-patch-2800e22390
Open

Bump the minor-and-patch group across 1 directory with 12 updates#132
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/minor-and-patch-2800e22390

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the minor-and-patch group with 12 updates in the / directory:

Package From To
web3 7.14.0 7.14.1
coverage 7.13.0 7.13.4
identify 2.6.15 2.6.16
importlib-metadata 8.7.0 8.7.1
ipython 9.8.0 9.10.0
nodeenv 1.9.1 1.10.0
parso 0.8.5 0.8.6
pre-commit 4.5.0 4.5.1
pyparsing 3.2.5 3.3.2
tox 4.32.0 4.36.0
virtualenv 20.35.4 20.36.1
wcwidth 0.2.14 0.6.0

Updates web3 from 7.14.0 to 7.14.1

Changelog

Sourced from web3's changelog.

web3.py v7.14.1 (2026-02-03)

Bugfixes


- Wrap timeout in ClientTimeout for AsyncBeacon post request (`[#3784](https://github.com/ethereum/web3.py/issues/3784) <https://github.com/ethereum/web3.py/issues/3784>`__)
- Fix ``HTTPProvider`` to share an explicitly provided ``session`` across all threads, rather than only the creating thread. (`[#3800](https://github.com/ethereum/web3.py/issues/3800) <https://github.com/ethereum/web3.py/issues/3800>`__)
- Fix TypedDict field names to use camelCase (``validatorIndex``, ``yParity``) matching JSON-RPC conventions and formatter outputs. (`[#3801](https://github.com/ethereum/web3.py/issues/3801) <https://github.com/ethereum/web3.py/issues/3801>`__)
- Exclude type checking in Sphinx module and submodules (`[#3803](https://github.com/ethereum/web3.py/issues/3803) <https://github.com/ethereum/web3.py/issues/3803>`__)

Improved Documentation

  • Added documentation for formatters explaining how they work, what the default formatters do, and how to customize them. ([#2994](https://github.com/ethereum/web3.py/issues/2994) <https://github.com/ethereum/web3.py/issues/2994>__)

Internal Changes - for web3.py Contributors


- Upgrade geth version in CI (`[#3787](https://github.com/ethereum/web3.py/issues/3787) <https://github.com/ethereum/web3.py/issues/3787>`__)
Commits

Updates coverage from 7.13.0 to 7.13.4

Changelog

Sourced from coverage's changelog.

Version 7.13.4 — 2026-02-09

  • Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in issue 2129_. This is now fixed.

  • Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in pull 2130_. Thanks, Noah Fatsi.

  • We now publish ppc64le wheels, thanks to Pankhudi Jain <pull 2121_>_.

.. _pull 2121: coveragepy/coveragepy#2121 .. _issue 2129: coveragepy/coveragepy#2129 .. _pull 2130: coveragepy/coveragepy#2130

.. _changes_7-13-3:

Version 7.13.3 — 2026-02-03

  • Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing issue 2082_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.

.. _issue 2082: coveragepy/coveragepy#2082

.. _changes_7-13-2:

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

... (truncated)

Commits

Updates identify from 2.6.15 to 2.6.16

Commits
  • e31a62b v2.6.16
  • de8beb6 Merge pull request #558 from seanbudd/patch-1
  • b5574ac Add support for '.xliff' file extension
  • 059831f Merge pull request #555 from Roxedus/feat/ipxe
  • 7e6b541 Add .ipxe extension
  • 9e78792 Merge pull request #554 from pre-commit/pre-commit-ci-update-config
  • a35c416 [pre-commit.ci] pre-commit autoupdate
  • 5cab69e Merge pull request #553 from pre-commit/pre-commit-ci-update-config
  • c8edd7e [pre-commit.ci] pre-commit autoupdate
  • 47d582b Merge pull request #551 from pre-commit/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates importlib-metadata from 8.7.0 to 8.7.1

Changelog

Sourced from importlib-metadata's changelog.

v8.7.1

Bugfixes

  • Fixed errors in FastPath under fork-multiprocessing. (#520)
  • Removed cruft from Python 3.8. (#524)
Commits
  • 84e9028 Finalize
  • 36ed6f6 Merge pull request #521 from 2xB/fix520
  • f6eee56 Rely on passthrough to designate a wrapper for its side effect.
  • 3c9510b Prefer noop for degenerate behavior.
  • a36bab9 Avoid if block.
  • 8dd2937 Decouple clear_after_fork from lru_cache and then compose.
  • 1da3f45 Add news fragment.
  • a1c25d8 🧎‍♀️ Genuflect to the types.
  • 4e962a8 👹 Feed the hobgoblins (delint).
  • 6a30ab9 Allow initial currsize to be greater than one (as happens when running the te...
  • Additional commits viewable in compare view

Updates ipython from 9.8.0 to 9.10.0

Commits

Updates nodeenv from 1.9.1 to 1.10.0

Release notes

Sourced from nodeenv's releases.

1.10.0 - drop

What's Changed

Fixed bugs 🐛

Improvements 🛠

Other Changes

New Contributors

Full Changelog: ekalinin/nodeenv@1.9.1...1.10.0

Commits
  • 9dee547 chore: bump nodeenv version to 1.10.0
  • d45aabb chore: add pyright ignore comments for compatibility
  • 55d6c21 chore: update AUTHORS
  • 5f694e6 test: update test test_node_system_creates_shim
  • fa3fdfb Merge branch 'master' of github.com:ekalinin/nodeenv
  • e868dbe Replace additional use of which(1) with shutil.which() (#355)
  • b4cd00d test: enhance activation tests for nodeenv with custom prompts and file handling
  • 0b5ea9d refactor(tests): improve readability of mock patches in nodeenv tests
  • 37c0c30 ci: add GH workflow for testing and coverage in PR
  • 326a7a4 test: add comprehensive tests for install_npm and install_npm_win functions
  • Additional commits viewable in compare view

Updates parso from 0.8.5 to 0.8.6

Changelog

Sourced from parso's changelog.

0.8.6 (2026-02-09) ++++++++++++++++++

  • Switch the type checker to Zuban. It's faster and now also checks untyped code.
Commits

Updates pre-commit from 4.5.0 to 4.5.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.5.1

Fixes

  • Fix language: python with repo: local without additional_dependencies.
Changelog

Sourced from pre-commit's changelog.

4.5.1 - 2025-12-16

Fixes

  • Fix language: python with repo: local without additional_dependencies.
Commits
  • 8a0630c v4.5.1
  • fcbc745 Merge pull request #3597 from pre-commit/empty-setup-py
  • 51592ee fix python local template when artifact dirs are present
  • 67e8faf Merge pull request #3596 from pre-commit/pre-commit-ci-update-config
  • c251e6b [pre-commit.ci] pre-commit autoupdate
  • 98ccafa Merge pull request #3593 from pre-commit/pre-commit-ci-update-config
  • 4895355 [pre-commit.ci] pre-commit autoupdate
  • 2cedd58 Merge pull request #3588 from pre-commit/pre-commit-ci-update-config
  • 465192d [pre-commit.ci] pre-commit autoupdate
  • fd42f96 Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-needed
  • Additional commits viewable in compare view

Updates pyparsing from 3.2.5 to 3.3.2

Changelog

Sourced from pyparsing's changelog.

Version 3.3.2 - January, 2026

  • Defined pyparsing-specific warning classes so that they can be selectively enabled or disabled without affecting warnings raised by other libraries in the same Python app:

    • PyparsingWarning - base warning for all pyparsing-specific warnings (inherits from UserWarning)
    • PyparsingDeprecationWarning - warning for using deprecated features (inherits from PyparsingWarning and DeprecationWarning)
    • PyparsingDiagnosticWarning - warning raised when pyparsing diagnostics are enabled and a diagnostic feature is used (inherits from PyparsingWarning)
  • Added as_datetime parse action to pyparsing.common - a more generalized version of the convert_to_datetime parse action (supports any expression that extracts date/time fields into "year", "month", "day", etc. results names), and validates that the parsed fields represent a valid date and time.

  • Added iso8601_date_validated and iso8601_datetime_validated expressions to pyparsing.common, which return a Python datetime.datetime

  • Various performance improvements in ParseResults class and core functions, with 10-20% performance overall.

  • Added regex_inverter web page (using PyScript) to demonstrate using the inv_regex.py example.

  • Expanded regex forms handled by the examples/inv_regex.py example:

    • named capturing groups (?P<name>)
    • partial repetition ({m,} and {,n})
    • negated character classes ([^...])
  • Added SPy (Simplified Python) parser to examples.

Version 3.3.1 - December, 2025

  • Added license info to metadata, following PEP-639. Thanks to Gedalia Pasternak and Marc Mueller for submitted issue and PR. Fixes #626.

Version 3.3.0 - December, 2025

=========================================================================================== The version 3.3.0 release will begin emitting DeprecationWarnings for pyparsing methods that have been renamed to PEP8-compliant names (introduced in pyparsing 3.0.0, in August, 2021, with legacy names retained as aliases). In preparation, I added in pyparsing 3.2.2 a utility for finding and replacing the legacy method names with the new names. This utility is located at pyparsing/tools/cvt_pep8_names.py. This script will scan all Python files specified on the command line, and if the -u option is selected, will replace all occurrences of the old method names with the new PEP8-compliant names,

... (truncated)

Commits
  • fa24016 Sync regex_inverter example from pyparsing
  • ea22046 Updates to regex_inverter example: handle cancel during long max_results inte...
  • 7df5c09 Sync regex_inverter example from pyparsing
  • e862afa Add Regular Expressions Quick Reference to regex_inverter/index.html
  • 6fdbd88 Sync regex_inverter example from pyparsing
  • 5b33045 Add note in the regex inverter that only the 7-bit ASCII characters are used ...
  • e403f2c Merge branch 'master' of https://github.com/pyparsing/pyparsing
  • e7b5f1c Fix repo sync action in sync-regex-inverter.yml
  • ea463fa Sync regex_inverter example from pyparsing
  • afcbdac Change repetition instructions to use {,4} instead of {,10}
  • Additional commits viewable in compare view

Updates tox from 4.32.0 to 4.36.0

Release notes

Sourced from tox's releases.

4.36.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.35.0...4.36.0

4.35.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.34.1...4.35.0

4.34.1

... (truncated)

Changelog

Sourced from tox's changelog.

Features - 4.36.0

  • Allow skip_missing_interpreters to be set per environment, overriding the global setting. This enables marking specific environments as optional while keeping others required. (:issue:435)
  • Add --fail-fast CLI flag and fail_fast per-environment config option to stop executing remaining environments when the first failure occurs - by :user:gaborbernat. (:issue:578)
  • Add shell completion support for bash, zsh, and fish via :pypi:argcomplete - by :user:gaborbernat (:issue:918)
  • Validate that configured extras exist in package metadata, raising a clear error for unknown extras - by :user:gaborbernat (:issue:1113)
  • Add glob pattern support in depends (e.g. depends = py3*) to match environments by wildcard instead of listing them explicitly - by :user:gaborbernat (:issue:1152)
  • Add disallow_pass_env configuration option to exclude specific environment variables after pass_env glob expansion - by :user:gaborbernat (:issue:1387)
  • Support file: URIs in --installpkg (e.g. --installpkg file:///path/to/pkg.whl), including proper handling of percent-encoded characters - by :user:rahuldevikar. (:issue:3498)

Bugfixes - 4.36.0

  • Raise an error when deps is configured on a PEP-517 packaging environment (e.g. .pkg), since build dependencies should be specified via the [build-system] table in pyproject.toml - by :user:rahuldevikar (:issue:3412)
  • Follow FORCE_COLOR <https://force-color.org/>_ recommendations: any non-empty value now enables color (previously only yes, true, or 1 were accepted, and other values caused a crash). Also add support for TTY_COMPATIBLE (1 forces color, 0 disables it) — by :user:rahuldevikar. (:issue:3579)
  • Return non-zero exit code from tox config when configuration exceptions occur. (:issue:3649)
  • Fix flaky spinner test assertion caused by timing variations on slower systems. (:issue:3692)

Documentation - 4.36.0

  • Document how to provide environments via toxfile.py inline plugins using tox_extend_envs and MemoryLoader
    • by :user:gaborbernat. (:issue:828)
  • Document shell completion setup for bash, zsh, and fish in the CLI reference - by :user:gaborbernat (:issue:918)
  • Document negative factor conditions and multi-factor combinations with negation in the INI configuration reference - by :user:gaborbernat (:issue:3276)
  • Add a substitution quick reference table covering all available {...} replacement variables - by :user:gaborbernat (:issue:3326)
  • Add TOML configuration reference with complete examples for tox.toml and pyproject.toml formats, and emphasize TOML as the recommended format throughout - by :user:gaborbernat (:issue:3393)
  • Document the tox exec subcommand with usage examples in the how-to guides - by :user:gaborbernat (:issue:3403)
  • Comprehensive documentation improvements: added how-to guides for tox exec, CI/CD, coverage, build backends, labels, migration, debugging, and extras; expanded plugin documentation with all hook examples and packaging guide; added env var handling guide, factor conditions reference, and substitution quick reference; integrated docstrfmt for consistent RST formatting; fixed docstring issues in source code - by :user:gaborbernat (:issue:3475)
  • Update development.rst to reflect current standards: replace references to flake8/black/isort/pyupgrade with ruff, remove outdated Python 2.7 compatibility note, and fix CI config filename - by :user:rahuldevikar (:issue:3483)
  • Drop setup.py mentions from the installation page — by :user:rahuldevikar. (:issue:3588)

... (truncated)

Commits
  • 5408fd1 release 4.36.0
  • 99c315f 👷 ci(release): add workflow dispatch for release preparation (#3704)
  • f03d166 Follow FORCE_COLOR. Any non-empty value now enables color (#3700)
  • 03185a7 Added a _resolve_path() static method to InstallPackageAction (#3699)
  • 30884c2 📝 docs: enhance config reference, expand guides, integrate docstrfmt (#3703)
  • d6687f2 📝 docs: restructure documentation following Diataxis framework (#3702)
  • a40b7da ✨ feat(env): add disallow_pass_env to exclude env vars (#3698)
  • 8e85762 ✨ feat(depends): add glob pattern support for depends option (#3697)
  • 4afd60b ✨ feat(package): validate extras against package metadata (#3696)
  • c50d343 ✨ feat(cli): add shell completion via argcomplete (#3695)
  • Additional commits viewable in compare view

Updates virtualenv from 20.35.4 to 20.36.1

Release notes

Sourced from virtualenv's releases.

20.36.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.35.3...20.36.0

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 20.36.1

  • Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:tsigouris007, fixed by :user:gaborbernat. (:issue:3013)

v20.36.0 (2026-01-07)


Features - 20.36.0

  • Add support for PEP 440 version specifiers in the --python flag. Users can now specify Python versions using operators like >=, <=, ~=, etc. For example: virtualenv --python=">=3.12" myenv . (:issue:2994`)

v20.35.4 (2025-10-28)


Commits
  • d0ad11d release 20.36.1
  • dec4cec Merge pull request #3013 from gaborbernat/fix-sec
  • 5fe5d38 release 20.36.0 (#3011)
  • 9719376 release 20.36.0
  • 0276db6 Add support for PEP 440 version specifiers in the --python flag. (#3008)
  • 4f900c2 Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 (#3...
  • 13afcc6 fix: resolve EncodingWarning in tox upgrade environment (#3007)
  • 31b5d31 [pre-commit.ci] pre-commit autoupdate (#2997)
  • 7c28422 fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146 (...
  • 365628c test_too_many_open_files: assert on errno.EMFILE instead of strerror (#3001)
  • Additional commits viewable in compare view

Updates wcwidth from 0.2.14 to 0.6.0

Release notes

Sourced from wcwidth's releases.

0.6.0

Full Changelog: jquast/wcwidth@0.5.3...0.6.0

0.5.3

Full Changelog: jquast/wcwidth@0.5.2...0.5.3

0.5.2

Full Changelog: jquast/wcwidth@0.5.1...0.5.2

0.5.1

  • Updated generated zero and wide code tables to length of 1 to complete the previously announced removal of historical wide and zero tables. #196

Full Changelog: jquast/wcwidth@0.5.0...0.5.1

0.5.0

  • Drop Support of many historical versions of wide and zero unicode tables. Only the latest Unicode version (17.0.0) is now shipped. The related unicode_version='auto' keyword of the wcwidth()-family of functions are ignored. list_versions() always returns a tuple of only a single element of the only unicode version supported. #195
  • Performance improvement of most common call without version or ambiguous_width specified by 20%. #195
  • New Function propagate_sgr() for applying SGR state propagation to a list of lines. #194
  • Improved wrap() and clip() with propagate_sgr=True. #194
  • Bugfix clip() zero-width characters at clipping boundaries. #194
  • Bugfix OSC Hyperlinks when broken mid-text by wrap(). #193

Full Changelog: jquast/wcwidth@0.4.0...0.5.0

0.4.0

Full Changelog: jquast/wcwidth@0.3.5...0.4.0

0.3.5

  • Re-stamp package version correctly, 0.3.4 packaged a failing test

Full Changelog: jquast/wcwidth@0.3.4...0.3.5

0.3.4

Full Changelog: jquast/wcwidth@0.3.3...0.3.4

0.3.3

... (truncated)

Commits
  • e19d2a2 Complete textwrap.wrap() with 6 missing params! (#207)
  • 666c501 rephrase ucs-detect for upcoming version
  • 84a7248 Add Virama conjunct for the Brahmic scripts (#204)
  • 38d03a5 Standalone emoji support (#202)
  • 8c8eac8 changelog and hyperlinks
  • a198889 Update Category "Mc" code, specs, tests (#200)
  • 8d27c08 Do not distribute any data files (#199)
  • 17b0bad reduce ambiguous_width detection doc
  • 29f10e7 hyperlink where it counts!
  • c6d25b6 Bugfix zero and wide tables were not trimmed (#196)
  • 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 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 minor-and-patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [web3](https://github.com/ethereum/web3.py) | `7.14.0` | `7.14.1` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.0` | `7.13.4` |
| [identify](https://github.com/pre-commit/identify) | `2.6.15` | `2.6.16` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.0` | `8.7.1` |
| [ipython](https://github.com/ipython/ipython) | `9.8.0` | `9.10.0` |
| [nodeenv](https://github.com/ekalinin/nodeenv) | `1.9.1` | `1.10.0` |
| [parso](https://github.com/davidhalter/parso) | `0.8.5` | `0.8.6` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.0` | `4.5.1` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.5` | `3.3.2` |
| [tox](https://github.com/tox-dev/tox) | `4.32.0` | `4.36.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.35.4` | `20.36.1` |
| [wcwidth](https://github.com/jquast/wcwidth) | `0.2.14` | `0.6.0` |



Updates `web3` from 7.14.0 to 7.14.1
- [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.1/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v7.14.0...v7.14.1)

Updates `coverage` from 7.13.0 to 7.13.4
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.0...7.13.4)

Updates `identify` from 2.6.15 to 2.6.16
- [Commits](pre-commit/identify@v2.6.15...v2.6.16)

Updates `importlib-metadata` from 8.7.0 to 8.7.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.7.0...v8.7.1)

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

Updates `nodeenv` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/ekalinin/nodeenv/releases)
- [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES)
- [Commits](ekalinin/nodeenv@1.9.1...1.10.0)

Updates `parso` from 0.8.5 to 0.8.6
- [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/parso@v0.8.5...v0.8.6)

Updates `pre-commit` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.5.0...v4.5.1)

Updates `pyparsing` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.2.5...3.3.2)

Updates `tox` from 4.32.0 to 4.36.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.32.0...4.36.0)

Updates `virtualenv` from 20.35.4 to 20.36.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.35.4...20.36.1)

Updates `wcwidth` from 0.2.14 to 0.6.0
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.14...0.6.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-version: 7.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: coverage
  dependency-version: 7.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: identify
  dependency-version: 2.6.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: importlib-metadata
  dependency-version: 8.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ipython
  dependency-version: 9.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: nodeenv
  dependency-version: 1.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: parso
  dependency-version: 0.8.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pyparsing
  dependency-version: 3.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tox
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wcwidth
  dependency-version: 0.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Feb 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2026 16:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 16, 2026
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