[pip] (deps): Bump the dev-dependencies group across 1 directory with 4 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(9 months ago)
(9 months ago)
(9 months ago)
dependencies python
Bumps the dev-dependencies group with 4 updates in the / directory: idna, libcst, textual and virtualenv.
Updates idna from 3.10 to 3.11
Changelog
Sourced from idna's changelog.
3.11 (2025-10-12)
- Update to Unicode 16.0.0, including significant changes to UTS46 processing. As a result of Unicode ending support for it, transitional processing no longer has an effect and returns the same result.
- Add support for Python 3.14, lowest supported version is Python 3.8.
- Various updates to packaging, including PEP 740 support.
Commits
ad949eeRelease v3.11cae4ba7Second release candidate for 3.118adb305Add space in RST link74cb2b6Release candidate for 3.1105dab09Format idna-data with ruff90eac78Apply ruff formattinga31ce7eRemove errant test vectors81f0333Omit vectors known to be broken in test suitea0f3257Merge branch 'master' into unicode-16-uts46-changes38d9886Remove extra UTS46 test vector- Additional commits viewable in compare view
Updates libcst from 1.7.0 to 1.8.5
Release notes
Sourced from libcst's releases.
v1.8.5
What's Changed
- fix: circular import error by
@drinkmorewaterrin Instagram/LibCST#1406Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.4...v1.8.5
v1.8.4
What's Changed
- fixed: generate Attribute nodes when applying type annotations by
@tungolin Instagram/LibCST#1396- added:Support parsing of t-strings #1374 by
@drinkmorewaterrin Instagram/LibCST#1398- added: add support for PEP758 by
@drinkmorewaterrin Instagram/LibCST#1401New Contributors
@tungolmade their first contribution in Instagram/LibCST#1396Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.2...v1.8.4
v1.8.2
Fixed
- fix(dependency): add back typing-extensions for 3.9 by
@Lee-Win Instagram/LibCST#1358New Contributors
@Lee-Wmade their first contribution in Instagram/LibCST#1358Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.1...v1.8.2
v1.8.1
Added
- add helper to convert nodes to matchers by
@zsolin Instagram/LibCST#1351Updated
- Avoid raising bare Exception by
@zaicruvoir1rominetin Instagram/LibCST#1168- Upgrade PyYAML-ft version and use new module name by
@lysnikolaouin Instagram/LibCST#1353New Contributors
@lysnikolaoumade their first contribution in Instagram/LibCST#1353Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.0...v1.8.1
v1.8.0
Added
- Allow configuring empty formatter lists in codemod CLI by
@ngoldbaumin Instagram/LibCST#1319- Publish several new binary wheels
- macos intel by
@hadialqattanin Instagram/LibCST#1316- windows arm64 by
@zsolin Instagram/LibCST#1304- 3.13 CPython free-threaded by
@zsolin Instagram/LibCST#1333- (only on test.pypi.org) 3.14 and 3.14 CPython free-threaded by
@amyreeseand@zsolin Instagram/LibCST#1345 and Instagram/LibCST#1331- Enable support for free-threaded CPython by
@zsolin Instagram/LibCST#1295 and Instagram/LibCST#1335
... (truncated)
Changelog
Sourced from libcst's changelog.
1.8.5 - 2025-09-25
What's Changed
- fixed: circular import error by
@drinkmorewaterrin Instagram/LibCST#14061.8.4 - 2025-09-09
What's Changed
- fixed: generate Attribute nodes when applying type annotations by
@tungolin Instagram/LibCST#1396- added: Support parsing of t-strings #1374 by
@drinkmorewaterrin Instagram/LibCST#1398- added: add support for PEP758 by
@drinkmorewaterrin Instagram/LibCST#1401New Contributors
@tungolmade their first contribution in Instagram/LibCST#1396Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.2...v1.8.4
1.8.3 - 2025-08-29
What's Changed
- removed: remove entry points to pure parser by
@drinkmorewaterrin Instagram/LibCST#1375- fixed: fixes match statements to work with PositionProvider by
@imsutin Instagram/LibCST#1389New Contributors
@hunterhoganmade their first contribution in Instagram/LibCST#1378@thomas-serre-sonarsourcemade their first contribution in Instagram/LibCST#1379@imsutmade their first contribution in Instagram/LibCST#1389Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.2...v1.8.3
1.8.2 - 2025-06-13
Fixed
- fix(dependency): add back typing-extensions for 3.9 by
@Lee-Win Instagram/LibCST#1358New Contributors
@Lee-Wmade their first contribution in Instagram/LibCST#1358Full Changelog: https://github.com/Instagram/LibCST/compare/v1.8.1...v1.8.2
1.8.1 - 2025-06-10
Added
- add helper to convert nodes to matchers by
@zsolin Instagram/LibCST#1351Updated
- Avoid raising bare Exception by
@zaicruvoir1rominetin Instagram/LibCST#1168- Upgrade PyYAML-ft version and use new module name by
@lysnikolaouin Instagram/LibCST#1353
... (truncated)
Commits
7c906ebbump version to 1.8.5 (#1407)de56353fix: circular import error (#1406)47cacb6bump version to 1.8.4 (#1402)3b5329afeat: add support for PEP758 (#1401)48668dfSupport parsing of t-strings #1374 (#1398)0c82bfabuild(deps): bump regex from 1.11.1 to 1.11.2 in /native (#1399)f40d835build(deps): bump actions/setup-python from 5 to 6 (#1400)d721a06generate Attribute nodes when applying type annotations (#1396)e064729build(deps): bump pypa/cibuildwheel from 3.0.1 to 3.1.4 (#1395)f746afdbuild(deps): bump rayon from 1.10.0 to 1.11.0 in /native (#1394)- Additional commits viewable in compare view
Updates textual from 6.2.1 to 6.3.0
Release notes
Sourced from textual's releases.
The Pithonic release
Version 6.3.0 adds support for Python 3.14, but drops support for Python3.8.
If you are updating, you may also want to update
textual-dev.There is also a new CSS rule, and a fix for code highlighting.
Enjoy!
[6.3.0] - 2025-10-11
Added
- Added scrollbar-visibility rule Textualize/textual#6156
Fixed
- Fixed highlight not auto-detecting lexer Textualize/textual#6167
Changed
- Dropped support for Python3.8 Textualize/textual#6121
- Added support for Python3.14 Textualize/textual#6121
Changelog
Sourced from textual's changelog.
[6.3.0] - 2025-10-11
Added
- Added scrollbar-visibility rule Textualize/textual#6156
Fixed
- Fixed highlight not auto-detecting lexer Textualize/textual#6167
Changed
- Dropped support for Python3.8 Textualize/textual#6121
- Added support for Python3.14 Textualize/textual#6121
Commits
eed9aa0Merge pull request #6121 from TomJGooding/build-update-supported-python-versions2ca685dfix dateea089d5bumpdef653bMerge branch 'main' into build-update-supported-python-versionsf1c6becMerge pull request #6160 from gvx/mainbce43d5Merge pull request #6169 from Textualize/content-optimization395185eremove printf06cd6eoptimization156eb68ci: remove allow-prereleases for Python 3.14218cabcchangelog- Additional commits viewable in compare view
Updates virtualenv from 20.34.0 to 20.35.3
Release notes
Sourced from virtualenv's releases.
20.35.3
What's Changed
- release 20.35.1 by
@gaborbernatin pypa/virtualenv#2976- Revert out effort to extract discovery by
@gaborbernatin pypa/virtualenv#2978- release 20.35.2 by
@gaborbernatin pypa/virtualenv#2980- test_too_many_open_files fails by
@gaborbernatin pypa/virtualenv#2979Full Changelog: https://github.com/pypa/virtualenv/compare/20.35.1...20.35.3
20.35.2
What's Changed
- release 20.35.1 by
@gaborbernatin pypa/virtualenv#2976- Revert out effort to extract discovery by
@gaborbernatin pypa/virtualenv#2978Full Changelog: https://github.com/pypa/virtualenv/compare/20.35.1...20.35.2
20.35.1
What's Changed
- release 20.34.0 by
@gaborbernatin pypa/virtualenv#2954- refactor: Decouple discovery module by
@esafakin pypa/virtualenv#2956- feat: ensure creation of python3.exe and python3 on Windows by
@esafakin pypa/virtualenv#2957- fix: Use getattr for tcl/tk library paths by
@esafakin pypa/virtualenv#2945- fix: Import fs_is_case_sensitive absolutely in py_info.py by
@esafakin pypa/virtualenv#2960- Declare 3.14 support by
@gaborbernatin pypa/virtualenv#2970- release 20.35.0 by
@gaborbernatin pypa/virtualenv#2971- fix: Patch get_interpreter to handle missing cache and app_data by
@esafakin pypa/virtualenv#2974- Fix backwards incompatible changes on PythonInfo by
@gaborbernatin pypa/virtualenv#2975Full Changelog: https://github.com/pypa/virtualenv/compare/20.34.0...20.35.1
20.35.0
What's Changed
- release 20.34.0 by
@gaborbernatin pypa/virtualenv#2954- refactor: Decouple discovery module by
@esafakin pypa/virtualenv#2956- feat: ensure creation of python3.exe and python3 on Windows by
@esafakin pypa/virtualenv#2957- fix: Use getattr for tcl/tk library paths by
@esafakin pypa/virtualenv#2945- fix: Import fs_is_case_sensitive absolutely in py_info.py by
@esafakin pypa/virtualenv#2960- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.github/workflows by
@dependabot[bot] in pypa/virtualenv#2964- Declare 3.14 support by
@gaborbernatin pypa/virtualenv#2970
... (truncated)
Changelog
Sourced from virtualenv's changelog.
v20.35.3 (2025-10-10)
Bugfixes - 20.35.3
- Accept RuntimeError in `test_too_many_open_files`, by :user:`esafak` (:issue:`2935`)v20.35.2 (2025-10-10)
Bugfixes - 20.35.2
- Revert out changes related to the extraction of the discovery module - by :user:
gaborbernat. (:issue:2978)v20.35.1 (2025-10-09)
Bugfixes - 20.35.1
- Patch get_interpreter to handle missing cache and app_data - by :user:`esafak` (:issue:`2972`) - Fix backwards incompatible changes to ``PythonInfo`` - by :user:`gaborbernat`. (:issue:`2975`)v20.35.0 (2025-10-08)
Features - 20.35.0
- Add AppData and Cache protocols to discovery for decoupling - by :user:
esafak. (:issue:2074)- Ensure python3.exe and python3 on Windows for Python 3 - by :user:
esafak. (:issue:2774)Bugfixes - 20.35.0
- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`) - Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`)
Commits
8a1160erelease 20.35.3a07135ftest_too_many_open_files fails (#2979)e265338Merge pull request #2980 from gaborbernat/release-20.35.25387286release 20.35.29b47ce9Merge pull request #2978 from gaborbernat/2977c5674f2Merge pull request #2976 from pypa/release-20.35.178a8dc2release 20.35.12dbf4f2Fix backwards incompatible changes on PythonInfo (#2975)de1820dfix: Patch get_interpreter to handle missing cache and app_data (#2974)8e1ecc7release 20.35.0 (#2971)- 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
Package Dependencies
Technical Details
| ID: | 10250961 |
| UUID: | 3507867234 |
| Node ID: | PR_kwDOMt9I9c6tWSC9 |
| Host: | GitHub |
| Repository: | github/annotated-logger |