Skip to content

Commit

Permalink
Tests: Requirements: Scheduled weekly dependency update for week 17 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Apr 28, 2024
1 parent 4d0292c commit 2c93463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/requirements-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ babel==2.14.0
Django==5.0.4; python_version >= '3.10'
future==1.0.0
gevent==24.2.1
ipython==8.23.0; python_version >= '3.10'
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.1.0; sys_platform != 'darwin' or python_version >= '3.8.7'
keyring==25.2.0; sys_platform != 'darwin' or python_version >= '3.8.7'
matplotlib==3.8.4; python_version >= '3.9'
numpy==1.26.4; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
Expand Down

0 comments on commit 2c93463

Please sign in to comment.