dependabot-core 0.86.6 → 0.86.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ebc05554cd6e27404c85c8858c37ff70b1e4d8a3f9cae20fcd662e4b64f6eea
4
- data.tar.gz: ef12795f7c358a11f2e7480091b03ac8a71e418eb98812901be8a77a46452ba6
3
+ metadata.gz: 492ba276d89e4780950c818d4c5372faaa76c8c0960dea92b5bfd01ef7aba30c
4
+ data.tar.gz: 1b95261240e04d15d2b7d29bc137d323c96f4162429a8427a4c035b37e603b0b
5
5
  SHA512:
6
- metadata.gz: ca3304d48c76a1da358e11dd5f7c00bafc4cb350af265a5630832a57cbad1abb7c2c54466cbe4badf985ce2463919ee873f717fad7b5e56119468c6db43ecad8
7
- data.tar.gz: d2c559dacd30bf40da44a69dc63c8dfa07d7b43377a649a79adba7a162693ce2e2d36cedfca89a93f034b38ca89fde5f6472c8ae9714fb179d628b71fd6f2270
6
+ metadata.gz: 1d20169cf5c7793212b911a243180114a05c0c6fc8d916d5fc386c47a17882cc98f4e750cca5aabd91659cc5ad6e5affe6f8b1c23fd257cb7660ab2e325328c6
7
+ data.tar.gz: df311d94a67b267b28a0292670352eb2d4c8be4b7523cbe1dd5d22e6305245a2f5794c472914241d2b2491545e49199d27da63f4c7034513325d79971b6ff376
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.86.7, 21 December 2018
2
+
3
+ - Python: Treat no matching distribution found as suggesting bad Python version
4
+
1
5
  ## v0.86.6, 20 December 2018
2
6
 
3
7
  - Git: Raise a helpful error if a submodule path doesn't actually point to asubmodule
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.86.6"
4
+ VERSION = "0.86.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.6
4
+ version: 0.86.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-20 00:00:00.000000000 Z
11
+ date: 2018-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecr