forked from cs01/gdbgui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements.txt: Update all dependencies
Update eventlet requirement for Python 3.12 support. Take this opportunity to update all dependencies, nox tests still pass. This fixes issue cs01#475. Signed-off-by: Benjamin Doron <[email protected]>
- Loading branch information
1 parent
be95217
commit 747faf2
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,52 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
bidict==0.22.1 | ||
# via python-socketio | ||
blinker==1.6.3 | ||
blinker==1.7.0 | ||
# via flask | ||
brotli==1.1.0 | ||
# via flask-compress | ||
click==8.1.7 | ||
# via flask | ||
dnspython==2.4.2 | ||
dnspython==2.5.0 | ||
# via eventlet | ||
eventlet==0.33.3 | ||
eventlet==0.35.1 | ||
# via -r requirements.in | ||
flask==3.0.0 | ||
flask==3.0.2 | ||
# via | ||
# flask-compress | ||
# flask-socketio | ||
flask-compress==1.10.1 | ||
# via -r requirements.in | ||
flask-socketio==5.3.6 | ||
# via -r requirements.in | ||
greenlet==3.0.0 | ||
greenlet==3.0.3 | ||
# via eventlet | ||
h11==0.14.0 | ||
# via wsproto | ||
itsdangerous==2.1.2 | ||
# via flask | ||
jinja2==3.1.2 | ||
jinja2==3.1.3 | ||
# via flask | ||
markupsafe==2.1.3 | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
pygdbmi==0.10.0.2 | ||
# via -r requirements.in | ||
pygments==2.16.1 | ||
pygments==2.17.2 | ||
# via -r requirements.in | ||
python-engineio==4.8.0 | ||
python-engineio==4.9.0 | ||
# via python-socketio | ||
python-socketio==5.10.0 | ||
python-socketio==5.11.1 | ||
# via flask-socketio | ||
simple-websocket==1.0.0 | ||
# via python-engineio | ||
six==1.16.0 | ||
# via eventlet | ||
werkzeug==3.0.0 | ||
werkzeug==3.0.1 | ||
# via flask | ||
wsproto==1.2.0 | ||
# via simple-websocket |