Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyup.io: Scheduled daily dependency update on Monday #393

Merged
merged 2 commits into from
Jul 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-r base.txt

bumpversion==0.5.3
mypy==0.711
mypy==0.720
pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pylint==2.3.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
safety==1.8.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
coverage==4.5.3

pytest<3.3.0; python_version < '3.4' # pyup: ignore
pytest==5.0.0; python_version >= '3.4'
pytest==5.0.1; python_version >= '3.4'
pytest-benchmark==3.2.2
pytest-cov==2.7.1
pytest-mock==1.6.3; python_version < '3.4' # pyup: ignore
Expand Down