cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.91k stars 499 forks source link

requirements.txt: Update all dependencies #481

Open benjamindoron opened 8 months ago

benjamindoron commented 8 months ago

Summary of changes

Update eventlet requirement for Python 3.12 support. Take this opportunity to update all dependencies, nox tests still pass.

This fixes issue #475.

Test plan

Tested by running:

nox -s develop