Skip to content

Commit

Permalink
Tests: Requirements: Scheduled weekly dependency update for week 42 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Oct 15, 2023
1 parent 362ff1b commit 3ff53a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/requirements-libraries.txt
Expand Up @@ -24,15 +24,15 @@ ipython==8.16.1; python_version >= '3.9'
keyring==23.0.1; sys_platform == 'darwin' and python_version < '3.8.7' # pyup: ignore
keyring==24.2.0; sys_platform != 'darwin' or python_version >= '3.8.7'
matplotlib==3.8.0; python_version >= '3.9'
numpy==1.26.0; python_version >= '3.9'
numpy==1.26.1; python_version >= '3.9'
pandas==2.1.1; python_version >= '3.9'
pygments==2.16.1
PyGObject==3.46.0; sys_platform == 'linux'
# Current PySide2 wheels explicitly require python < 3.11
PySide2==5.15.2.1; python_version < '3.11'
PySide6==6.5.3
# PyQt5 and add-on packages
PyQt5==5.15.9
PyQt5==5.15.10
PyQt3D==5.15.6
PyQtChart==5.15.6
PyQtDataVisualization==5.15.5
Expand All @@ -42,7 +42,7 @@ QScintilla==2.14.1
PyQtWebEngine==5.15.6
# PyQt6 and add-on packages
# NOTE: PyQt6 >= 6.5.1 is broken on macOS due to Qt .framework bundles not being preserved
PyQt6==6.5.2
PyQt6==6.5.3
PyQt6-3D==6.5.0
PyQt6-Charts==6.5.0
PyQt6-DataVisualization==6.5.0
Expand All @@ -57,7 +57,7 @@ scipy==1.11.3; python_version >= '3.9'
simplejson==3.19.2
sphinx==7.2.6; python_version >= '3.9'
# Required for test_namespace_package
sqlalchemy==2.0.21
sqlalchemy==2.0.22
zope.interface==6.1
Pillow==10.0.1

Expand Down

0 comments on commit 3ff53a8

Please sign in to comment.