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

Initial Update #19

Merged
merged 24 commits into from
Jan 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4a358c0
Pin boto3 to latest version 1.5.9
pyup-bot Jan 6, 2018
4e01188
Pin click to latest version 6.7
pyup-bot Jan 6, 2018
281f8e1
Pin troposphere to latest version 2.1.2
pyup-bot Jan 6, 2018
8c644f8
Pin awacs to latest version 0.7.2
pyup-bot Jan 6, 2018
eb40799
Pin jinja2 to latest version 2.10
pyup-bot Jan 6, 2018
b6b0f8c
Pin inflection to latest version 0.3.1
pyup-bot Jan 6, 2018
6370917
Pin colorama to latest version 0.3.9
pyup-bot Jan 6, 2018
caa99b7
Pin pytz to latest version 2017.3
pyup-bot Jan 6, 2018
e5d7bc4
Pin ansible to latest version 2.4.2.0
pyup-bot Jan 6, 2018
32a11c8
Pin moto to latest version 1.1.25
pyup-bot Jan 6, 2018
2b18aeb
Pin bumpversion to latest version 0.5.3
pyup-bot Jan 6, 2018
f89650b
Pin wheel to latest version 0.30.0
pyup-bot Jan 6, 2018
119c07d
Pin watchdog to latest version 0.8.3
pyup-bot Jan 6, 2018
1e32a60
Pin flake8 to latest version 3.5.0
pyup-bot Jan 6, 2018
40851ba
Pin tox to latest version 2.9.1
pyup-bot Jan 6, 2018
f12b0c0
Pin coverage to latest version 4.4.2
pyup-bot Jan 6, 2018
82102cd
Pin sphinx to latest version 1.6.5
pyup-bot Jan 6, 2018
b402dd5
Pin cryptography to latest version 2.1.4
pyup-bot Jan 6, 2018
a024d47
Pin pyyaml to latest version 3.12
pyup-bot Jan 6, 2018
aa86091
Pin pytest to latest version 3.3.2
pyup-bot Jan 6, 2018
90f52e8
Pin pytest-runner to latest version 3.0
pyup-bot Jan 6, 2018
c9caf69
Pin pytest-cov to latest version 2.5.1
pyup-bot Jan 6, 2018
866917c
Pin twine to latest version 1.9.1
pyup-bot Jan 6, 2018
08f3785
Merge branch 'master' into pyup-initial-update
ibejohn818 Jan 6, 2018
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
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
boto3
Click
troposphere
awacs
jinja2
inflection
colorama
pytz
ansible
boto3==1.5.9
Click==6.7
troposphere==2.1.2
awacs==0.7.2
jinja2==2.10
inflection==0.3.1
colorama==0.3.9
pytz==2017.3
ansible==2.4.2.0
28 changes: 14 additions & 14 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
moto
bumpversion
wheel
watchdog
flake8
tox
coverage
Sphinx
cryptography
PyYAML
pytest
pytest-runner
pytest-cov
twine
moto==1.1.25
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.6.5
cryptography==2.1.4
PyYAML==3.12
pytest==3.3.2
pytest-runner==3.0
pytest-cov==2.5.1
twine==1.9.1