Skip to content

Commit

Permalink
Tests: Requirements: Scheduled weekly dependency update for week 36 (#…
Browse files Browse the repository at this point in the history
…7062)

* Update keyring from 23.8.2 to 23.9.0

* Update pandas from 1.4.3 to 1.4.4
  • Loading branch information
pyup-bot committed Sep 4, 2022
1 parent 299ff39 commit a54d89e
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 @@ -31,9 +31,9 @@ gevent==21.12.0
ipython==8.4.0; python_version >= '3.8'
# 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==23.8.2; sys_platform != 'darwin' or python_version >= '3.8.7'
keyring==23.9.0; sys_platform != 'darwin' or python_version >= '3.8.7'
matplotlib==3.5.3; python_version >= '3.8'
pandas==1.4.3; python_version >= '3.8'
pandas==1.4.4; python_version >= '3.8'
pygments==2.13.0
PyGObject==3.42.2; sys_platform == 'linux'
pyside2==5.15.2.1
Expand Down

0 comments on commit a54d89e

Please sign in to comment.