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 - Scheduled weekly dependency update for week 22 #527

Merged
merged 6 commits into from
Jun 4, 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 dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .flask_init import init_app, init_manager


__version__ = '48.3.0'
__version__ = '48.3.1'
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt

coverage==4.5.3
coveralls==1.7.0
coveralls==1.8.0
flake8==3.7.7
freezegun==0.3.11
hypothesis==4.23.8
freezegun==0.3.12
hypothesis==4.24.0
mock==3.0.5
moto==1.3.8
pytest==4.5.0
pytest==4.6.2
pytest-cov==2.7.1
testfixtures<7.0.0,>=6.0.2

Expand Down