Skip to content

Commit 026261c

Browse files
authored
Merge pull request #16 from spherical-go/dependabot/pip/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0
2 parents 639f601 + f4cb29e commit 026261c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PyQt5==5.15.10
55
pyvista==0.43.7
66
pyvistaqt==0.11.0
77

8-
requests==2.31.0
8+
requests==2.32.0
99
python-socketio[client]==5.11.2
1010

1111
flask==3.0.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'PyQt5==5.15.10',
3333
'pyvista==0.43.7',
3434
'pyvistaqt==0.11.0',
35-
'requests==2.31.0',
35+
'requests==2.32.0',
3636
'python-socketio[client]==5.11.2',
3737
'flask==3.0.3',
3838
'flask-socketio==5.3.6',

0 commit comments

Comments
 (0)