[pip][dev] (deps-dev): Bump libcst from 1.7.0 to 1.8.5 in the dev-dependencies group across 1 directory
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(9 months ago)
(9 months ago)
dependencies python
Bumps the dev-dependencies group with 1 update in the / directory: libcst.
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
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
1
+1
-1
Package Dependencies
libcst
pip
1.7.0 → 1.8.5
Minor
the dev-dependencies group across 1 directory
Technical Details
| ID: | 10165089 |
| UUID: | 2901967766 |
| Node ID: | PR_kwDOMt9I9c6s-IOW |
| Host: | GitHub |
| Repository: | github/annotated-logger |
| Mergeable: | Yes |
| Merge State: | Unstable |