Skip to content

Commit

Permalink
Merge 390d3ca into 634dfa9
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Aug 1, 2019
2 parents 634dfa9 + 390d3ca commit 04205a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 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.1
pytest-cov==2.7.1
py==1.8.0
coveralls==1.6.0
coveralls==1.8.2
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
flake8==3.7.8
mccabe==0.6.1
pep8==1.7.1
pyflakes==2.1.0
pyflakes==2.1.1
10 changes: 5 additions & 5 deletions requirements.txt
Expand Up @@ -20,18 +20,18 @@ skosprovider_heritagedata==0.3.1
language-tags==0.4.6

# sqlalchemy
sqlalchemy==1.3.5
sqlalchemy==1.3.6
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 04205a1

Please sign in to comment.