Skip to content
3 changes: 3 additions & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Flake8

on: [push]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ certifi==2024.7.4
charset-normalizer==3.3.2
colorama==0.4.6 ; sys_platform == "win32"
decorator==5.1.1
h11==0.14.0
httpcore==1.0.5
h11==0.16.0
httpcore==1.0.9
httpx[socks]==0.27.0
idna==3.15
igraph==0.11.4
Expand Down
Loading