Skip to content

Commit

Permalink
Tests: Requirements: Scheduled weekly dependency update for week 20 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored and rokm committed May 19, 2024
1 parent 22e928e commit 4f111a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/requirements-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ gevent==24.2.1
ipython==8.24.0; python_version >= '3.10'
# keyring >= 23.1 requires python >= 3.8.7 on macOS 11 and later (with dyld shared cache support)
keyring==23.0.1; sys_platform == 'darwin' and python_version < '3.8.7' # pyup: ignore
keyring==25.2.0; sys_platform != 'darwin' or python_version >= '3.8.7'
matplotlib==3.8.4; python_version >= '3.9'
keyring==25.2.1; sys_platform != 'darwin' or python_version >= '3.8.7'
matplotlib==3.9.0; python_version >= '3.9'
numpy==1.26.4; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
pygments==2.18.0
Expand Down Expand Up @@ -79,7 +79,7 @@ simplejson==3.19.2
sphinx==7.3.7; python_version >= '3.9'
# Required for test_namespace_package
sqlalchemy==2.0.30
zope.interface==6.3
zope.interface==6.4
Pillow==10.3.0


Expand Down

0 comments on commit 4f111a7

Please sign in to comment.