Skip to content

Commit

Permalink
upgrade minimum pycfmodel version in setup.py. Upgrade pip-tools to l…
Browse files Browse the repository at this point in the history
…atest version (#129)

Co-authored-by: Oliver Crawford <oliver.crawford@skyscanner.net>
Co-authored-by: Jordi Soucheiron <jsoucheiron@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 26, 2020
1 parent edc903c commit 0db81f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# make freeze-upgrade
# make freeze
#
boto3==1.15.7 # via cfripper (setup.py)
botocore==1.18.7 # via boto3, s3transfer
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"boto3>=1.4.7,<2",
"cfn_flip>=1.2.0",
"click~=7.1.1",
"pycfmodel>=0.7.1",
"pycfmodel>=0.7.2",
"pydash~=4.7.6",
"PyYAML>=4.2b1",
]
Expand All @@ -21,7 +21,7 @@
"isort==4.3.21",
"pytest>=3.6",
"pytest-cov>=2.5.1",
"pip-tools==4.2.0",
"pip-tools>=5.3.1",
"moto==1.3.13",
]

Expand Down

0 comments on commit 0db81f0

Please sign in to comment.