Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: Requirements: Scheduled weekly dependency update for week 13 #5675

Merged
merged 10 commits into from Apr 3, 2021
21 changes: 12 additions & 9 deletions tests/requirements-libraries.txt
Expand Up @@ -27,7 +27,7 @@ keyring==19.2.0 # pyup: ignore
babel==2.9.0
future==0.18.2
gevent==21.1.2
pygments==2.8.0
pygments==2.8.1
pyside2==5.15.1
pyqt5==5.15.1
pyqtwebengine==5.15.1
Expand All @@ -38,28 +38,31 @@ requests==2.25.1
simplejson==3.17.2
sphinx==2.4.4 # pyup: ignore
# Required for test_namespace_package
sqlalchemy==1.3.23
zope.interface==5.2.0
Pillow==8.1.1
matplotlib==3.3.4
sqlalchemy==1.4.3
zope.interface==5.3.0
Pillow==8.1.2


# Python versions not supported / supported for older package versions
# -------------------------------------------------------

# iPython 7.17 dropped support for python 3.6
# https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-17
ipython==7.20.0; python_version > '3.6'
ipython==7.22.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.2.3; 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.20.2; 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.6.2; python_version > '3.6'
scipy==1.5.4; python_version <= '3.6' # pyup: ignore

# and matplotlib
matplotlib==3.4.0; python_version > '3.6'
matplotlib==3.3.4; python_version <= '3.6' # pyup: ignore