Commit f80962b5 by Sébastien Eustace

Change dependency resolution caches to sha256

parent 88afb652
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
- Added the `cache:clear` command. - Added the `cache:clear` command.
### Changed
- Dependency resolution caches now use sha256 hashes.
## [0.8.3] - 2018-04-16 ## [0.8.3] - 2018-04-16
......
...@@ -26,7 +26,7 @@ python = "~2.7 || ^3.4" ...@@ -26,7 +26,7 @@ python = "~2.7 || ^3.4"
cleo = "^0.6" cleo = "^0.6"
requests = "^2.18" requests = "^2.18"
toml = "^0.9" toml = "^0.9"
cachy = "^0.1.1" cachy = "^0.2"
pip-tools = "^2.0" pip-tools = "^2.0"
requests-toolbelt = "^0.8.0" requests-toolbelt = "^0.8.0"
jsonschema = "^2.6" jsonschema = "^2.6"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment