Bump the minor-and-patch group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies python
Bumps the minor-and-patch group with 4 updates in the / directory: web3, coverage, tox and virtualenv.
Updates web3 from 7.12.1 to 7.13.0
Changelog
Sourced from web3's changelog.
web3.py v7.13.0 (2025-08-04)
Bugfixes
- Raise ``BadResponseFormat`` from within ``FormattingMiddleware`` if the raw response is not a dict. (`[#3735](https://github.com/ethereum/web3.py/issues/3735) <https://github.com/ethereum/web3.py/issues/3735>`__)Improved Documentation
- Fix broken link to external
eth_gasPricedocumentation. ([#3717](https://github.com/ethereum/web3.py/issues/3717) <https://github.com/ethereum/web3.py/issues/3717>__)Features
- Add testing against Geth v1.16.2 (`[#1162](https://github.com/ethereum/web3.py/issues/1162) <https://github.com/ethereum/web3.py/issues/1162>`__) - Support parallelization of subscription handling globally via the subscription manager ``parallelize`` flag, and on a per-subscription basis via the ``parallelize`` flag on the subscription itself. (`[#3709](https://github.com/ethereum/web3.py/issues/3709) <https://github.com/ethereum/web3.py/issues/3709>`__)Internal Changes - for web3.py Contributors
- Update integration test suite fixture to test against geth
v1.16.1. ([#3731](https://github.com/ethereum/web3.py/issues/3731) <https://github.com/ethereum/web3.py/issues/3731>__)- Add missing async tests for
FormattingMiddlewareas a sanity check. ([#3735](https://github.com/ethereum/web3.py/issues/3735) <https://github.com/ethereum/web3.py/issues/3735>__)
Commits
843c752Bump version: 7.12.1 → 7.13.0c52ebafCompile release notes for v7.13.0e6e5b63Update Geth to v1.16.2 (#3738)d4e11b9Add documentation for parallelize flag1832645Add parallelize option to async_w3.eth.subscribe APIbffd75cAllow subscription-level parallelization; add good tests393cf1fnewsfragment for #37094ba43e0Fix py38 errors; add TODOs to remove when dropped33b5f47Add some configurations for task based subscription processing81a3780Allow task-based subscription processing via the subscription manager- Additional commits viewable in compare view
Updates coverage from 7.10.0 to 7.10.2
Changelog
Sourced from coverage's changelog.
Version 7.10.2 — 2025-08-03
- Fix: some code with NOP bytecodes could report missing branches that are actually executed. This is now fixed, closing
issue 1999_. Python 3.9 still shows the problem... _issue 1999: nedbat/coveragepy#1999
.. _changes_7-10-1:
Version 7.10.1 — 2025-07-27
Fix: the exclusion for
if TYPE_CHECKING:was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. Improvesissue 831_.Fix: changed where .pth files are written for
patch = subprocess, closingissue 2006_... _issue 2006: nedbat/coveragepy#2006
.. _changes_7-10-0:
Commits
a867852docs: sample HTML for 7.10.2e7bfabedocs: prep for 7.10.25dbd736test: this test often borks metacov, retry itb7430fadebug: more convenient run_trace.pye2039d0refactor: less redundancy in branch_trailsc177731fix: see through nop bytecodes to get the right arcs. #19997a83ab0test: don't try to make pth files when invoked from pth #20116d8b091refactor: remove a commented-out linefc507adtest: add a case for an extension-less Python file parse error05a6e8dtest: no need for skip, we already skip windows- Additional commits viewable in compare view
Updates tox from 4.28.1 to 4.28.4
Release notes
Sourced from tox's releases.
4.28.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/tox#3570- Pass ssh-agent variables by default by
@daniilgankovin tox-dev/tox#3572New Contributors
@daniilgankovmade their first contribution in tox-dev/tox#3572Full Changelog: https://github.com/tox-dev/tox/compare/4.28.3...4.28.4
4.28.3
What's Changed
- Fix typo on cmd_build filter check expression by
@gaborbernatin tox-dev/tox#3569Full Changelog: https://github.com/tox-dev/tox/compare/4.28.2...4.28.3
4.28.2
What's Changed
- Don't pass in the filter argument to tar.extractall on old Python versions by
@gaborbernatin tox-dev/tox#3568Full Changelog: https://github.com/tox-dev/tox/compare/4.28.1...4.28.2
Changelog
Sourced from tox's changelog.
v4.28.4 (2025-07-31)
Features - 4.28.4
- Pass ssh-agent variables ``SSH_AGENT_PID`` and ``SSH_AUTH_SOCK`` in ``pass_env`` by default. - by :user:`daniilgankov` (:issue:`3572`)v4.28.3 (2025-07-25)
No significant changes.
v4.28.2 (2025-07-25)
Bugfixes - 4.28.2
- Don't pass in the filter argument to tar.extractall on old Python versions - by :user:
gaborbernat. (:issue:3568)
Commits
611b751release 4.28.49f2db71Pass ssh-agent variables by default (#3572)c28c4b1[pre-commit.ci] pre-commit autoupdate (#3570)815ca31release 4.28.38a59b92Fix type on expression (#3569)ebfaab6release 4.28.2ae930dbDon't pass in hte filter argument to tar.extractall on old Python versions (#...- See full diff in compare view
Updates virtualenv from 20.32.0 to 20.33.0
Release notes
Sourced from virtualenv's releases.
20.33.0
What's Changed
- release 20.32.0 by
@gaborbernatin pypa/virtualenv#2908- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in pypa/virtualenv#2909- Fix nushell deprecation warnings by
@gaborbernatin pypa/virtualenv#2910- test: Use
@pytest.mark.flakyinstead of@flaky.flakyby@mgornyin pypa/virtualenv#2911- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in pypa/virtualenv#2912- fix: handle StopIteration in discovery by
@esafakin pypa/virtualenv#2913- fix: Improve symlink check and sysconfig path handling by
@esafakin pypa/virtualenv#2914- docs: Recommend specific python version for virtualenv by
@esafakin pypa/virtualenv#2916- fix: Force UTF-8 encoding for pip subprocess by
@esafakin pypa/virtualenv#2918- fix: Prevent crash on file in PATH during discovery by
@esafakin pypa/virtualenv#2917- fix:
--try-first-withwas overriding an absolute--pythonpath by@esafakin pypa/virtualenv#2921- fix 'Too many open files' error and improve error message by
@esafakin pypa/virtualenv#2922- fix(testing): Prevent logging setup when --help is passed by
@esafakin pypa/virtualenv#2923- fix cache invalidation for PythonInfo by
@esafakin pypa/virtualenv#2925- fix: Update venv redirector detection for Python 3.13 on Windows by
@esafakin pypa/virtualenv#2920- feat: Add Tcl/Tkinter support by
@esafakin pypa/virtualenv#2928Full Changelog: https://github.com/pypa/virtualenv/compare/20.32.0...20.33.0
Changelog
Sourced from virtualenv's changelog.
v20.33.0 (2025-08-03)
Features - 20.33.0
- Added support for Tcl and Tkinter. You're welcome. Contributed by :user:`esafak`. (:issue:`425`)Bugfixes - 20.33.0
- Prevent logging setup when --help is passed, fixing a flaky test. Contributed by :user:
esafak. (:issue:u)- Fix cache invalidation for PythonInfo by hashing
py_info.py. Contributed by :user:esafak. (:issue:2467)- When no discovery plugins are found, the application would crash with a StopIteration. This change catches the StopIteration and raises a RuntimeError with a more informative message. Contributed by :user:
esafak. (:issue:2493)- Stop
--try-first-withoverriding absolute--pythonpaths. Contributed by :user:esafak. (:issue:2659)- Force UTF-8 encoding for pip download Contributed by :user:
esafak. (:issue:2780)- Creating a virtual environment on a filesystem without symlink-support would fail even with
--copiesMakefs_supports_symlinkperform a real symlink creation check on all platforms. Contributed by :user:esafak. (:issue:2786)- Add a note to the user guide recommending the use of a specific Python version when creating virtual environments. Contributed by :user:
esafak. (:issue:2808)- Fix 'Too many open files' error due to a file descriptor leak in virtualenv's locking mechanism. Contributed by :user:
esafak. (:issue:2834)- Support renamed Windows venv redirector (
venvlauncher.exeandvenvwlauncher.exe) on Python 3.13 Contributed by :user:esafak. (:issue:2851)- Resolve Nushell activation script deprecation warnings by dynamically selecting the
--optionalflag for Nushellgetcommand on version 0.106.0 and newer, while retaining the deprecated-iflag for older versions to maintain compatibility. Contributed by :user:gaborbernat. (:issue:2910)
Commits
829e3d2release 20.33.03d35fbbfeat: Add Tcl/Tkinter support (#2928)9872144fix: Update venv redirector detection for Python 3.13 on Windows (#2920)31eb8b9fix cache invalidation for PythonInfo (#2925)ec1c83efix(testing): Prevent logging setup when --help is passed (#2923)0c84728fix 'Too many open files' error and improve error message (#2922)f264539fix:--try-first-withwas overriding an absolute--pythonpath (#2921)19796cffix: Prevent crash on file in PATH during discovery (#2917)01074bcfix: Force UTF-8 encoding for pip subprocess (#2918)fb2ba1cdocs: Recommend specific python version for virtualenv (#2916)- 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
2
+4
-4
Package Dependencies
Technical Details
| ID: | 4577365 |
| UUID: | 2719191539 |
| Node ID: | PR_kwDODpoMcc6iE5Hz |
| Host: | GitHub |
| Repository: | magiclabs/magic-admin-python |
| Merge State: | Unknown |