Skip to content

Commit

Permalink
Upgrade PyQt, Yarl, and LibTorrent dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed May 31, 2023
1 parent 32e91db commit 91d360a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pyyaml==6.0
sentry-sdk==1.14.0
service-identity==21.1.0
yappi==1.4.0
yarl==1.7.2 # keep this dependency higher than 1.6.3. See: https://github.com/aio-libs/yarl/issues/517
yarl==1.8.2 # keep this dependency higher than 1.6.3. See: https://github.com/aio-libs/yarl/issues/517
bitarray==2.5.1
pyipv8==2.10.0
libtorrent==1.2.15
libtorrent==1.2.19
file-read-backwards==2.0.0
Brotli==1.0.9 # to prevent AttributeError on macOs: module 'brotli' has no attribute 'error' (in urllib3.response)
human-readable==1.3.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Pillow==9.3.0
PyQt5==5.15.1
PyQt5-sip==12.8.1
PyQt5-sip==12.11.1
pyqtgraph==0.12.3
PyQtWebEngine==5.15.2

0 comments on commit 91d360a

Please sign in to comment.