Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/2416.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated tox from 4.28.0 to 4.28.3.
2 changes: 1 addition & 1 deletion docs/how-to/x11passthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ on the host machine for the display.
TCP Proxy
~~~~~~~~~

The `socat <https://repo.or.cz/socat.git>`__ tool is a widely available program
The `socat <http://www.dest-unreach.org/socat/>`__ tool is a widely available program
to relay bi-directional data transfer between independent data channels. It
allows running a process on the host to listen on a network port and send any
received data to a socket connected to an X display on the other side.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dev = [
"pytest == 8.4.1",
"pytest-xdist == 3.8.0",
"setuptools_scm == 8.3.1",
"tox == 4.28.0",
"tox == 4.28.3",
]
# Docs are always built on a specific Python version; see RTD and tox config files,
# and the docs contribution guide.
Expand Down
Loading