Skip to content

Commit

Permalink
Upgrade dependencies to latest + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-nie committed Nov 1, 2019
1 parent 04cfe06 commit 30481fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
@@ -1,3 +1,5 @@
[pytest]
filterwarnings =
ignore::DeprecationWarning
markers =
pep8: workaround for https://bitbucket.org/pytest-dev/pytest-pep8/issues/23/
16 changes: 8 additions & 8 deletions requirements.txt
@@ -1,10 +1,10 @@
Flask >=0.12
Flask >=1.1.1
Flask-WTF >=0.14.2
Jinja2 >=2.9.5
MarkupSafe >=0.19
WTForms >=2.1
Werkzeug >=0.12.1
itsdangerous >=0.23
Jinja2 >=2.10.3
MarkupSafe >=1.1.1
WTForms >=2.2.1
Werkzeug >=0.16.0
itsdangerous >=1.1.0
pypuppetdb >=1.2.0
requests >=2.13.0
CommonMark==0.7.2
requests >=2.22.0
CommonMark==0.9.1
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,10 +1,10 @@
[tox]
envlist = py{27,35,36,37}
envlist = py{36,37,38}

[testenv]
deps=
-rrequirements-test.txt
bandit
commands=
py.test --cov=puppetboard --pep8 -v
py{27,35,36,37}: bandit -r puppetboard
py{36,37,38}: bandit -r puppetboard

0 comments on commit 30481fa

Please sign in to comment.