Skip to content

Commit 0a5fdd1

Browse files
committed
fix secruity alerts
1 parent 133bd7e commit 0a5fdd1

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9"]
12+
python-version: ["3.12"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Open Interface
127127
<details>
128128
<summary><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/120px-Python-logo-notext.svg.png?20250701090410" alt="Python Logo" width="15" height="15"> <b>Run as a Script</b></summary>
129129
<ul>
130+
<li>Install Python 3.12 or newer.</li>
130131
<li>Clone the repo <code>git clone https://github.com/AmberSahdev/Open-Interface.git</code></li>
131132
<li>Enter the directory <code>cd Open-Interface</code></li>
132133
<li><b>Optionally</b> use a Python virtual environment

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ certifi==2024.7.4
55
charset-normalizer==3.3.2
66
distro==1.9.0
77
exceptiongroup==1.2.0
8-
h11==0.14.0
9-
httpcore==1.0.2
8+
h11==0.16.0
9+
httpcore==1.0.9
1010
httpx==0.28.1
11-
idna==3.7
11+
idna==3.15
1212
macholib==1.16.3
1313
MouseInfo==0.1.3
1414
moviepy==1.0.3
1515
openai==1.66.3
1616
packaging==24.2
17-
pillow==11.1.0
17+
pillow==12.3.0
1818
PyAudio==0.2.14
1919
PyAutoGUI==0.9.54
2020
PyGetWindow==0.0.9
@@ -28,12 +28,12 @@ pyperclip==1.8.2
2828
PyRect==0.2.0
2929
PyScreeze==0.1.30
3030
pytweening==1.0.7
31-
requests==2.32.0
31+
requests==2.33.0
3232
rubicon-objc==0.4.7
33-
setuptools==75.3.0
33+
setuptools==83.0.0
3434
sniffio==1.3.0
3535
tqdm==4.66.4
3636
ttkbootstrap==1.10.1
3737
typing_extensions==4.12.2
38-
urllib3==2.2.2
38+
urllib3==2.7.0
3939
google-genai==1.5.0

0 commit comments

Comments
 (0)