Skip to content

Commit

Permalink
Scheduled monthly dependency update for June (#32)
Browse files Browse the repository at this point in the history
* Update pandas from 1.0.3 to 1.0.4

* Update flake8 from 3.7.9 to 3.8.2

* Update pylint from 2.5.0 to 2.5.2

* Update pytest from 5.4.1 to 5.4.2

* Update pytest-asyncio from 0.11.0 to 0.12.0

* Update pytest-cov from 2.8.1 to 2.9.0
  • Loading branch information
pyup-bot authored Jun 1, 2020
1 parent 12e7cb7 commit 02db88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
camacq==0.7.5
matplotlib==3.2.1
pandas==1.0.3
pandas==1.0.4
scipy==1.4.1
4 changes: 2 additions & 2 deletions requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==19.10b0
flake8==3.7.9
flake8==3.8.2
pydocstyle==5.0.2
pylint==2.5.0
pylint==2.5.2
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asynctest==0.13.0
pytest==5.4.1
pytest-asyncio==0.11.0
pytest-cov==2.8.1
pytest==5.4.2
pytest-asyncio==0.12.0
pytest-cov==2.9.0
pytest-mock==3.1.0
pytest-timeout==1.3.4

0 comments on commit 02db88e

Please sign in to comment.