Skip to content

Commit

Permalink
Tests: Requirements: Scheduled weekly dependency update for week 08 (p…
Browse files Browse the repository at this point in the history
…yinstaller#5576)

* Update gevent from 20.9.0 to 21.1.2

* Update pygments from 2.7.3 to 2.8.0

* Update pytz from 2020.4 to 2021.1

* Update sqlalchemy from 1.3.22 to 1.3.23

* Update pandas from 1.1.5 to 1.2.2

* Update numpy from 1.19.4 to 1.20.1

* Update scipy from 1.5.4 to 1.6.1

* Update pillow from 8.0.1 to 8.1.0

* Update ipython from 7.19.0 to 7.20.0

* fix pandas dependency

* Fix numpy requirement

* Update requirements-libraries.txt

* Update requirements-libraries.txt

* Update requirements-libraries.txt

* Final commit?

Co-authored-by: Legorooj <legorooj@protonmail.com>
  • Loading branch information
pyup-bot and Legorooj committed Mar 22, 2021
1 parent a3b7414 commit 8cf796d
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions tests/requirements-libraries.txt
Expand Up @@ -26,24 +26,21 @@ keyring==19.2.0 # pyup: ignore
# These packages work with no (known) issues.
babel==2.9.0
future==0.18.2
gevent==20.9.0
pygments==2.7.3
gevent==21.1.2
pygments==2.8.0
pyside2==5.15.1
pyqt5==5.15.1
pyqtwebengine==5.15.1
python-dateutil==2.8.1
pytz==2020.4
pytz==2021.1
requests==2.25.1
# simplejson is used for text_c_extension
simplejson==3.17.2
sphinx==2.4.4 # pyup: ignore
# Required for test_namespace_package
sqlalchemy==1.3.22
sqlalchemy==1.3.23
zope.interface==5.2.0
pandas==1.1.5
numpy==1.19.4
scipy==1.5.4
Pillow==8.0.1
Pillow==8.1.1
matplotlib==3.3.4


Expand All @@ -52,5 +49,17 @@ matplotlib==3.3.4

# iPython 7.17 dropped support for python 3.6
# https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-17
ipython==7.19.0; python_version > '3.6'
ipython==7.16.1; python_version == '3.6' # pyup: ignore
ipython==7.20.0; python_version > '3.6'
ipython==7.16.1; python_version <= '3.6' # pyup: ignore

# pandas also dropped support
pandas==1.2.2; python_version > '3.6'
pandas==1.1.5; python_version <= '3.6' # pyup: ignore

# so did numpy
numpy==1.20.1; python_version > '3.6'
numpy==1.19.4; python_version <= '3.6' # pyup: ignore

# scipy too
scipy==1.6.1; python_version > '3.6'
scipy==1.5.4; python_version <= '3.6' # pyup: ignore

0 comments on commit 8cf796d

Please sign in to comment.