Skip to content

Commit

Permalink
update flask socket io version and use apt instead of apt get
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Oct 18, 2023
1 parent c9bdf0f commit 4a57252
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install nox
- name: Install gdb ubuntu
run: |
sudo apt-get install gdb
sudo apt install gdb
- name: Execute Tests
run: |
nox --non-interactive --session tests-${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ venv
site
gdbgui/static/js/*
__pycache__
.coverage
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask-SocketIO>5.1, <5.2
Flask-SocketIO>5.3, <6
Flask-Compress>1.10, <1.11
pygdbmi>=0.10.0.2, <0.11
Pygments>=2.2.0, <3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ flask==3.0.0
# flask-socketio
flask-compress==1.10.1
# via -r requirements.in
flask-socketio==5.1.2
flask-socketio==5.3.6
# via -r requirements.in
greenlet==3.0.0
# via eventlet
Expand Down

0 comments on commit 4a57252

Please sign in to comment.