Skip to content

Commit

Permalink
Merge pull request #75 from plone/bump-versions
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
gforcada committed Nov 1, 2019
2 parents 2a7f642 + 30ac1f7 commit 6389650
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: python

python:
- '3.6'
- '3.7'

cache:
directories:
Expand All @@ -14,7 +14,7 @@ install:

script:
- isort `find src/mr.roboto/ -name "*.py"`
- black -S --py36 src/mr.roboto/
- black -S --target-version py37 src/mr.roboto/
- bin/code-analysis
- bin/pytest --cov=src/mr.roboto --cov-report term-missing src/mr.roboto/

Expand Down
81 changes: 43 additions & 38 deletions buildout.cfg
Expand Up @@ -69,19 +69,19 @@ recipe = zc.recipe.egg
eggs = plone.versioncheck

[versions]
atomicwrites = 1.2.1
beautifulsoup4 = 4.7.1
atomicwrites = 1.3.0
beautifulsoup4 = 4.8.1
CacheControl = 0.12.5
certifi = 2018.11.29
Chameleon = 3.5
certifi = 2019.9.11
Chameleon = 3.6.2
chardet = 3.0.4
check-manifest = 0.37
check-manifest = 0.40
collective.recipe.omelette = 0.16
colorama = 0.4.1
configparser = 3.7.1
cornice = 3.5.1
coverage = 4.5.2
Deprecated = 1.2.4
configparser = 4.0.2
cornice = 3.6.0
coverage = 4.5.4
Deprecated = 1.2.6
flake8 = 3.6.0
flake8-blind-except = 0.1.1
flake8-coding = 1.3.1
Expand All @@ -93,60 +93,65 @@ flake8-print = 3.1.0
flake8-quotes = 1.0.0
flake8-string-format = 0.2.3
flake8-todo = 0.7
gitdb2 = 2.0.5
GitPython = 2.1.11
hupper = 1.4.2
gitdb2 = 2.0.6
GitPython = 2.1.14
hupper = 1.9
idna = 2.8
importlib-metadata = 0.23
Jinja2 = 2.10
lockfile = 0.12.2
lxml = 4.3.0
Mako = 1.0.7
MarkupSafe = 1.1.0
lxml = 4.3.5
Mako = 1.1.0
MarkupSafe = 1.1.1
mccabe = 0.6.1
mock = 2.0.0
more-itertools = 5.0.0
msgpack = 0.6.1
Paste = 3.0.6
mock = 3.0.5
more-itertools = 7.2.0
msgpack = 0.6.2
packaging = 19.2
Paste = 3.2.2
PasteDeploy = 2.0.1
pbr = 5.1.1
pbr = 5.4.3
pep8-naming = 0.7.0
plaster = 1.0
plaster-pastedeploy = 0.6
plaster-pastedeploy = 0.7
plone.recipe.codeanalysis = 3.0.1
plone.versioncheck = 1.6.10
pluggy = 0.8.1
py = 1.7.0
plone.versioncheck = 1.7.0
pluggy = 0.13.0
py = 1.8.0
pycodestyle = 2.4.0
pyflakes = 2.0.0
PyGithub = 1.43.4
Pygments = 2.3.1
PyGithub = 1.44
Pygments = 2.4.2
PyJWT = 1.7.1
pyramid = 1.10.1
pyparsing = 2.4.2
pyramid = 1.10.4
pyramid-chameleon = 0.3
pyramid-debugtoolbar = 4.5
pyramid-mailer = 0.15.1
pyramid-mako = 1.0.2
pytest = 4.1.1
pytest-cov = 2.6.1
pyramid-mako = 1.1.0
pytest = 5.2.2
pytest-cov = 2.8.1
repoze.lru = 0.7
repoze.sendmail = 4.4.1
requests = 2.21.0
setuptools = 40.7.0
requests = 2.22.0
setuptools = 41.6.0
simplejson = 3.16.0
six = 1.12.0
smmap2 = 2.0.5
soupsieve = 1.7.3
testfixtures = 6.4.3
soupsieve = 1.9.4
testfixtures = 6.10.1
transaction = 2.4.0
translationstring = 1.3
unidiff = 0.5.4
urllib3 = 1.24.1
urllib3 = 1.25.6
venusian = 1.2.0
waitress = 1.2.1
waitress = 1.3.1
wcwidth = 0.1.7
WebOb = 1.8.5
WebTest = 2.0.32
wrapt = 1.11.1
zc.buildout = 2.13.0
wrapt = 1.11.2
zc.buildout = 2.13.2
zc.recipe.egg = 2.0.7
zipp = 0.6.0
zope.deprecation = 4.4.0
zope.interface = 4.6.0
10 changes: 5 additions & 5 deletions requirements.txt
@@ -1,6 +1,6 @@
meld3==1.0.2
-e git://github.com/Supervisor/supervisor.git#egg=supervisor
setuptools==40.7.0
zc.buildout==2.13.0
black==18.9b0
isort==4.3.4
supervisor==4.1.0
setuptools==41.6.0
zc.buildout==2.13.2
black==19.10b0
isort==4.3.21
2 changes: 1 addition & 1 deletion src/mr.roboto/src/mr/roboto/tests/test_comments.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from hashlib import sha1
from mr.roboto.subscriber import TriggerPullRequestJenkinsJobs
from mr.roboto.events import CommentOnPullRequest
from mr.roboto.subscriber import TriggerPullRequestJenkinsJobs
from tempfile import NamedTemporaryFile
from testfixtures import LogCapture
from webtest import TestApp
Expand Down

0 comments on commit 6389650

Please sign in to comment.