jj: update to 0.39.0.
## [0.39.0] - 2026-03-04
### Release highlights
* `jj arrange` command brings up a TUI where you can reorder and abandon
revisions. [#1531](https://github.com/jj-vcs/jj/issues/1531)
* `jj bookmark advance` automatically moves bookmarks forward to a
target revision (defaults to `@`) using customization points
`revsets.bookmark-advance-from` and `revsets.bookmark-advance-to`.
It is heavily inspired by the longstanding community alias `jj tug`.
### Breaking changes
* Dropped support for legacy index files written by jj < 0.33. New index files
will be created as needed.
[104 lines not shown]
arti: update to 2.1.0.
# Arti 2.1.0 — 2 March 2026
Arti 2.1.0 continues work on relay development,
and introduces a new RPC backend with non-blocking IO
in the `arti-rpc-client-core` library.
As usual, there are also various under-the-hood improvements and bug fixes.
postgresql-timescaledb: updated to 2.25.2
2.25.2
This release contains performance improvements and bug fixes since the 2.25.1
release and a fix for a security vulnerability. You can check the security
advisory for more information on the vulnerability and the platforms that are
affected. We recommend that you upgrade as soon as possible.
py-inline-snapshot: updated to 0.32.4
0.32.4 — 2026-03-01
Added
- Added `context_managers` parameter to `Example.run_inline()`, allowing tests to inject context managers (e.g. `unittest.mock.patch`) that are active during `show_report()`.
Fixed
- Fixed `UsageError("unmanaged values can not be compared with snapshots")` raised during session teardown when using `-k` to filter tests. This was caused by inline-snapshot trying to update snapshots that were never compared. This is a rare edge case that caused problems when matchers were used, so it has been removed.
py-tabulate: updated to 0.10.0
0.10.0
Add support for Python 3.11, 3.12, 3.13.
Drop support for Python 3.7, 3.8.
PRESERVE_STERILITY global is replaced with preserve_sterility function argument.
New formatting options: headersglobalalign, headersalign, colglobalalign.
New output format: ``colon_grid`` (Pandoc grid_tables with alignment)
Various bug fixes.
Improved error messages.
p5-Plack-Middleware-Session: update to 0.36.
0.36 2025-07-23 15:01:17 EDT
- DBI Store improvements: Allow specification of id and data columns,
support for extending modules to set DB data columns, fix quoting issues (#48)
py-pallets-sphinx-themes: updated to 2.5.0
Version 2.5.0
- Use Atkinson Hyperlegible font.
- Click theme does not use monospace font for body.
- Use local font files instead of Google Fonts.
Version 2.4.0
- Fix compatibility with Sphinx >= 9.0.
- Require Sphinx >= 7.3.
libtorrent rtorrent: updated to 0.16.7
0.16.7
This release fixes various issues with libcurl and polling, and disables
libcurl connection cache due to insufficient api to strictly handle sockets
events.
py-fakefs: updated to 6.1.4
6.1.4
Fixes incompatibility with VCCode unittest runner.
Fixes
* expanduser now correctly handles paths besides home and different separators
* avoid faking filesystem in VSCode unittest runner
blosc2: updated to 2.23.1
Changes from 2.23.0 to 2.23.1
* Fix some memory leaks/undefined behaviour
* Allow resizing of empty arrays
* `filters_meta` (interpreted as number of bytestreams) for the byteshuffle filter
py-requests-cache: updated to 1.3.1
1.3.1 (2025-03-03)
Add support for multiple response variations based on Vary
Fix overwriting headers after revalidation in read_only mode
Add tests for python 3.15 (alpha)