Skip to content

Commit

Permalink
Merge 0f20fd3 into 634dfa9
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jul 1, 2019
2 parents 634dfa9 + 0f20fd3 commit 29b6038
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions requirements-dev-base.txt
Expand Up @@ -4,24 +4,24 @@
pyramid-debugtoolbar==4.5

# Testing
pytest==4.3.0
pytest-cov==2.6.1
pytest==5.0.0
pytest-cov==2.7.1
py==1.8.0
coveralls==1.6.0
coveralls==1.8.1
webtest==2.0.33
mock==2.0.0
testfixtures==6.6.0
mock==3.0.5
testfixtures==6.10.0

# Documentation
Sphinx==1.8.4
Sphinx==2.1.2
sphinxcontrib-httpdomain==1.7.0
pygments==2.3.1
pygments==2.4.2

# waitress
waitress==1.2.0
waitress==1.3.0

# Linting
flake8==3.7.7
mccabe==0.6.1
pep8==1.7.1
pyflakes==2.1.0
pyflakes==2.1.1
8 changes: 4 additions & 4 deletions requirements.txt
Expand Up @@ -23,15 +23,15 @@ language-tags==0.4.6
sqlalchemy==1.3.5
zope.sqlalchemy==1.1
transaction==2.4.0
psycopg2==2.7.7
psycopg2==2.8.3

# jinja2
jinja2==2.10.1
pyramid-jinja2==2.8
Babel==2.6.0
Babel==2.7.0

# alembic
alembic==1.0.7
alembic==1.0.11

# colander
colander==1.7.0
Expand All @@ -47,5 +47,5 @@ html5lib==1.0.1
bleach==3.1.0

# requests
requests==2.21.0
requests==2.22.0
cachecontrol==0.12.5

0 comments on commit 29b6038

Please sign in to comment.