Skip to content

Commit

Permalink
upgrade twisted to 18.9.0
Browse files Browse the repository at this point in the history
It turns out 18.9.0 is the last version, not 18.7.0,
even though the latest blog post and tweet are about 18.7.0
  • Loading branch information
kmike committed Feb 4, 2019
1 parent c20e131 commit 96f716a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Other improvements:
* qt5reactor is upgraded to 0.5 - this should slightly reduce idle CPU usage;
* Pillow is upgraded to 5.4.1 - as a side effect, taking large JPEG screenshots
should use slightly less RAM;
* Twisted is upgraded from 16.1.0 to 18.7.0;
* Twisted is upgraded from 16.1.0 to 18.9.0;
* a workaround for JPEG + transparency on a web page is removed, as it seems
to do nothing;
* Splash-Jupyter is updated to latest jupyter (ipykernel==5.1.0,
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/splash/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ install_python_deps () {
${_PYTHON} -m pip install \
qt5reactor==0.5 \
psutil==5.0.0 \
Twisted==18.7.0 \
Twisted==18.9.0 \
adblockparser==0.7 \
xvfbwrapper==0.2.9 \
funcparserlib==0.3.6 \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# install PyQt5 (Splash is tested on PyQT 5.9)
# and the following packages:
twisted == 18.7.0
twisted == 18.9.0
qt5reactor
psutil
adblockparser >= 0.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_version():
]},
'zip_safe': False,
'install_requires': [
'Twisted >= 18.7.0',
'Twisted >= 18.9.0',
'qt5reactor',
'psutil',
'adblockparser',
Expand Down

0 comments on commit 96f716a

Please sign in to comment.